зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1285348 - New console frontend: disable in browser toolbox. r=bgrins
--HG-- extra : rebase_source : cff98e95cd5b21480990f849569e7fbd2c63b329
This commit is contained in:
Родитель
86a74db006
Коммит
72d422fb86
|
@ -501,8 +501,9 @@ WebConsoleFrame.prototype = {
|
|||
_initUI: function () {
|
||||
this.document = this.window.document;
|
||||
this.rootElement = this.document.documentElement;
|
||||
this.NEW_CONSOLE_OUTPUT_ENABLED = !this.owner._browserConsole &&
|
||||
Services.prefs.getBoolPref(PREF_NEW_FRONTEND_ENABLED);
|
||||
this.NEW_CONSOLE_OUTPUT_ENABLED = !this.owner._browserConsole
|
||||
&& !this.owner.target.chrome
|
||||
&& Services.prefs.getBoolPref(PREF_NEW_FRONTEND_ENABLED);
|
||||
|
||||
this._initDefaultFilterPrefs();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче