diff options
Diffstat (limited to 'browser/base/content/hiddenWindowMac.xhtml')
-rw-r--r-- | browser/base/content/hiddenWindowMac.xhtml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/browser/base/content/hiddenWindowMac.xhtml b/browser/base/content/hiddenWindowMac.xhtml new file mode 100644 index 0000000000..298c989b4e --- /dev/null +++ b/browser/base/content/hiddenWindowMac.xhtml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +# -*- 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/. +#define HIDDEN_WINDOW + +<?xml-stylesheet href="chrome://browser/skin/webRTC-menubar-indicator.css" type="text/css"?> + +<!DOCTYPE window [ +#include browser-doctype.inc +]> + +<window id="main-window" + xmlns:html="http://www.w3.org/1999/xhtml" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + data-l10n-sync="true"> + +#include macWindow.inc.xhtml + +<!-- Dock menu --> +<popupset> + <menupopup id="menu_mac_dockmenu"> + <!-- The command cannot be cmd_newNavigator because we need to activate + the application. --> + <menuitem label="&newNavigatorCmd.label;" oncommand="OpenBrowserWindowFromDockMenu();" + id="macDockMenuNewWindow" /> + <menuitem label="&newPrivateWindow.label;" oncommand="OpenBrowserWindowFromDockMenu({private: true});" + id="macDockMenuNewPrivateWindow" /> + </menupopup> +</popupset> + +</window> |