Bug 1374477 - Remove page actions from browser.xul. r=Gijs

MozReview-Commit-ID: 5nlXfKOx3Aq

--HG--
extra : rebase_source : 2e728ce4f618dbef4823c14057ffb0e4ae5f1c50
This commit is contained in:
Drew Willcoxon 2017-07-29 20:25:01 -07:00
Родитель 6f9f704b57
Коммит 8edbff1dde
3 изменённых файлов: 34 добавлений и 51 удалений

Просмотреть файл

@ -28,11 +28,6 @@
<command id="Browser:SendLink"
oncommand="MailIntegration.sendLinkForBrowser(gBrowser.selectedBrowser);"/>
<command id="PageAction:copyURL"
oncommand="gPageActionButton.copyURL();"/>
<command id="PageAction:emailLink"
oncommand="gPageActionButton.emailLink();"/>
<command id="cmd_pageSetup" oncommand="PrintUtils.showPageSetup();"/>
<command id="cmd_print" oncommand="PrintUtils.printWindow(window.gBrowser.selectedBrowser.outerWindowID, window.gBrowser.selectedBrowser);"/>
<command id="cmd_printPreview" oncommand="PrintUtils.printPreview(PrintPreviewListener);"/>

Просмотреть файл

@ -442,7 +442,8 @@
</hbox>
</panel>
<panel id="page-action-panel"
#ifdef MOZ_PHOTON_THEME
<panel id="pageActionPanel"
class="cui-widget-panel"
role="group"
type="arrow"
@ -450,46 +451,33 @@
flip="slide"
position="bottomcenter topright"
tabspecific="true"
noautofocus="true">
<photonpanelmultiview id="page-action-multiView"
mainViewId="page-action-mainView">
<panelview id="page-action-mainView"
noautofocus="true"
context="pageActionPanelContextMenu"
oncontextmenu="BrowserPageActions.onContextMenu(event);"
copyURL-title="&copyURLCmd.label;"
emailLink-title="&emailPageCmd.label;"
sendToDevice-title="&sendToDevice.label2;"
sendToDevice-notReadyTitle="&sendToDevice.syncNotReady.label;">
<photonpanelmultiview id="pageActionPanelMultiView"
mainViewId="pageActionPanelMainView"
viewCacheId="appMenu-viewCache">
<panelview id="pageActionPanelMainView"
class="PanelUI-subView">
<vbox class="panel-subview-body">
<toolbarbutton id="page-action-bookmark-button"
class="subviewbutton subviewbutton-iconic"
observes="bookmarkThisPageBroadcaster"
command="Browser:AddBookmarkAs"
onclick="gPageActionButton.panel.hidePopup();"/>
<toolbarseparator/>
<toolbarbutton id="page-action-copy-url-button"
class="subviewbutton subviewbutton-iconic"
label="&copyURLCmd.label;"
command="PageAction:copyURL"/>
<toolbarbutton id="page-action-email-link-button"
class="subviewbutton subviewbutton-iconic"
label="&emailPageCmd.label;"
command="PageAction:emailLink"/>
<toolbarbutton id="page-action-send-to-device-button"
class="subviewbutton subviewbutton-iconic subviewbutton-nav"
label="&sendToDevice.label2;"
closemenu="none"
oncommand="gPageActionButton.showSendToDeviceView(this);"/>
</vbox>
</panelview>
<panelview id="page-action-sendToDeviceView"
class="PanelUI-subView"
title="&sendToDevice.viewTitle;">
<vbox id="page-action-sendToDeviceView-body" class="panel-subview-body">
<toolbarbutton id="page-action-sync-not-ready-button"
class="subviewbutton"
label="&sendToDevice.syncNotReady.label;"
disabled="true"/>
</vbox>
<vbox class="panel-subview-body"/>
</panelview>
</photonpanelmultiview>
</panel>
<menupopup id="pageActionPanelContextMenu"
onpopupshowing="BrowserPageActions.onContextMenuShowing(event, this);">
<menuitem id="pageActionPanelContextMenu-toggleUrlbar"
add-label="&pageAction.addToUrlbar.label;"
remove-label="&pageAction.removeFromUrlbar.label;"
label="&pageAction.addToUrlbar.label;"
oncommand="BrowserPageActions.toggleShownInUrlbarForContextAction();"/>
</menupopup>
#endif
<!-- Bookmarks and history tooltip -->
<tooltip id="bhTooltip"/>
@ -904,7 +892,15 @@
class="urlbar-icon"
hidden="true"
onclick="ReaderParent.buttonClick(event);"/>
<toolbarbutton id="urlbar-zoom-button"
onclick="FullZoom.reset();"
tooltip="dynamic-shortcut-tooltip"
hidden="true"/>
#ifdef MOZ_PHOTON_THEME
<image id="pageActionButton"
class="urlbar-icon"
tooltiptext="&pageActionButton.tooltip;"
onclick="BrowserPageActions.mainButtonClicked(event);"/>
<hbox id="star-button-box">
<image id="star-button"
class="urlbar-icon"
@ -918,10 +914,6 @@
</hbox>
</hbox>
#endif
<toolbarbutton id="urlbar-zoom-button"
onclick="FullZoom.reset();"
tooltip="dynamic-shortcut-tooltip"
hidden="true"/>
</hbox>
<hbox id="userContext-icons" hidden="true">
<label id="userContext-label"/>
@ -941,11 +933,6 @@
class="chromeclass-toolbar-additional"
command="Browser:Stop"
tooltip="dynamic-shortcut-tooltip"/>
#else
<toolbarbutton id="urlbar-page-action-button"
class="chromeclass-toolbar-additional"
tooltiptext="&pageActionButton.tooltip;"
onclick="gPageActionButton.onEvent(event);"/>
#endif
</textbox>
</hbox>

Просмотреть файл

@ -988,7 +988,8 @@ you can use these alternative items. Otherwise, their values should be empty. -
<!ENTITY updateRestart.panelUI.label2 "Restart to update &brandShorterName;">
<!ENTITY pageActionButton.tooltip "Page actions">
<!ENTITY pageAction.addToUrlbar.label "Add to Address Bar">
<!ENTITY pageAction.removeFromUrlbar.label "Remove from Address Bar">
<!ENTITY sendToDevice.label2 "Send to Device">
<!ENTITY sendToDevice.viewTitle "Send to Device">
<!ENTITY sendToDevice.syncNotReady.label "Syncing Devices…">