From a1be17c1cea81ebb1e8b131a662c698d78f3f7f2 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 4 Jun 2018 13:17:38 +0200 Subject: Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk --- .../basilisk/base/content/macBrowserOverlay.xul | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 application/basilisk/base/content/macBrowserOverlay.xul (limited to 'application/basilisk/base/content/macBrowserOverlay.xul') diff --git a/application/basilisk/base/content/macBrowserOverlay.xul b/application/basilisk/base/content/macBrowserOverlay.xul new file mode 100644 index 000000000..4b2cb0d89 --- /dev/null +++ b/application/basilisk/base/content/macBrowserOverlay.xul @@ -0,0 +1,66 @@ + +# -*- 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 MAC_NON_BROWSER_WINDOW + + + + + + + + +# 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 + + + +# 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