From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- webbrowser/base/content/macBrowserOverlay.xul | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 webbrowser/base/content/macBrowserOverlay.xul (limited to 'webbrowser/base/content/macBrowserOverlay.xul') diff --git a/webbrowser/base/content/macBrowserOverlay.xul b/webbrowser/base/content/macBrowserOverlay.xul new file mode 100644 index 0000000..b1ae838 --- /dev/null +++ b/webbrowser/base/content/macBrowserOverlay.xul @@ -0,0 +1,67 @@ + +# -*- 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/. + + + + + + + + +# All DTD information is stored in a separate file so that it can be shared by +# hiddenWindow.xul. +#include browser-doctype.inc + + + +# All JS files which are not content (only) dependent that browser.xul +# wishes to include *must* go into the global-scripts.inc file +# so that they can be shared by this overlay. +#include global-scripts.inc +#ifdef MOZ_DEVTOOLS +#include global-devtools-theme-scripts.inc +#endif + + + +# All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go into the +# browser-sets.inc file for sharing with hiddenWindow.xul. +#include browser-sets.inc + +# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by +# hiddenWindow.xul. +#include browser-menubar.inc + + + + + + + + + + + -- cgit v1.2.3