author | Dão Gottwald <dao@mozilla.com> |
Sun, 07 Nov 2010 13:58:58 +0100 | |
changeset 57063 | e04d5cf9a4c81abda6b973d92a64a411e3e97757 |
parent 57062 | 28b1e8b3f538e79d5b7da735045d1b11b72b8743 |
child 57064 | 4a3e2cfe011c4f3f5d57f9b8fe17c2fa30021d3f |
push id | 16773 |
push user | dgottwald@mozilla.com |
push date | Sun, 07 Nov 2010 13:00:40 +0000 |
treeherder | mozilla-central@aafe919e786e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 2.0b8pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -425,34 +425,34 @@ style="&dialog.style;" hidden="true"/> </panel> <tooltip id="tabbrowser-tab-tooltip" onpopupshowing="gBrowser.createTooltip(event);"/> </popupset> #ifdef CAN_DRAW_IN_TITLEBAR - <vbox id="titlebar"> +<vbox id="titlebar"> <hbox id="titlebar-content"> - <hbox id="appmenu-button-container" align="start"> - <button id="appmenu-button" - type="menu" - label="&brandShortName;" - style="-moz-user-focus: ignore;"> + <hbox id="appmenu-button-container" align="start"> + <button id="appmenu-button" + type="menu" + label="&brandShortName;" + style="-moz-user-focus: ignore;"> #include browser-appmenu.inc - </button> + </button> + </hbox> + <spacer id="titlebar-spacer" flex="1"/> + <hbox id="titlebar-buttonbox"> + <toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/> + <toolbarbutton class="titlebar-button" id="titlebar-max" oncommand="onTitlebarMaxClick();"/> + <toolbarbutton class="titlebar-button" id="titlebar-close" command="cmd_closeWindow"/> + </hbox> </hbox> - <spacer id="titlebar-spacer" flex="1"/> - <hbox id="titlebar-buttonbox"> - <toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/> - <toolbarbutton class="titlebar-button" id="titlebar-max" oncommand="onTitlebarMaxClick();"/> - <toolbarbutton class="titlebar-button" id="titlebar-close" command="cmd_closeWindow"/> - </hbox> - </hbox> - </vbox> +</vbox> #endif <deck flex="1" id="tab-view-deck"> <vbox flex="1"> <toolbox id="navigator-toolbox" defaultmode="icons" mode="icons" #ifdef WINCE