Bug 1295609 - Migrate devtools/client/webconsole to use l10n.js instead of Services.string;r=bgrins

MozReview-Commit-ID: 65AyxZ68GHt
This commit is contained in:
Julian Descottes
2016-08-19 20:31:50 +02:00
parent 10402013d3
commit 9bd9cb2ea3
8 changed files with 13 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ loader.lazyRequireGetter(this, "ObjectClient", "devtools/shared/client/main", tr
const { extend } = require("sdk/core/heritage");
const XHTML_NS = "http://www.w3.org/1999/xhtml";
const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
const STRINGS_URI = "chrome://devtools/locale/webconsole.properties";
const STRINGS_URI = "devtools/locale/webconsole.properties";
const WebConsoleUtils = require("devtools/client/webconsole/utils").Utils;
const { getSourceNames } = require("devtools/client/shared/source-utils");