summaryrefslogtreecommitdiffstats
path: root/components/preferences/preferences.xul
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
commitf9cab004186edb425a9b88ad649726605080a17c (patch)
treee2dae51d3144e83d097a12e7a1499e3ea93f90be /components/preferences/preferences.xul
parentf428692de8b59ab89a66502c079e1823dfda8aeb (diff)
downloadwebbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.gz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.lz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.xz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.zip
move browser to webbrowser/
Diffstat (limited to 'components/preferences/preferences.xul')
-rw-r--r--components/preferences/preferences.xul92
1 files changed, 0 insertions, 92 deletions
diff --git a/components/preferences/preferences.xul b/components/preferences/preferences.xul
deleted file mode 100644
index a1d9c8c..0000000
--- a/components/preferences/preferences.xul
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0"?>
-
-# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
-# 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/.
-
-<?xml-stylesheet href="chrome://global/skin/global.css"?>
-<?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
-<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
-
-<!-- XXX This should be in applications.xul, but bug 393953 means putting it
- - there causes the Applications pane not to work the first time you open
- - the Preferences dialog in a browsing session, so we work around the problem
- - by putting it here instead.
- -->
-<?xml-stylesheet href="chrome://browser/content/preferences/handlers.css"?>
-<?xml-stylesheet href="chrome://browser/skin/preferences/applications.css"?>
-
-<!DOCTYPE prefwindow [
-<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
-<!ENTITY % preferencesDTD SYSTEM "chrome://browser/locale/preferences/preferences.dtd">
-%brandDTD;
-%preferencesDTD;
-]>
-
-#ifdef XP_WIN
-#define USE_WIN_TITLE_STYLE
-#endif
-
-#ifdef XP_MACOSX
-<?xul-overlay href="chrome://browser/content/macBrowserOverlay.xul"?>
-#endif
-
-<prefwindow type="prefwindow"
- id="BrowserPreferences"
- windowtype="Browser:Preferences"
- ondialoghelp="openPrefsHelp()"
-#ifdef USE_WIN_TITLE_STYLE
- title="&prefWindow.titleWin;"
-#else
-#ifdef XP_UNIX
-#ifndef XP_MACOSX
- title="&prefWindow.titleGNOME;"
-#endif
-#endif
-#endif
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-#ifdef USE_WIN_TITLE_STYLE
- style="&prefWinMinSize.styleWin2;"
-#else
-#ifdef XP_MACOSX
- style="&prefWinMinSize.styleMac;"
-#else
- style="&prefWinMinSize.styleGNOME;"
-#endif
-#endif
- onunload="if (typeof gSecurityPane != 'undefined') gSecurityPane.syncAddonSecurityLevel();"
- ondialogaccept="gNewtabUrl.writeNewtabUrl();">
-
- <script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
- <script type="application/javascript" src="chrome://browser/content/preferences/newtaburl.js"/>
-
- <stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/>
- <stringbundle id="bundlePreferences"
- src="chrome://browser/locale/preferences/preferences.properties"/>
-
- <prefpane id="paneMain" label="&paneGeneral.title;"
- src="chrome://browser/content/preferences/main.xul"/>
- <prefpane id="paneTabs" label="&paneTabs.title;"
- src="chrome://browser/content/preferences/tabs.xul"/>
- <prefpane id="paneContent" label="&paneContent.title;"
- src="chrome://browser/content/preferences/content.xul"/>
- <prefpane id="paneApplications" label="&paneApplications.title;"
- src="chrome://browser/content/preferences/applications.xul"/>
- <prefpane id="panePrivacy" label="&panePrivacy.title;"
- src="chrome://browser/content/preferences/privacy.xul"/>
- <prefpane id="paneSecurity" label="&paneSecurity.title;"
- src="chrome://browser/content/preferences/security.xul"/>
-#ifdef MOZ_SERVICES_SYNC
- <prefpane id="paneSync" label="&paneSync.title;"
- src="chrome://browser/content/preferences/sync.xul"/>
-#endif
- <prefpane id="paneAdvanced" label="&paneAdvanced.title;"
- src="chrome://browser/content/preferences/advanced.xul"/>
-
-#ifdef XP_MACOSX
-#include ../../base/content/browserMountPoints.inc
-#endif
-
-</prefwindow>
-