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/browser.xul | 1046 +++++++++++++++++++++++++++++++++++ 1 file changed, 1046 insertions(+) create mode 100644 webbrowser/base/content/browser.xul (limited to 'webbrowser/base/content/browser.xul') diff --git a/webbrowser/base/content/browser.xul b/webbrowser/base/content/browser.xul new file mode 100644 index 0000000..0a249af --- /dev/null +++ b/webbrowser/base/content/browser.xul @@ -0,0 +1,1046 @@ +#filter substitution + +# -*- 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/. + + + +# Restore title to AppMenu windowed use + + + +#ifdef MOZ_DEVTOOLS + +#endif + + + + + + +# Padlock feature + +# Improve bookmark menu dragging + +# Automatic browser recovery + + + +# 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 macBrowserOverlay.xul. +#include global-scripts.inc +#ifdef MOZ_DEVTOOLS +#include global-devtools-theme-scripts.inc +#endif +