mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
There wasn't any assigned key combination for the Permissions page when this menu item was added. This is a follow-up to c2fd8a6466e1005f4266753708e7c8a38442db54 Oddly enough, there's actually a check if the key element exists. Unlike the warning for key conflicts on keyboards, this one doesn't show up on the Error Console and is available only on debug builds.
380 lines
17 KiB
HTML
380 lines
17 KiB
HTML
# -*- Mode: HTML -*-
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
<menupopup id="appmenu-popup"
|
|
onpopupshowing="if (event.target == this) {
|
|
updateEditUIVisibility();
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
gSyncUI.updateUI();
|
|
#endif
|
|
return;
|
|
}
|
|
updateCharacterEncodingMenuState();
|
|
if (event.target.parentNode.parentNode.parentNode.parentNode == this)
|
|
this._currentPopup = event.target;">
|
|
<hbox>
|
|
<vbox id="appmenuPrimaryPane">
|
|
<menuitem id="appmenu_newTab_popup"
|
|
label="&tabCmd.label;"
|
|
command="cmd_newNavigatorTab"
|
|
key="key_newNavigatorTab"/>
|
|
<menuitem id="appmenu_newNavigator"
|
|
label="&newNavigatorCmd.label;"
|
|
command="cmd_newNavigator"
|
|
key="key_newNavigator"/>
|
|
<menuitem id="appmenu_newPrivateWindow"
|
|
class="menuitem-iconic menuitem-iconic-tooltip"
|
|
label="&newPrivateWindow.label;"
|
|
command="Tools:PrivateBrowsing"
|
|
key="key_privatebrowsing"/>
|
|
<menuitem label="&goOfflineCmd.label;"
|
|
id="appmenu_offlineModeRecovery"
|
|
type="checkbox"
|
|
observes="workOfflineMenuitemState"
|
|
oncommand="BrowserOffline.toggleOfflineStatus();"/>
|
|
<menuseparator class="appmenu-menuseparator"/>
|
|
<hbox>
|
|
<menuitem id="appmenu-edit-label"
|
|
label="&appMenuEdit.label;"
|
|
disabled="true"/>
|
|
<toolbarbutton id="appmenu-cut"
|
|
class="appmenu-edit-button"
|
|
command="cmd_cut"
|
|
onclick="if (!this.disabled) hidePopup();"
|
|
tooltiptext="&cutButton.tooltip;"/>
|
|
<toolbarbutton id="appmenu-copy"
|
|
class="appmenu-edit-button"
|
|
command="cmd_copy"
|
|
onclick="if (!this.disabled) hidePopup();"
|
|
tooltiptext="©Button.tooltip;"/>
|
|
<toolbarbutton id="appmenu-paste"
|
|
class="appmenu-edit-button"
|
|
command="cmd_paste"
|
|
onclick="if (!this.disabled) hidePopup();"
|
|
tooltiptext="&pasteButton.tooltip;"/>
|
|
<spacer flex="1"/>
|
|
<menu id="appmenu-editmenu">
|
|
<menupopup id="appmenu-editmenu-menupopup">
|
|
<menuitem id="appmenu-editmenu-cut"
|
|
class="menuitem-iconic"
|
|
label="&cutCmd.label;"
|
|
key="key_cut"
|
|
command="cmd_cut"/>
|
|
<menuitem id="appmenu-editmenu-copy"
|
|
class="menuitem-iconic"
|
|
label="©Cmd.label;"
|
|
key="key_copy"
|
|
command="cmd_copy"/>
|
|
<menuitem id="appmenu-editmenu-paste"
|
|
class="menuitem-iconic"
|
|
label="&pasteCmd.label;"
|
|
key="key_paste"
|
|
command="cmd_paste"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu-editmenu-undo"
|
|
label="&undoCmd.label;"
|
|
key="key_undo"
|
|
command="cmd_undo"/>
|
|
<menuitem id="appmenu-editmenu-redo"
|
|
label="&redoCmd.label;"
|
|
key="key_redo"
|
|
command="cmd_redo"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu-editmenu-selectAll"
|
|
label="&selectAllCmd.label;"
|
|
key="key_selectAll"
|
|
command="cmd_selectAll"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu-editmenu-delete"
|
|
label="&deleteCmd.label;"
|
|
key="key_delete"
|
|
command="cmd_delete"/>
|
|
</menupopup>
|
|
</menu>
|
|
</hbox>
|
|
<menuitem id="appmenu_find"
|
|
class="menuitem-tooltip"
|
|
label="&appMenuFind.label;"
|
|
command="cmd_find"
|
|
key="key_find"/>
|
|
<menuseparator class="appmenu-menuseparator"/>
|
|
<menuitem id="appmenu_openFile"
|
|
label="&openFileCmd.label;"
|
|
command="Browser:OpenFile"
|
|
key="openFileKb"/>
|
|
<menuitem id="appmenu_savePage"
|
|
class="menuitem-tooltip"
|
|
label="&savePageCmd.label;"
|
|
command="Browser:SavePage"
|
|
key="key_savePage"/>
|
|
<menuitem id="appmenu_sendLink"
|
|
label="&emailPageCmd.label;"
|
|
command="Browser:SendLink"/>
|
|
<splitmenu id="appmenu_print"
|
|
iconic="true"
|
|
label="&printCmd.label;"
|
|
command="cmd_print">
|
|
<menupopup>
|
|
<menuitem id="appmenu_print_popup"
|
|
class="menuitem-iconic"
|
|
label="&printCmd.label;"
|
|
command="cmd_print"
|
|
key="printKb"/>
|
|
<menuitem id="appmenu_printPreview"
|
|
label="&printPreviewCmd.label;"
|
|
command="cmd_printPreview"/>
|
|
<menuitem id="appmenu_printSetup"
|
|
label="&printSetupCmd.label;"
|
|
command="cmd_pageSetup"/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
<menuseparator class="appmenu-menuseparator"/>
|
|
<splitmenu id="appmenu_webDeveloper"
|
|
label="&appMenuWebDeveloper.label;">
|
|
<menupopup id="appmenu_webDeveloper_popup">
|
|
#define ID_PREFIX appmenu_developer_
|
|
#define OMIT_ACCESSKEYS
|
|
#include browser-charsetmenu.inc
|
|
#undef ID_PREFIX
|
|
#undef OMIT_ACCESSKEYS
|
|
<menuitem label="&goOfflineCmd.label;"
|
|
type="checkbox"
|
|
observes="workOfflineMenuitemState"
|
|
oncommand="BrowserOffline.toggleOfflineStatus();"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_pageSource"
|
|
observes="devtoolsMenuBroadcaster_PageSource"/>
|
|
<menuitem id="appmenu_javascriptConsole"
|
|
observes="devtoolsMenuBroadcaster_ErrorConsole"/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
<menuseparator class="appmenu-menuseparator"/>
|
|
#define ID_PREFIX appmenu_
|
|
#define OMIT_ACCESSKEYS
|
|
#include browser-charsetmenu.inc
|
|
#undef ID_PREFIX
|
|
#undef OMIT_ACCESSKEYS
|
|
<menuitem id="appmenu_fullScreen"
|
|
class="menuitem-tooltip"
|
|
label="&fullScreenCmd.label;"
|
|
type="checkbox"
|
|
observes="View:FullScreen"
|
|
key="key_fullScreen"/>
|
|
<menuitem id="appmenu_restart"
|
|
class="menuitem-iconic"
|
|
label="&appMenuRestart.label;"
|
|
command="cmd_restartApplication"/>
|
|
<menuitem id="appmenu-quit"
|
|
class="menuitem-iconic"
|
|
#ifdef XP_WIN
|
|
label="&quitApplicationCmdWin.label;"
|
|
#else
|
|
label="&quitApplicationCmd.label;"
|
|
#endif
|
|
command="cmd_quitApplication"/>
|
|
</vbox>
|
|
<vbox id="appmenuSecondaryPane">
|
|
<splitmenu id="appmenu_bookmarks"
|
|
iconic="true"
|
|
label="&bookmarksMenu.label;"
|
|
command="Browser:ShowAllBookmarks">
|
|
<menupopup id="appmenu_bookmarksPopup"
|
|
placespopup="true"
|
|
context="placesContext"
|
|
openInTabs="children"
|
|
oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
|
|
onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
|
onpopupshowing="BookmarkingUI.onPopupShowing(event);
|
|
if (!this.parentNode._placesView)
|
|
new PlacesMenu(event, 'place:folder=BOOKMARKS_MENU');"
|
|
tooltip="bhTooltip"
|
|
popupsinherittooltip="true">
|
|
<menuitem id="appmenu_showAllBookmarks"
|
|
class="menuitem-iconic"
|
|
label="&organizeBookmarks.label;"
|
|
command="Browser:ShowAllBookmarks"
|
|
context=""
|
|
key="manBookmarkKb"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_bookmarkThisPage"
|
|
class="menuitem-iconic"
|
|
label="&bookmarkThisPageCmd.label;"
|
|
command="Browser:AddBookmarkAs"
|
|
key="addBookmarkAsKb"/>
|
|
<menuitem id="appmenu_subscribeToPage"
|
|
class="menuitem-iconic"
|
|
label="&subscribeToPageMenuitem.label;"
|
|
oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
onclick="checkForMiddleClick(this, event);"
|
|
observes="singleFeedMenuitemState"/>
|
|
<menu id="appmenu_subscribeToPageMenu"
|
|
class="menu-iconic"
|
|
label="&subscribeToPageMenupopup.label;"
|
|
observes="multipleFeedsMenuState">
|
|
<menupopup id="appmenu_subscribeToPageMenupopup"
|
|
onpopupshowing="return FeedHandler.buildFeedList(event.target);"
|
|
oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
</menu>
|
|
<menuseparator/>
|
|
<menu id="appmenu_bookmarksToolbar"
|
|
placesanonid="toolbar-autohide"
|
|
class="menu-iconic bookmark-item"
|
|
label="&personalbarCmd.label;"
|
|
container="true">
|
|
<menupopup id="appmenu_bookmarksToolbarPopup"
|
|
placespopup="true"
|
|
context="placesContext"
|
|
onpopupshowing="if (!this.parentNode._placesView)
|
|
new PlacesMenu(event, 'place:folder=TOOLBAR');"/>
|
|
</menu>
|
|
<menuseparator/>
|
|
<!-- Bookmarks menu items -->
|
|
<menuseparator builder="end"
|
|
class="hide-if-empty-places-result"/>
|
|
<menuitem id="appmenu_unsortedBookmarks"
|
|
class="menuitem-iconic"
|
|
label="&appMenuUnsorted.label;"
|
|
oncommand="PlacesCommandHook.showPlacesOrganizer('UnfiledBookmarks');"/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
<splitmenu id="appmenu_history"
|
|
iconic="true"
|
|
label="&historyMenu.label;"
|
|
command="Browser:ShowAllHistory">
|
|
<menupopup id="appmenu_historyMenupopup"
|
|
placespopup="true"
|
|
context="placesContext"
|
|
oncommand="this.parentNode._placesView._onCommand(event);"
|
|
onclick="checkForMiddleClick(this, event);"
|
|
onpopupshowing="if (!this.parentNode._placesView)
|
|
new HistoryMenu(event);"
|
|
tooltip="bhTooltip"
|
|
popupsinherittooltip="true">
|
|
<menuitem id="appmenu_showAllHistory"
|
|
class="menuitem-iconic"
|
|
label="&showAllHistoryCmd2.label;"
|
|
command="Browser:ShowAllHistory"
|
|
key="showAllHistoryKb"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_sanitizeHistory"
|
|
class="menuitem-iconic"
|
|
label="&clearRecentHistory.label;"
|
|
key="key_sanitize"
|
|
command="Tools:Sanitize"/>
|
|
<menuseparator class="hide-if-empty-places-result"/>
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
<menuitem id="appmenu_sync-tabs"
|
|
class="syncTabsMenuItem"
|
|
label="&syncTabsMenu2.label;"
|
|
oncommand="BrowserOpenSyncTabs();"
|
|
disabled="true"/>
|
|
#endif
|
|
<menuitem id="appmenu_restoreLastSession"
|
|
label="&historyRestoreLastSession.label;"
|
|
command="Browser:RestoreLastSession"/>
|
|
<menu id="appmenu_recentlyClosedTabsMenu"
|
|
class="recentlyClosedTabsMenu"
|
|
label="&historyUndoMenu.label;"
|
|
disabled="true">
|
|
<menupopup id="appmenu_recentlyClosedTabsMenupopup"
|
|
onpopupshowing="document.getElementById('appmenu_history')._placesView.populateUndoSubmenu();"/>
|
|
</menu>
|
|
<menu id="appmenu_recentlyClosedWindowsMenu"
|
|
class="recentlyClosedWindowsMenu"
|
|
label="&historyUndoWindowMenu.label;"
|
|
disabled="true">
|
|
<menupopup id="appmenu_recentlyClosedWindowsMenupopup"
|
|
onpopupshowing="document.getElementById('appmenu_history')._placesView.populateUndoWindowSubmenu();"/>
|
|
</menu>
|
|
<menuseparator/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
<menuitem id="appmenu_downloads"
|
|
class="menuitem-tooltip"
|
|
label="&downloads.label;"
|
|
command="Tools:Downloads"
|
|
key="key_openDownloads"/>
|
|
<spacer id="appmenuSecondaryPane-spacer"/>
|
|
<menuitem id="appmenu_addons"
|
|
class="menuitem-iconic menuitem-iconic-tooltip"
|
|
label="&addons.label;"
|
|
command="Tools:Addons"
|
|
key="key_openAddons"/>
|
|
<menuitem id="appmenu_permissions"
|
|
class="menuitem-iconic"
|
|
label="&permissions.label;"
|
|
command="Tools:Permissions"/>
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
<!-- only one of sync-setup or sync-syncnow will be showing at once -->
|
|
<menuitem id="sync-setup-appmenu"
|
|
label="&syncSetup.label;"
|
|
observes="sync-setup-state"
|
|
oncommand="gSyncUI.openSetup()"/>
|
|
<menuitem id="sync-syncnowitem-appmenu"
|
|
label="&syncSyncNowItem.label;"
|
|
observes="sync-syncnow-state"
|
|
oncommand="gSyncUI.doSync(event);"/>
|
|
#endif
|
|
<splitmenu id="appmenu_customize"
|
|
label="&preferencesCmd2.label;"
|
|
oncommand="openPreferences();">
|
|
<menupopup id="appmenu_customizeMenu"
|
|
onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('appmenu_toggleToolbarsSeparator'));">
|
|
<menuitem id="appmenu_preferences"
|
|
label="&preferencesCmd2.label;"
|
|
oncommand="openPreferences();"/>
|
|
<menuseparator/>
|
|
<menuseparator id="appmenu_toggleToolbarsSeparator"/>
|
|
<menuitem id="appmenu_toggleTabsOnTop"
|
|
label="&viewTabsOnTop.label;"
|
|
type="checkbox"
|
|
command="cmd_ToggleTabsOnTop"/>
|
|
<menuitem id="appmenu_toolbarLayout"
|
|
label="&appMenuToolbarLayout.label;"
|
|
command="cmd_CustomizeToolbars"/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
<splitmenu id="appmenu_help"
|
|
label="&helpMenu.label;"
|
|
oncommand="openHelpLink('pale-moon-help')">
|
|
<menupopup id="appmenu_helpMenupopup" onpopupshowing="buildHelpMenu();">
|
|
<menuitem id="appmenu_openHelp"
|
|
label="&helpMenu.label;"
|
|
oncommand="openHelpLink('pale-moon-help')"
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
<menuitem id="appmenu_troubleshootingInfo"
|
|
label="&helpTroubleshootingInfo.label;"
|
|
oncommand="openTroubleshootingPage()"
|
|
onclick="checkForMiddleClick(this,event);"/>
|
|
<menuitem id="appmenu_safeMode"
|
|
label="&appMenuSafeMode.label;"
|
|
oncommand="restart(true);"/>
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_releaseNotes"
|
|
accesskey="&helpReleaseNotes.accesskey;"
|
|
label="&helpReleaseNotes.label;"
|
|
oncommand="openReleaseNotes();"
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
<menuitem id="appmenu_feedbackPage"
|
|
label="&helpFeedbackPage.label;"
|
|
oncommand="openFeedbackPage()"
|
|
onclick="checkForMiddleClick(this, event);"/>
|
|
#ifdef MOZ_UPDATER
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_checkForUpdates"
|
|
class="menuitem-iconic"
|
|
label="&updateCmd.label;"
|
|
oncommand="checkForUpdates();"/>
|
|
#endif
|
|
<menuseparator/>
|
|
<menuitem id="appmenu_about"
|
|
label="&aboutProduct.label;"
|
|
oncommand="openAboutDialog();"/>
|
|
</menupopup>
|
|
</splitmenu>
|
|
</vbox>
|
|
</hbox>
|
|
</menupopup>
|