2005-02-25 12:07:58 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2012-08-11 00:20:25 +04:00
|
|
|
<!-- -*- 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/. -->
|
2005-02-25 12:07:58 +03:00
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/"?>
|
2008-11-06 06:57:00 +03:00
|
|
|
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?>
|
2005-02-25 12:07:58 +03:00
|
|
|
|
|
|
|
<!DOCTYPE dialog [
|
2005-03-10 21:44:11 +03:00
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
2006-09-27 22:13:19 +04:00
|
|
|
<!ENTITY % sanitizeDTD SYSTEM "chrome://browser/locale/sanitize.dtd">
|
2005-02-25 12:07:58 +03:00
|
|
|
%brandDTD;
|
|
|
|
%sanitizeDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<prefwindow id="SanitizeDialog" type="child"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2005-06-17 02:16:26 +04:00
|
|
|
dlgbuttons="accept,cancel,help"
|
2008-03-24 20:18:38 +03:00
|
|
|
ondialoghelp="openPrefsHelp()"
|
2015-02-11 17:26:00 +03:00
|
|
|
dialogWidth="&sanitizePrefs2.modal.width;"
|
|
|
|
subdialogWidth="&sanitizePrefs2.inContent.dialog.width;"
|
2013-03-19 21:46:13 +04:00
|
|
|
title="&sanitizePrefs2.title;"
|
2015-02-05 17:09:23 +03:00
|
|
|
onload="gSanitizeDialog.init();">
|
2005-02-25 12:07:58 +03:00
|
|
|
|
2008-03-24 20:18:38 +03:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
|
2013-03-19 21:46:13 +04:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/preferences/sanitize.js"/>
|
2008-03-24 20:18:38 +03:00
|
|
|
|
2005-06-17 02:16:26 +04:00
|
|
|
<prefpane id="SanitizeDialogPane"
|
2008-03-24 20:18:38 +03:00
|
|
|
helpTopic="prefs-clear-private-data">
|
2005-02-25 12:07:58 +03:00
|
|
|
|
|
|
|
<preferences>
|
2013-03-19 21:46:13 +04:00
|
|
|
<preference id="privacy.clearOnShutdown.history" name="privacy.clearOnShutdown.history" type="bool"
|
|
|
|
onchange="return gSanitizeDialog.onClearHistoryChanged();"/>
|
2009-05-21 13:51:56 +04:00
|
|
|
<preference id="privacy.clearOnShutdown.formdata" name="privacy.clearOnShutdown.formdata" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.downloads" name="privacy.clearOnShutdown.downloads" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.cookies" name="privacy.clearOnShutdown.cookies" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.cache" name="privacy.clearOnShutdown.cache" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.offlineApps" name="privacy.clearOnShutdown.offlineApps" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.sessions" name="privacy.clearOnShutdown.sessions" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.siteSettings" name="privacy.clearOnShutdown.siteSettings" type="bool"/>
|
2005-02-25 12:07:58 +03:00
|
|
|
</preferences>
|
|
|
|
|
2008-11-06 06:57:00 +03:00
|
|
|
<description>&clearDataSettings2.label;</description>
|
2006-08-05 01:35:18 +04:00
|
|
|
|
2008-11-06 06:57:00 +03:00
|
|
|
<groupbox orient="horizontal">
|
|
|
|
<caption label="&historySection.label;"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
2015-02-11 17:26:00 +03:00
|
|
|
<column dialogWidth="&sanitizePrefs2.column.width;"
|
|
|
|
subdialogWidth="&sanitizePrefs2.inContent.column.width;"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2013-03-20 21:07:05 +04:00
|
|
|
<checkbox label="&itemHistoryAndDownloads.label;"
|
|
|
|
accesskey="&itemHistoryAndDownloads.accesskey;"
|
2009-05-21 13:51:56 +04:00
|
|
|
preference="privacy.clearOnShutdown.history"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
<checkbox label="&itemCookies.label;"
|
|
|
|
accesskey="&itemCookies.accesskey;"
|
2009-05-21 13:51:56 +04:00
|
|
|
preference="privacy.clearOnShutdown.cookies"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemActiveLogins.label;"
|
|
|
|
accesskey="&itemActiveLogins.accesskey;"
|
2009-05-21 13:51:56 +04:00
|
|
|
preference="privacy.clearOnShutdown.sessions"/>
|
2013-03-20 21:07:05 +04:00
|
|
|
<checkbox label="&itemCache.label;"
|
|
|
|
accesskey="&itemCache.accesskey;"
|
|
|
|
preference="privacy.clearOnShutdown.cache"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemFormSearchHistory.label;"
|
|
|
|
accesskey="&itemFormSearchHistory.accesskey;"
|
2009-05-21 13:51:56 +04:00
|
|
|
preference="privacy.clearOnShutdown.formdata"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2008-11-06 06:57:00 +03:00
|
|
|
</groupbox>
|
|
|
|
<groupbox orient="horizontal">
|
|
|
|
<caption label="&dataSection.label;"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
2015-02-14 05:55:00 +03:00
|
|
|
<column dialogWidth="&sanitizePrefs2.column.width;"
|
|
|
|
subdialogWidth="&sanitizePrefs2.inContent.column.width;"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemSitePreferences.label;"
|
|
|
|
accesskey="&itemSitePreferences.accesskey;"
|
2009-05-21 13:51:56 +04:00
|
|
|
preference="privacy.clearOnShutdown.siteSettings"/>
|
2015-07-17 20:18:00 +03:00
|
|
|
<checkbox label="&itemOfflineApps.label;"
|
|
|
|
accesskey="&itemOfflineApps.accesskey;"
|
|
|
|
preference="privacy.clearOnShutdown.offlineApps"/>
|
2009-05-16 08:48:44 +04:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2008-11-06 06:57:00 +03:00
|
|
|
</groupbox>
|
2005-02-25 12:07:58 +03:00
|
|
|
</prefpane>
|
|
|
|
</prefwindow>
|