зеркало из https://github.com/mozilla/gecko-dev.git
Bug 595540 - Show Error Console in Firefox button menu when Error Console is enabled. r=dao a=a
This commit is contained in:
Родитель
36358ce853
Коммит
70c8ea9d9d
|
@ -150,6 +150,11 @@
|
|||
label="&viewPageSourceCmd.label;"
|
||||
command="View:PageSource"
|
||||
key="key_viewSource"/>
|
||||
<menuitem id="appmenu_errorConsole"
|
||||
hidden="true"
|
||||
label="&errorConsoleCmd.label;"
|
||||
key="key_errorConsole"
|
||||
oncommand="toJavaScriptConsole();"/>
|
||||
<menuseparator/>
|
||||
#define ID_PREFIX appmenu_developer_
|
||||
#define OMIT_ACCESSKEYS
|
||||
|
|
|
@ -1635,6 +1635,9 @@ function delayedStartup(isLoadingBlank, mustLoadSidebar) {
|
|||
if (consoleEnabled) {
|
||||
document.getElementById("javascriptConsole").hidden = false;
|
||||
document.getElementById("key_errorConsole").removeAttribute("disabled");
|
||||
#ifdef MENUBAR_CAN_AUTOHIDE
|
||||
document.getElementById("appmenu_errorConsole").hidden = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef MENUBAR_CAN_AUTOHIDE
|
||||
|
|
Загрузка…
Ссылка в новой задаче