Move Mozilla DevTools to Platform - Part 6: Update Chrome URIs in toolkit/devtools

This commit is contained in:
NTD
2016-10-16 20:37:01 -04:00
committed by roytam1
parent 9329ea4c1a
commit 02ed5925e7
160 changed files with 435 additions and 435 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ loader.lazyImporter(this, "VariablesViewController", "resource:///modules/devtoo
loader.lazyImporter(this, "PluralForm", "resource://gre/modules/PluralForm.jsm");
loader.lazyImporter(this, "gDevTools", "resource:///modules/devtools/gDevTools.jsm");
const STRINGS_URI = "chrome://browser/locale/devtools/webconsole.properties";
const STRINGS_URI = "chrome://global/locale/devtools/webconsole.properties";
let l10n = new WebConsoleUtils.l10n(STRINGS_URI);
const XHTML_NS = "http://www.w3.org/1999/xhtml";
@@ -48,7 +48,7 @@ const WEAK_SIGNATURE_ALGORITHM_LEARN_MORE = "https://developer.mozilla.org/docs/
const HELP_URL = "https://developer.mozilla.org/docs/Tools/Web_Console/Helpers";
const VARIABLES_VIEW_URL = "chrome://browser/content/devtools/widgets/VariablesView.xul";
const VARIABLES_VIEW_URL = "chrome://global/content/devtools/widgets/VariablesView.xul";
const CONSOLE_DIR_VIEW_HEIGHT = 0.6;