mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-29 10:32:23 +00:00
493f6ccfe1
- Bug 1131350 - Move update() to ServiceWorkerRegistration. r=baku (05a1a2455)
- Bug 1131327 - Patch 1 - Introduce ServiceWorkerRegistration{Base,MainThread,WorkerThread} r=baku (6d06516fb)
- Bug 1131327 - Patch 2 - Expose to workers. r=baku (bcc78d2dc)
- Bug 1131327 - Patch 3 - move event listeners to main thread class. r=baku (71d13a32e)
- Bug 1131327 - Patch 4 - Implement ServiceWorkerRegistration.update() on worker. r=baku (96fc35b67)
- Bug 1131327 - Patch 5 - Implement ServiceWorkerRegistration.unregister() on worker. r=baku (830bb8621)
- Bug 1131327 - Patch 6 - SWM holds ServiceWorkerRegistrationListener for updatefound and invalidation notifications. r=baku (52510f4f7)
- Bug 1131327 - Patch 7 - Fire updatefound on worker registration. r=baku (a3df7a2c5)
- Bug 1131327 - Patch 8 - Return null on worker attribute access. r=baku (e14624ed0)
- Bug 1131327 - Patch 9 - Fix windows compiler macro error. r=baku (9729d9603)
- Bug 1131327 - Patch 10 - Remember to remove the feature. r=baku (10842d560)
- Bug 1131327 followup: Add 'override' annotation to WorkerListener refcounting functions. rs=ehsan (0f623d0ce)
- Bug 1156397 - some fix for webpush PushServer. r=dougt r=nsm (351b7e56d)
- adjust to be able to apply patches (99479d8c1)
- Bug 1158218 Improve ServiceWorkerManager NS_WARNINGS on failure. r=nsm (7c51f3ad4)
- Bug 1038238 - Part 0: Make js/src/vm/SavedStacks.h use 1-based column numbers, (d0584178f)
- Bug 1145294. Remove the obj argument from JS::CloneAndExecuteScript. r=luke (a799d46f2)
- Bug 1038238 - Part 1: Make Error instances use SavedFrame objects for their stacks; r=jorendorff (bca4901a6)
- Bug 1038238 - Part 2: Add module level documentation for js/src/vm/SavedStacks.h; r=jorendorf (fa039731c)
- Bug 1038238 - Part 3: js::ComputeStackString should use SavedFrame; r=jorendorff (08b76514e)
- Bug 1140435 - Part 1 - Add the asyncCause and asyncCaller properties to nsIStackFrame. r=bz (e984c7c78)
- Bug 1140435 - Part 2 - Allow JS code to provide an async stack when calling a function. r=bz (8fca947d4)
- Bug 1147193. Go back to having our accessors on JSStackFrame infallible. r=bholley (ca4738861)
- Bug 1038238 - Part 4: Rename JS::StringifySavedFrameStack to JS::BuildStackString; r=jorendorff (30b7dd914)
- Bug 1148854 - Part 1: Relax the assertion in ServiceWorkerManager::DispatchFetchEvent; r=nsm,jdm (be0c8b711)
- Bug 1148854 - Part 2: Resume the intercepted network reuest if the interception fails for some reason; r=jdm (5242ce66a)
- Bug 1152473 - Remove InstallEvent. r=nsm,ehsan (774c4dfd8)
- Bug 1158218 Follow-up to fix mis-indentation. DONTBUILD, whitespace-only r=me (9164bd5d5)
- Bug 1157627 - about:serviceworkers should show new registered ServiceWorkers. r=nsm (e74322897)
- Bug 1134841 Hold ServiceWorker alive during install event's waitUntil(). r=bz (06587b935)
- Bug 1134325 - Part 1: Add an API for cloning a channel's upload stream; r=mcmanus (48c393420)
- Bug 1127552 - Add Telemetry to Fetch. r=nsm (2e091cc82)
- Bug 1134325 - Part 2: Correctly reflect the Request's body to the service worker's fetch event; r=jdm (359b2ba88)
- Bug 1154494 - Hit network only once. r=baku,bkelly (053dcaab9)
- part of Bug 1133805 - Enable all serviceworker tests (0f7113f81)
- Bug 1159378 - Part 1: Enable nsIStreamLoader to optionally notify an nsIRequestObserver; r=mcmanus (689925442)
- Bug 1159378 - Part 2: When storing the service worker downloaded after a failed network compare into the cache, store its security info in the cache as well; r=nsm (c09d17439)
- Bug 1152602 - dom/workers/test/serviceworkers/importscript.sjs should return an error at the second request, r=ehsan (1b0615460)
- Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm (b6530f536)
- Bug 1159813 - Make sure service worker tests clean up after themselves; r=baku (584fadbd9)
- Bug 1140658 - Part 8: Disable the service worker part of these tests on b2g while bug 1137683 gets fixed; r=bkelly (8be7d310f)
- Bug 1141256 - Stop randomizing the URL for the service worker now that bug 931249 has been fixed (9b2ed03c4)
- Bug 1155988 - Use the ready promise more often in service worker tests; r=nsm (f7dc83d17)
- Bug 1159378 - Part 3: Refactor the logic of test_periodic_update.html into a helper script; r=nsm (daf047eda)
- Bug 1159378 - Part 4: Add a unit test for periodic updates of service workers on HTTPS origins; r=nsm (c3835fc1e)
- Bug 1080109 - Clear ServiceWorkers when clearing history or forgetting about site. r=baku,ehsan (207e84372)
- Bug 1155789 - Fail if sending a CPOW in parent when no CPOW manager exists (r=dvander) (6969640f0)
- Bug 1140284 - start the resolver even when offline; r=ehsan (673dab867)
- Bug 1149228, cache data: and https: handlers, r=honzab.moz (9735704f1)
- Bug 1140597 - Don't try and process device storage notifications if the process isn't using device storage. r=alchen (7112bbfd6)
- Bug 1035748 - WebIDL for DeviceStorageAreaChangedEvent. r=bz (7f59ebc63)
- Bug 1160190. Remove most of the pref annotations in test_interfaces and test_worker_interfaces. r=jst (e56728895)
- Bug 1126694 - IDL changes for DeviceStorageAreaListener. r=bz (47859f88a)
- Bug 1126694 - Impl of DeviceStorageAreaListener. r=bz, dhylands (f2ac42d54)
- Bug 1071562, check type now that CString is supported, r=smaug (284a5d81e)
- Bug 1160279: Recreate nsIFiles in the content process for dragged files. r=smaug (36fe16053)
- Bug 1134596 - SetOffline(false) in nsIOService::Init r=honzab (2660ea3d8)
- Bug 1134596 - Separate nsIOService's network detection from offlineMode r=honzab (8f5f02733)
- Bug 1134596 - Add network.offline-mirrors-connectivity pref to preserve previous behaviour r=honzab (ad4512be7)
- Bug 1179779 - Neither XRE_START_OFFLINE nor -offline work any more. r=mayhemer (218cbf4f4)
- Bug 1139628 - Test (r=billm) (787a5b937)
- Bug 1153023 - Extract an AddWindowListeners function. r=billm (380833b02)
- Bug 1153023 - Send the child process a dimensions update when the offset changes. r=roc (ad2306bd8)
- Bug 1153023 - Fix check to see if the TabParent::mRect needs updating. r=billm (aaa2ac2f1)
- Bug 1096093 - Send ThemeRefresh message from parent down to content process. r=smaug. (2049f1d97)
- Bug 1138793 - Add a sync IPC to get BrowserConfiguration. r=baku (41ec33eb6)
- Bug 803783 - Send message manager results via structured clone (r=bent) (0ea5d1ec6)
- Bug 1162838 - Allow sending initial process data to content processes (r=smaug) (a4bfdcc35)
- Bug 1143938 - Add listener argument to Components.utils.forceCC. r=smaug (f7ec5bd82)
- Bug 1137536, part 1 - Move DeferredFinalize out of the cyclecollector namespace. r=smaug (a3aab49c8)
- fix include order (196862592)
- Bug 1137536, part 2 - Make sure every file that uses an nsCycleCollector_ function includes nsCycleCollector.h. r=smaug (87e21ac93)
- Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan (8b3c092f1)
- Bug 1096494: Followup to use @binpath@ in package manifest for uninstall helper.exe. r=rstrong (8f240d126)
- Bug 1147839 - Fixed building installer on mingw. r=glandium (6b3081f87)
- Bug 1151005 - Refactor terminal notification stuff from 'mach build' into MozbuildObject r=gps (e556c0833)
- fix Install (f29193421)
- Bug 1151005 - Show notifications when the 'install' and 'package' mach commands complete r=gps (23b706bb6)
- mark done (91a6e3c2f)
- Bug 1154877 - Content process shouldn't use the Places Database. r=billm (aca46ccea)
- Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws (9919916e9)
- Bug 1109875 - Fix test failures by making <xul:iframe> and <xul:editor> elements query the frameLoader for the docShell instead of the boxObject r=smaug (4a31ef82d)
- Bug 1109875 - Fix various other tests to properly wait for data from closed tabs r=billm (c7fbb0e08)
- Bug 1109875 - Add tests for async tab removal r=billm (0b02701ff)
440 lines
24 KiB
HTML
440 lines
24 KiB
HTML
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
# 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/.
|
|
|
|
#ifdef XP_UNIX
|
|
#ifndef XP_MACOSX
|
|
#define XP_GNOME 1
|
|
#endif
|
|
#endif
|
|
|
|
<stringbundleset id="stringbundleset">
|
|
<stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
|
|
<stringbundle id="bundle_shell" src="chrome://browser/locale/shellservice.properties"/>
|
|
<stringbundle id="bundle_preferences" src="chrome://browser/locale/preferences/preferences.properties"/>
|
|
</stringbundleset>
|
|
|
|
<commandset id="mainCommandSet">
|
|
<command id="cmd_newNavigator" oncommand="OpenBrowserWindow()"/>
|
|
<command id="cmd_handleBackspace" oncommand="BrowserHandleBackspace();" />
|
|
<command id="cmd_handleShiftBackspace" oncommand="BrowserHandleShiftBackspace();" />
|
|
|
|
<command id="cmd_newNavigatorTab" oncommand="BrowserOpenTab();"/>
|
|
<command id="Browser:OpenFile" oncommand="BrowserOpenFileWindow();"/>
|
|
<command id="Browser:SavePage" oncommand="saveDocument(window.content.document);"/>
|
|
|
|
<command id="Browser:SendLink"
|
|
oncommand="MailIntegration.sendLinkForWindow(window.content);"/>
|
|
|
|
<command id="cmd_pageSetup" oncommand="PrintUtils.showPageSetup();"/>
|
|
<command id="cmd_print" oncommand="PrintUtils.print();"/>
|
|
<command id="cmd_printPreview" oncommand="PrintUtils.printPreview(PrintPreviewListener);"/>
|
|
<command id="cmd_close" oncommand="BrowserCloseTabOrWindow()"/>
|
|
<command id="cmd_closeWindow" oncommand="BrowserTryToCloseWindow()"/>
|
|
<command id="cmd_ToggleTabsOnTop" oncommand="TabsOnTop.toggle()"/>
|
|
<command id="cmd_CustomizeToolbars" oncommand="BrowserCustomizeToolbar()"/>
|
|
<command id="cmd_restartApplication" oncommand="restart(false);"/>
|
|
<command id="cmd_quitApplication" oncommand="goQuitApplication()"/>
|
|
|
|
|
|
<commandset id="editMenuCommands"/>
|
|
|
|
<command id="View:PageSource" oncommand="BrowserViewSource(window.gBrowser.selectedBrowser);" observes="canViewSource"/>
|
|
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
|
|
<command id="View:FullScreen" oncommand="BrowserFullScreen();"/>
|
|
<command id="cmd_find"
|
|
oncommand="gFindBar.onFindCommand();"
|
|
observes="isImage"/>
|
|
<command id="cmd_findAgain"
|
|
oncommand="gFindBar.onFindAgainCommand(false);"
|
|
observes="isImage"/>
|
|
<command id="cmd_findPrevious"
|
|
oncommand="gFindBar.onFindAgainCommand(true);"
|
|
observes="isImage"/>
|
|
<!-- work-around bug 392512 -->
|
|
<command id="Browser:AddBookmarkAs"
|
|
oncommand="PlacesCommandHook.bookmarkCurrentPage(true, PlacesUtils.bookmarksMenuFolderId);"/>
|
|
<!-- The command disabled state must be manually updated through
|
|
PlacesCommandHook.updateBookmarkAllTabsCommand() -->
|
|
<command id="Browser:BookmarkAllTabs"
|
|
oncommand="PlacesCommandHook.bookmarkCurrentPages();"/>
|
|
<command id="Browser:Home" oncommand="BrowserHome();"/>
|
|
<command id="Browser:Back" oncommand="BrowserBack();" disabled="true"/>
|
|
<command id="Browser:BackOrBackDuplicate" oncommand="BrowserBack(event);" disabled="true">
|
|
<observes element="Browser:Back" attribute="disabled"/>
|
|
</command>
|
|
<command id="Browser:Forward" oncommand="BrowserForward();" disabled="true"/>
|
|
<command id="Browser:ForwardOrForwardDuplicate" oncommand="BrowserForward(event);" disabled="true">
|
|
<observes element="Browser:Forward" attribute="disabled"/>
|
|
</command>
|
|
<command id="Browser:Stop" oncommand="BrowserStop();" disabled="true"/>
|
|
<command id="Browser:Reload" oncommand="if (event.shiftKey) BrowserReloadSkipCache(); else BrowserReload()" disabled="true"/>
|
|
<command id="Browser:ReloadOrDuplicate" oncommand="BrowserReloadOrDuplicate(event)" disabled="true">
|
|
<observes element="Browser:Reload" attribute="disabled"/>
|
|
</command>
|
|
<command id="Browser:ReloadSkipCache" oncommand="BrowserReloadSkipCache()" disabled="true">
|
|
<observes element="Browser:Reload" attribute="disabled"/>
|
|
</command>
|
|
<command id="Browser:NextTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(1, true);"/>
|
|
<command id="Browser:PrevTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(-1, true);"/>
|
|
<command id="Browser:ShowAllTabs" oncommand="allTabs.open();"/>
|
|
<command id="Browser:FocusNextFrame" oncommand="focusNextFrame(event);"/>
|
|
<command id="cmd_fullZoomReduce" oncommand="FullZoom.reduce()"/>
|
|
<command id="cmd_fullZoomEnlarge" oncommand="FullZoom.enlarge()"/>
|
|
<command id="cmd_fullZoomReset" oncommand="FullZoom.reset()"/>
|
|
<command id="cmd_fullZoomToggle" oncommand="ZoomManager.toggleZoom();"/>
|
|
<command id="cmd_gestureRotateLeft" oncommand="gGestureSupport.rotate(event.sourceEvent)"/>
|
|
<command id="cmd_gestureRotateRight" oncommand="gGestureSupport.rotate(event.sourceEvent)"/>
|
|
<command id="cmd_gestureRotateEnd" oncommand="gGestureSupport.rotateEnd()"/>
|
|
<command id="Browser:OpenLocation" oncommand="openLocation();"/>
|
|
<command id="Browser:RestoreLastSession" oncommand="restoreLastSession();" disabled="true"/>
|
|
|
|
<command id="Tools:Search" oncommand="BrowserSearch.webSearch();"/>
|
|
<command id="Tools:Downloads" oncommand="BrowserDownloadsUI();"/>
|
|
#ifdef MOZ_DEVTOOLS
|
|
<command id="Tools:DevToolbox" oncommand="gDevToolsBrowser.toggleToolboxCommand(gBrowser);"/>
|
|
<command id="Tools:DevToolbar" oncommand="DeveloperToolbar.toggle();" disabled="true" hidden="true"/>
|
|
<command id="Tools:DevToolbarFocus" oncommand="DeveloperToolbar.focusToggle();" disabled="true"/>
|
|
<command id="Tools:DevAppMgr" oncommand="gDevToolsBrowser.openAppManager(gBrowser);" disabled="true" hidden="true"/>
|
|
<command id="Tools:WebIDE" oncommand="gDevToolsBrowser.openWebIDE();" disabled="true" hidden="true"/>
|
|
<command id="Tools:ChromeDebugger" oncommand="BrowserToolboxProcess.init();" disabled="true" hidden="true"/>
|
|
<command id="Tools:BrowserConsole" oncommand="HUDService.openBrowserConsoleOrFocus();"/>
|
|
<command id="Tools:Scratchpad" oncommand="Scratchpad.openScratchpad();" disabled="true" hidden="true"/>
|
|
<command id="Tools:ResponsiveUI" oncommand="ResponsiveUI.toggle();" disabled="true" hidden="true"/>
|
|
<command id="Tools:Eyedropper" oncommand="openEyedropper();"/>
|
|
#endif
|
|
<command id="Tools:Addons" oncommand="BrowserOpenAddonsMgr();"/>
|
|
<command id="Tools:Permissions" oncommand="BrowserOpenPermissionsMgr();"/>
|
|
<command id="Tools:ErrorConsole" oncommand="toJavaScriptConsole()" disabled="true" hidden="true"/>
|
|
#ifdef MOZ_DEVTOOLS
|
|
<command id="Tools:DevToolsConnect" oncommand="gDevToolsBrowser.openConnectScreen(gBrowser)" disabled="true" hidden="true"/>
|
|
#endif
|
|
<command id="Tools:Sanitize"
|
|
oncommand="Cc['@mozilla.org/browser/browserglue;1'].getService(Ci.nsIBrowserGlue).sanitize(window);"/>
|
|
<command id="Tools:PrivateBrowsing"
|
|
oncommand="OpenBrowserWindow({private: true});"/>
|
|
<command id="History:UndoCloseTab" oncommand="undoCloseTab();"/>
|
|
<command id="History:UndoCloseWindow" oncommand="undoCloseWindow();"/>
|
|
<command id="Browser:ToggleAddonBar" oncommand="toggleAddonBar();"/>
|
|
</commandset>
|
|
|
|
<commandset id="placesCommands">
|
|
<command id="Browser:ShowAllBookmarks"
|
|
oncommand="PlacesCommandHook.showPlacesOrganizer('AllBookmarks');"/>
|
|
<command id="Browser:ShowAllHistory"
|
|
oncommand="PlacesCommandHook.showPlacesOrganizer('History');"/>
|
|
</commandset>
|
|
|
|
<broadcasterset id="mainBroadcasterSet">
|
|
<broadcaster id="viewBookmarksSidebar" autoCheck="false" sidebartitle="&bookmarksButton.label;"
|
|
type="checkbox" group="sidebar" sidebarurl="chrome://browser/content/bookmarks/bookmarksPanel.xul"
|
|
oncommand="toggleSidebar('viewBookmarksSidebar');"/>
|
|
|
|
<!-- for both places and non-places, the sidebar lives at
|
|
chrome://browser/content/history/history-panel.xul so there are no
|
|
problems when switching between versions -->
|
|
<broadcaster id="viewHistorySidebar" autoCheck="false" sidebartitle="&historyButton.label;"
|
|
type="checkbox" group="sidebar"
|
|
sidebarurl="chrome://browser/content/history/history-panel.xul"
|
|
oncommand="toggleSidebar('viewHistorySidebar');"/>
|
|
|
|
<broadcaster id="viewWebPanelsSidebar" autoCheck="false"
|
|
type="checkbox" group="sidebar" sidebarurl="chrome://browser/content/web-panels.xul"
|
|
oncommand="toggleSidebar('viewWebPanelsSidebar');"/>
|
|
|
|
<!-- popup blocking menu items -->
|
|
<broadcaster id="blockedPopupAllowSite"
|
|
accesskey="&allowPopups.accesskey;"
|
|
oncommand="gPopupBlockerObserver.toggleAllowPopupsForSite(event);"/>
|
|
<broadcaster id="blockedPopupEditSettings"
|
|
#ifdef XP_WIN
|
|
label="&editPopupSettings.label;"
|
|
#else
|
|
label="&editPopupSettingsUnix.label;"
|
|
#endif
|
|
accesskey="&editPopupSettings.accesskey;"
|
|
oncommand="gPopupBlockerObserver.editPopupSettings();"/>
|
|
<broadcaster id="blockedPopupDontShowMessage"
|
|
accesskey="&dontShowMessage.accesskey;"
|
|
type="checkbox"
|
|
oncommand="gPopupBlockerObserver.dontShowMessage();"/>
|
|
<broadcaster id="blockedPopupsSeparator"/>
|
|
<broadcaster id="isImage"/>
|
|
<broadcaster id="canViewSource"/>
|
|
<broadcaster id="isFrameImage"/>
|
|
<broadcaster id="singleFeedMenuitemState" disabled="true"/>
|
|
<broadcaster id="multipleFeedsMenuState" hidden="true"/>
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
<broadcaster id="sync-setup-state"/>
|
|
<broadcaster id="sync-syncnow-state"/>
|
|
#endif
|
|
<broadcaster id="workOfflineMenuitemState"/>
|
|
|
|
#ifdef MOZ_DEVTOOLS
|
|
<!-- DevTools broadcasters -->
|
|
<broadcaster id="devtoolsMenuBroadcaster_DevToolbox"
|
|
label="&devToolboxMenuItem.label;"
|
|
type="checkbox" autocheck="false"
|
|
command="Tools:DevToolbox"
|
|
key="key_devToolbox"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_DevToolbar"
|
|
label="&devToolbarMenu.label;"
|
|
type="checkbox" autocheck="false"
|
|
command="Tools:DevToolbar"
|
|
key="key_devToolbar"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_DevAppMgr"
|
|
label="&devAppMgrMenu.label;"
|
|
command="Tools:DevAppMgr"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_webide"
|
|
label="&webide.label;"
|
|
command="Tools:WebIDE"
|
|
key="key_webide"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_ChromeDebugger"
|
|
label="&chromeDebuggerMenu.label;"
|
|
command="Tools:ChromeDebugger"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_BrowserConsole"
|
|
label="&browserConsoleCmd.label;"
|
|
key="key_browserConsole"
|
|
command="Tools:BrowserConsole"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_Scratchpad"
|
|
label="&scratchpad.label;"
|
|
command="Tools:Scratchpad"
|
|
key="key_scratchpad"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_ResponsiveUI"
|
|
label="&responsiveDesignTool.label;"
|
|
type="checkbox" autocheck="false"
|
|
command="Tools:ResponsiveUI"
|
|
key="key_responsiveUI"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_Eyedropper"
|
|
label="&eyedropper.label;"
|
|
type="checkbox" autocheck="false"
|
|
command="Tools:Eyedropper"/>
|
|
#endif
|
|
<broadcaster id="devtoolsMenuBroadcaster_PageSource"
|
|
label="&pageSourceCmd.label;"
|
|
key="key_viewSource"
|
|
command="View:PageSource">
|
|
<observes element="canViewSource" attribute="disabled"/>
|
|
</broadcaster>
|
|
<broadcaster id="devtoolsMenuBroadcaster_ErrorConsole"
|
|
label="&errorConsoleCmd.label;"
|
|
command="Tools:ErrorConsole"/>
|
|
<broadcaster id="devtoolsMenuBroadcaster_GetMoreTools"
|
|
label="&getMoreDevtoolsCmd.label;"
|
|
oncommand="openUILinkIn(gPrefService.getCharPref('browser.getdevtools.url'), 'tab');"/>
|
|
#ifdef MOZ_DEVTOOLS
|
|
<broadcaster id="devtoolsMenuBroadcaster_connect"
|
|
label="&devtoolsConnect.label;"
|
|
command="Tools:DevToolsConnect"/>
|
|
#endif
|
|
</broadcasterset>
|
|
|
|
<keyset id="mainKeyset">
|
|
<key id="key_newNavigator"
|
|
key="&newNavigatorCmd.key;"
|
|
command="cmd_newNavigator"
|
|
modifiers="accel"/>
|
|
<key id="key_newNavigatorTab" key="&tabCmd.commandkey;" modifiers="accel" command="cmd_newNavigatorTab"/>
|
|
<key id="focusURLBar" key="&openCmd.commandkey;" command="Browser:OpenLocation"
|
|
modifiers="accel"/>
|
|
#ifndef XP_MACOSX
|
|
<key id="focusURLBar2" key="&urlbar.accesskey;" command="Browser:OpenLocation"
|
|
modifiers="alt"/>
|
|
#endif
|
|
|
|
#
|
|
# Search Command Key Logic works like this:
|
|
#
|
|
# Unix: Ctrl+K (cross platform binding)
|
|
# Ctrl+J (in case of emacs Ctrl-K conflict)
|
|
# Mac: Cmd+K (cross platform binding)
|
|
# Cmd+Opt+F (platform convention)
|
|
# Win: Ctrl+K (cross platform binding)
|
|
# Ctrl+E (IE compat)
|
|
#
|
|
# We support Ctrl+K on all platforms now and advertise it in the menu since it is
|
|
# our standard - it is a "safe" choice since it is near no harmful keys like "W" as
|
|
# "E" is. People mourning the loss of Ctrl+K for emacs compat can switch their GTK
|
|
# system setting to use emacs emulation, and we should respect it. Focus-Search-Box
|
|
# is a fundamental keybinding and we are maintaining a XP binding so that it is easy
|
|
# for people to switch to Linux.
|
|
#
|
|
<key id="key_search" key="&searchFocus.commandkey;" command="Tools:Search" modifiers="accel"/>
|
|
#ifdef XP_MACOSX
|
|
<key id="key_search2" key="&findOnCmd.commandkey;" command="Tools:Search" modifiers="accel,alt"/>
|
|
#endif
|
|
#ifdef XP_WIN
|
|
<key id="key_search2" key="&searchFocus.commandkey2;" command="Tools:Search" modifiers="accel"/>
|
|
#endif
|
|
#ifdef XP_GNOME
|
|
<key id="key_search2" key="&searchFocusUnix.commandkey;" command="Tools:Search" modifiers="accel"/>
|
|
<key id="key_openDownloads" key="&downloadsUnix.commandkey;" command="Tools:Downloads" modifiers="accel,shift"/>
|
|
#else
|
|
<key id="key_openDownloads" key="&downloads.commandkey;" command="Tools:Downloads" modifiers="accel"/>
|
|
#endif
|
|
<key id="key_openAddons" key="&addons.commandkey;" command="Tools:Addons" modifiers="accel,shift"/>
|
|
#ifdef MOZ_DEVTOOLS
|
|
<key id="key_browserConsole" key="&browserConsoleCmd.commandkey;" command="Tools:BrowserConsole" modifiers="accel,shift"/>
|
|
<key id="key_devToolbox" keycode="VK_F12" keytext="F12" command="Tools:DevToolbox"/>
|
|
<key id="key_devToolbar" keycode="&devToolbar.keycode;" modifiers="shift"
|
|
keytext="&devToolbar.keytext;" command="Tools:DevToolbarFocus"/>
|
|
<key id="key_responsiveUI" key="&responsiveDesignTool.commandkey;" command="Tools:ResponsiveUI"
|
|
#ifdef XP_MACOSX
|
|
modifiers="accel,alt"
|
|
#else
|
|
modifiers="accel,shift"
|
|
#endif
|
|
/>
|
|
<key id="key_scratchpad" keycode="&scratchpad.keycode;" modifiers="shift"
|
|
keytext="&scratchpad.keytext;" command="Tools:Scratchpad"/>
|
|
#endif
|
|
<key id="openFileKb" key="&openFileCmd.commandkey;" command="Browser:OpenFile" modifiers="accel"/>
|
|
<key id="key_savePage" key="&savePageCmd.commandkey;" command="Browser:SavePage" modifiers="accel"/>
|
|
<key id="printKb" key="&printCmd.commandkey;" command="cmd_print" modifiers="accel"/>
|
|
<key id="key_close" key="&closeCmd.key;" command="cmd_close" modifiers="accel"/>
|
|
<key id="key_closeWindow" key="&closeCmd.key;" command="cmd_closeWindow" modifiers="accel,shift"/>
|
|
<key id="key_undo"
|
|
key="&undoCmd.key;"
|
|
modifiers="accel"/>
|
|
#ifdef XP_UNIX
|
|
<key id="key_redo" key="&undoCmd.key;" modifiers="accel,shift"/>
|
|
#else
|
|
<key id="key_redo" key="&redoCmd.key;" modifiers="accel"/>
|
|
#endif
|
|
<key id="key_cut"
|
|
key="&cutCmd.key;"
|
|
modifiers="accel"/>
|
|
<key id="key_copy"
|
|
key="©Cmd.key;"
|
|
modifiers="accel"/>
|
|
<key id="key_paste"
|
|
key="&pasteCmd.key;"
|
|
modifiers="accel"/>
|
|
<key id="key_delete" keycode="VK_DELETE" command="cmd_delete"/>
|
|
<key id="key_selectAll" key="&selectAllCmd.key;" modifiers="accel"/>
|
|
|
|
<key keycode="VK_BACK" command="cmd_handleBackspace"/>
|
|
<key keycode="VK_BACK" command="cmd_handleShiftBackspace" modifiers="shift"/>
|
|
#ifndef XP_MACOSX
|
|
<key id="goBackKb" keycode="VK_LEFT" command="Browser:Back" modifiers="alt"/>
|
|
<key id="goForwardKb" keycode="VK_RIGHT" command="Browser:Forward" modifiers="alt"/>
|
|
#else
|
|
<key id="goBackKb" keycode="VK_LEFT" command="Browser:Back" modifiers="accel" />
|
|
<key id="goForwardKb" keycode="VK_RIGHT" command="Browser:Forward" modifiers="accel" />
|
|
#endif
|
|
#ifdef XP_UNIX
|
|
<key id="goBackKb2" key="&goBackCmd.commandKey;" command="Browser:Back" modifiers="accel"/>
|
|
<key id="goForwardKb2" key="&goForwardCmd.commandKey;" command="Browser:Forward" modifiers="accel"/>
|
|
#endif
|
|
<key id="goHome" keycode="VK_HOME" command="Browser:Home" modifiers="alt"/>
|
|
<key keycode="VK_F5" command="Browser:Reload"/>
|
|
#ifndef XP_MACOSX
|
|
<key id="showAllHistoryKb" key="&showAllHistoryCmd.commandkey;" command="Browser:ShowAllHistory" modifiers="accel,shift"/>
|
|
<key keycode="VK_F5" command="Browser:ReloadSkipCache" modifiers="accel"/>
|
|
<key keycode="VK_F6" command="Browser:FocusNextFrame"/>
|
|
<key keycode="VK_F6" command="Browser:FocusNextFrame" modifiers="shift"/>
|
|
<key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/>
|
|
#else
|
|
<key id="key_fullScreen" key="&fullScreenCmd.macCommandKey;" command="View:FullScreen" modifiers="accel,control"/>
|
|
<key id="key_fullScreen_old" key="&fullScreenCmd.macCommandKey;" command="View:FullScreen" modifiers="accel,shift"/>
|
|
<key keycode="VK_F11" command="View:FullScreen"/>
|
|
#endif
|
|
<key key="&reloadCmd.commandkey;" command="Browser:Reload" modifiers="accel" id="key_reload"/>
|
|
<key key="&reloadCmd.commandkey;" command="Browser:ReloadSkipCache" modifiers="accel,shift"/>
|
|
<key id="key_viewSource" key="&pageSourceCmd.commandkey;" command="View:PageSource" modifiers="accel"/>
|
|
#ifndef XP_WIN
|
|
<key id="key_viewInfo" key="&pageInfoCmd.commandkey;" command="View:PageInfo" modifiers="accel"/>
|
|
#endif
|
|
<key id="key_find" key="&findOnCmd.commandkey;" command="cmd_find" modifiers="accel"/>
|
|
<key id="key_findAgain" key="&findAgainCmd.commandkey;" command="cmd_findAgain" modifiers="accel"/>
|
|
<key id="key_findPrevious" key="&findAgainCmd.commandkey;" command="cmd_findPrevious" modifiers="accel,shift"/>
|
|
<key keycode="&findAgainCmd.commandkey2;" command="cmd_findAgain"/>
|
|
<key keycode="&findAgainCmd.commandkey2;" command="cmd_findPrevious" modifiers="shift"/>
|
|
|
|
<key id="addBookmarkAsKb" key="&bookmarkThisPageCmd.commandkey;" command="Browser:AddBookmarkAs" modifiers="accel"/>
|
|
# Accel+Shift+A-F are reserved on GTK
|
|
#ifndef MOZ_WIDGET_GTK
|
|
<key id="bookmarkAllTabsKb" key="&bookmarkThisPageCmd.commandkey;" oncommand="PlacesCommandHook.bookmarkCurrentPages();" modifiers="accel,shift"/>
|
|
<key id="manBookmarkKb" key="&bookmarksCmd.commandkey;" command="Browser:ShowAllBookmarks" modifiers="accel,shift"/>
|
|
#else
|
|
<key id="manBookmarkKb" key="&bookmarksGtkCmd.commandkey;" command="Browser:ShowAllBookmarks" modifiers="accel,shift"/>
|
|
#endif
|
|
<key id="viewBookmarksSidebarKb" key="&bookmarksCmd.commandkey;" command="viewBookmarksSidebar" modifiers="accel"/>
|
|
#ifdef XP_WIN
|
|
# Cmd+I is conventially mapped to Info on MacOS X, thus it should not be
|
|
# overridden for other purposes there.
|
|
<key id="viewBookmarksSidebarWinKb" key="&bookmarksWinCmd.commandkey;" command="viewBookmarksSidebar" modifiers="accel"/>
|
|
#endif
|
|
|
|
# Navigation cancel keys: Esc performs a cancel on loading (i.e.: stop button equivalent)
|
|
# Shift-Esc (and similar Shift-modified stop on Mac) performs a "superstop": this halts all
|
|
# networking requests, XHR, animated gifs, etc.
|
|
<key id="key_stop" keycode="VK_ESCAPE" command="Browser:Stop"/>
|
|
<key id="key_stop_all" keycode="VK_ESCAPE" modifiers="shift" oncommand="BrowserStop();"/>
|
|
#ifdef XP_MACOSX
|
|
<key id="key_stop_mac" modifiers="accel" key="&stopCmd.macCommandKey;" command="Browser:Stop"/>
|
|
<key id="key_stop_all_mac" modifiers="accel,shift" key="&stopCmd.macCommandKey;" oncommand="BrowserStop();"/>
|
|
#endif
|
|
|
|
<key id="key_gotoHistory"
|
|
key="&historySidebarCmd.commandKey;"
|
|
#ifdef XP_MACOSX
|
|
modifiers="accel,shift"
|
|
#else
|
|
modifiers="accel"
|
|
#endif
|
|
command="viewHistorySidebar"/>
|
|
|
|
<key id="key_fullZoomReduce" key="&fullZoomReduceCmd.commandkey;" command="cmd_fullZoomReduce" modifiers="accel"/>
|
|
<key key="&fullZoomReduceCmd.commandkey2;" command="cmd_fullZoomReduce" modifiers="accel"/>
|
|
<key id="key_fullZoomEnlarge" key="&fullZoomEnlargeCmd.commandkey;" command="cmd_fullZoomEnlarge" modifiers="accel"/>
|
|
<key key="&fullZoomEnlargeCmd.commandkey2;" command="cmd_fullZoomEnlarge" modifiers="accel"/>
|
|
<key key="&fullZoomEnlargeCmd.commandkey3;" command="cmd_fullZoomEnlarge" modifiers="accel"/>
|
|
<key id="key_fullZoomReset" key="&fullZoomResetCmd.commandkey;" command="cmd_fullZoomReset" modifiers="accel"/>
|
|
<key key="&fullZoomResetCmd.commandkey2;" command="cmd_fullZoomReset" modifiers="accel"/>
|
|
|
|
<key id="key_showAllTabs" command="Browser:ShowAllTabs" keycode="VK_TAB" modifiers="control,shift"/>
|
|
|
|
<key id="key_switchTextDirection" key="&bidiSwitchTextDirectionItem.commandkey;" command="cmd_switchTextDirection" modifiers="accel,shift" />
|
|
|
|
<key id="key_privatebrowsing" command="Tools:PrivateBrowsing" key="&privateBrowsingCmd.commandkey;" modifiers="accel,shift"/>
|
|
<key id="key_sanitize" command="Tools:Sanitize" keycode="VK_DELETE" modifiers="accel,shift"/>
|
|
#ifdef XP_MACOSX
|
|
<key id="key_sanitize_mac" command="Tools:Sanitize" keycode="VK_BACK" modifiers="accel,shift"/>
|
|
#endif
|
|
#ifdef XP_UNIX
|
|
<key id="key_quitApplication" key="&quitApplicationCmdUnix.key;" command="cmd_quitApplication" modifiers="accel"/>
|
|
#endif
|
|
|
|
#ifdef FULL_BROWSER_WINDOW
|
|
<key id="key_undoCloseTab" command="History:UndoCloseTab" key="&tabCmd.commandkey;" modifiers="accel,shift"/>
|
|
#endif
|
|
<key id="key_undoCloseWindow" command="History:UndoCloseWindow" key="&newNavigatorCmd.key;" modifiers="accel,shift"/>
|
|
|
|
#ifdef XP_GNOME
|
|
#define NUM_SELECT_TAB_MODIFIER alt
|
|
#else
|
|
#define NUM_SELECT_TAB_MODIFIER accel
|
|
#endif
|
|
|
|
#expand <key id="key_selectTab1" oncommand="gBrowser.selectTabAtIndex(0, event);" key="1" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab2" oncommand="gBrowser.selectTabAtIndex(1, event);" key="2" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab3" oncommand="gBrowser.selectTabAtIndex(2, event);" key="3" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab4" oncommand="gBrowser.selectTabAtIndex(3, event);" key="4" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab5" oncommand="gBrowser.selectTabAtIndex(4, event);" key="5" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab6" oncommand="gBrowser.selectTabAtIndex(5, event);" key="6" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab7" oncommand="gBrowser.selectTabAtIndex(6, event);" key="7" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectTab8" oncommand="gBrowser.selectTabAtIndex(7, event);" key="8" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
#expand <key id="key_selectLastTab" oncommand="gBrowser.selectTabAtIndex(-1, event);" key="9" modifiers="__NUM_SELECT_TAB_MODIFIER__"/>
|
|
|
|
<key id="key_toggleAddonBar" command="Browser:ToggleAddonBar" key="&toggleAddonBarCmd.key;" modifiers="accel"/>
|
|
|
|
</keyset>
|
|
|
|
# Used by baseMenuOverlay
|
|
#ifdef XP_MACOSX
|
|
<commandset id="baseMenuCommandSet" />
|
|
#endif
|
|
<keyset id="baseMenuKeyset" />
|