diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-08 15:04:49 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-08 15:04:49 +0200 |
commit | 0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408 (patch) | |
tree | e22c29f3476acc7661cbfaf0ea84e65b12be1fa8 /application/palemoon/base/content/browser.xul | |
parent | 309d1ca1f297e5ccf2309d6d90b82d558e5d426c (diff) | |
download | UXP-0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408.tar UXP-0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408.tar.gz UXP-0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408.tar.lz UXP-0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408.tar.xz UXP-0e6c1d1dc32ea14841bd7f834cd9e9f1f5e62408.zip |
[PALEMOON] [DevTools] Support for adding menuitems dynamically
Issue #102
Diffstat (limited to 'application/palemoon/base/content/browser.xul')
-rw-r--r-- | application/palemoon/base/content/browser.xul | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index 30b1838ea..0a0ce01dc 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -973,33 +973,6 @@ <vbox id="browser-bottombox" layer="true"> <notificationbox id="global-notificationbox"/> -#ifdef MOZ_DEVTOOLS - <toolbar id="developer-toolbar" - class="devtools-toolbar" - hidden="true"> -#ifdef XP_MACOSX - <toolbarbutton id="developer-toolbar-closebutton" - class="devtools-closebutton" - oncommand="DeveloperToolbar.hide();" - tooltiptext="&devToolbarCloseButton.tooltiptext;"/> -#endif - <stack class="gclitoolbar-stack-node" flex="1"> - <textbox class="gclitoolbar-input-node" rows="1"/> - <hbox class="gclitoolbar-complete-node"/> - </stack> - <toolbarbutton id="developer-toolbar-toolbox-button" - class="developer-toolbar-button" - observes="devtoolsMenuBroadcaster_DevToolbox" - tooltiptext="&devToolbarToolsButton.tooltip;"/> -#ifndef XP_MACOSX - <toolbarbutton id="developer-toolbar-closebutton" - class="devtools-closebutton" - oncommand="DeveloperToolbar.hide();" - tooltiptext="&devToolbarCloseButton.tooltiptext;"/> -#endif - </toolbar> -#endif - <toolbar id="addon-bar" toolbarname="&statusBar.label;" accesskey="&statusBar.accesskey;" collapsed="true" |