hiddenWindowMac.xhtml (1271B)
1 <?xml version="1.0"?> 2 # -*- Mode: HTML -*- 3 # 4 # This Source Code Form is subject to the terms of the Mozilla Public 5 # License, v. 2.0. If a copy of the MPL was not distributed with this 6 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 #define HIDDEN_WINDOW 8 9 <?csp script-src chrome: moz-src: resource:; ?> 10 11 <window id="main-window" 12 xmlns:html="http://www.w3.org/1999/xhtml" 13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 14 data-l10n-sync="true"> 15 <html:link 16 rel="stylesheet" 17 href="chrome://browser/skin/webRTC-menubar-indicator.css" 18 /> 19 20 #include macWindow.inc.xhtml 21 22 <!-- Dock menu --> 23 <popupset> 24 <!-- Hide this menupopup from the accessibility tree so that we don't fire 25 any unintended accessibility notifications for it. Accessibility for the 26 Dock menu is handled natively by macOS. --> 27 <menupopup id="menu_mac_dockmenu" aria-hidden="true"> 28 <!-- The command cannot be cmd_newNavigator because we need to activate 29 the application. --> 30 <menuitem data-l10n-id="menu-file-new-window" 31 id="macDockMenuNewWindow" /> 32 <menuitem data-l10n-id="menu-file-new-private-window" 33 id="macDockMenuNewPrivateWindow" /> 34 </menupopup> 35 </popupset> 36 37 </window>