Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | |
michael@0 | 3 | <!-- -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- --> |
michael@0 | 4 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 5 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 6 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 7 | |
michael@0 | 8 | <?xml-stylesheet href="chrome://global/skin/"?> |
michael@0 | 9 | <?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?> |
michael@0 | 10 | |
michael@0 | 11 | <!DOCTYPE dialog [ |
michael@0 | 12 | <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> |
michael@0 | 13 | <!ENTITY % sanitizeDTD SYSTEM "chrome://browser/locale/sanitize.dtd"> |
michael@0 | 14 | %brandDTD; |
michael@0 | 15 | %sanitizeDTD; |
michael@0 | 16 | ]> |
michael@0 | 17 | |
michael@0 | 18 | <prefwindow id="SanitizeDialog" type="child" |
michael@0 | 19 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 20 | dlgbuttons="accept,cancel,help" |
michael@0 | 21 | ondialoghelp="openPrefsHelp()" |
michael@0 | 22 | style="width: &dialog.width2;;" |
michael@0 | 23 | title="&sanitizePrefs2.title;" |
michael@0 | 24 | onload="gSanitizeDialog.onClearHistoryChanged();"> |
michael@0 | 25 | |
michael@0 | 26 | <script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/> |
michael@0 | 27 | <script type="application/javascript" src="chrome://browser/content/preferences/sanitize.js"/> |
michael@0 | 28 | |
michael@0 | 29 | <prefpane id="SanitizeDialogPane" |
michael@0 | 30 | helpTopic="prefs-clear-private-data"> |
michael@0 | 31 | |
michael@0 | 32 | <preferences> |
michael@0 | 33 | <preference id="privacy.clearOnShutdown.history" name="privacy.clearOnShutdown.history" type="bool" |
michael@0 | 34 | onchange="return gSanitizeDialog.onClearHistoryChanged();"/> |
michael@0 | 35 | <preference id="privacy.clearOnShutdown.formdata" name="privacy.clearOnShutdown.formdata" type="bool"/> |
michael@0 | 36 | <preference id="privacy.clearOnShutdown.passwords" name="privacy.clearOnShutdown.passwords" type="bool"/> |
michael@0 | 37 | <preference id="privacy.clearOnShutdown.downloads" name="privacy.clearOnShutdown.downloads" type="bool"/> |
michael@0 | 38 | <preference id="privacy.clearOnShutdown.cookies" name="privacy.clearOnShutdown.cookies" type="bool"/> |
michael@0 | 39 | <preference id="privacy.clearOnShutdown.cache" name="privacy.clearOnShutdown.cache" type="bool"/> |
michael@0 | 40 | <preference id="privacy.clearOnShutdown.offlineApps" name="privacy.clearOnShutdown.offlineApps" type="bool"/> |
michael@0 | 41 | <preference id="privacy.clearOnShutdown.sessions" name="privacy.clearOnShutdown.sessions" type="bool"/> |
michael@0 | 42 | <preference id="privacy.clearOnShutdown.siteSettings" name="privacy.clearOnShutdown.siteSettings" type="bool"/> |
michael@0 | 43 | </preferences> |
michael@0 | 44 | |
michael@0 | 45 | <description>&clearDataSettings2.label;</description> |
michael@0 | 46 | |
michael@0 | 47 | <groupbox orient="horizontal"> |
michael@0 | 48 | <caption label="&historySection.label;"/> |
michael@0 | 49 | <grid flex="1"> |
michael@0 | 50 | <columns> |
michael@0 | 51 | <column style="width: &column.width2;"/> |
michael@0 | 52 | <column flex="1"/> |
michael@0 | 53 | </columns> |
michael@0 | 54 | <rows> |
michael@0 | 55 | <row> |
michael@0 | 56 | <checkbox label="&itemHistoryAndDownloads.label;" |
michael@0 | 57 | accesskey="&itemHistoryAndDownloads.accesskey;" |
michael@0 | 58 | preference="privacy.clearOnShutdown.history"/> |
michael@0 | 59 | <checkbox label="&itemCookies.label;" |
michael@0 | 60 | accesskey="&itemCookies.accesskey;" |
michael@0 | 61 | preference="privacy.clearOnShutdown.cookies"/> |
michael@0 | 62 | </row> |
michael@0 | 63 | <row> |
michael@0 | 64 | <checkbox label="&itemActiveLogins.label;" |
michael@0 | 65 | accesskey="&itemActiveLogins.accesskey;" |
michael@0 | 66 | preference="privacy.clearOnShutdown.sessions"/> |
michael@0 | 67 | <checkbox label="&itemCache.label;" |
michael@0 | 68 | accesskey="&itemCache.accesskey;" |
michael@0 | 69 | preference="privacy.clearOnShutdown.cache"/> |
michael@0 | 70 | </row> |
michael@0 | 71 | <row> |
michael@0 | 72 | <checkbox label="&itemFormSearchHistory.label;" |
michael@0 | 73 | accesskey="&itemFormSearchHistory.accesskey;" |
michael@0 | 74 | preference="privacy.clearOnShutdown.formdata"/> |
michael@0 | 75 | </row> |
michael@0 | 76 | </rows> |
michael@0 | 77 | </grid> |
michael@0 | 78 | </groupbox> |
michael@0 | 79 | <groupbox orient="horizontal"> |
michael@0 | 80 | <caption label="&dataSection.label;"/> |
michael@0 | 81 | <grid flex="1"> |
michael@0 | 82 | <columns> |
michael@0 | 83 | <column style="width: &column.width2;"/> |
michael@0 | 84 | <column flex="1"/> |
michael@0 | 85 | </columns> |
michael@0 | 86 | <rows> |
michael@0 | 87 | <row> |
michael@0 | 88 | <checkbox label="&itemPasswords.label;" |
michael@0 | 89 | accesskey="&itemPasswords.accesskey;" |
michael@0 | 90 | preference="privacy.clearOnShutdown.passwords"/> |
michael@0 | 91 | <checkbox label="&itemOfflineApps.label;" |
michael@0 | 92 | accesskey="&itemOfflineApps.accesskey;" |
michael@0 | 93 | preference="privacy.clearOnShutdown.offlineApps"/> |
michael@0 | 94 | </row> |
michael@0 | 95 | <row> |
michael@0 | 96 | <checkbox label="&itemSitePreferences.label;" |
michael@0 | 97 | accesskey="&itemSitePreferences.accesskey;" |
michael@0 | 98 | preference="privacy.clearOnShutdown.siteSettings"/> |
michael@0 | 99 | </row> |
michael@0 | 100 | </rows> |
michael@0 | 101 | </grid> |
michael@0 | 102 | </groupbox> |
michael@0 | 103 | </prefpane> |
michael@0 | 104 | </prefwindow> |