2007-03-22 10:30:00 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is the Firefox Preferences System.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Ben Goodger.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2005
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Ben Goodger <ben@mozilla.org>
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/"?>
|
2008-11-05 19:57:00 -08:00
|
|
|
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css" type="text/css"?>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<!DOCTYPE dialog [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
|
|
<!ENTITY % sanitizeDTD SYSTEM "chrome://browser/locale/sanitize.dtd">
|
|
|
|
%brandDTD;
|
|
|
|
%sanitizeDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<prefwindow id="SanitizeDialog" type="child"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
dlgbuttons="accept,cancel,help"
|
2008-03-24 10:18:38 -07:00
|
|
|
ondialoghelp="openPrefsHelp()"
|
2009-05-15 21:48:44 -07:00
|
|
|
style="width: &dialog.width;;"
|
2009-03-19 22:30:29 -07:00
|
|
|
title="&sanitizePrefs2.title;">
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-03-24 10:18:38 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<prefpane id="SanitizeDialogPane"
|
2008-03-24 10:18:38 -07:00
|
|
|
helpTopic="prefs-clear-private-data">
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<preferences>
|
2009-05-21 02:51:56 -07:00
|
|
|
<preference id="privacy.clearOnShutdown.history" name="privacy.clearOnShutdown.history" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.formdata" name="privacy.clearOnShutdown.formdata" type="bool"/>
|
|
|
|
<preference id="privacy.clearOnShutdown.passwords" name="privacy.clearOnShutdown.passwords" 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"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
</preferences>
|
|
|
|
|
2008-11-05 19:57:00 -08:00
|
|
|
<description>&clearDataSettings2.label;</description>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-11-05 19:57:00 -08:00
|
|
|
<groupbox orient="horizontal">
|
|
|
|
<caption label="&historySection.label;"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
|
|
|
<column style="width: &column.width;"/>
|
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemBrowsingHistory.label;"
|
|
|
|
accesskey="&itemBrowsingHistory.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.history"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<checkbox label="&itemCookies.label;"
|
|
|
|
accesskey="&itemCookies.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.cookies"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemDownloadHistory.label;"
|
|
|
|
accesskey="&itemDownloadHistory.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.downloads"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<checkbox label="&itemActiveLogins.label;"
|
|
|
|
accesskey="&itemActiveLogins.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.sessions"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemFormSearchHistory.label;"
|
|
|
|
accesskey="&itemFormSearchHistory.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.formdata"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<checkbox label="&itemCache.label;"
|
|
|
|
accesskey="&itemCache.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.cache"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2008-11-05 19:57:00 -08:00
|
|
|
</groupbox>
|
|
|
|
<groupbox orient="horizontal">
|
|
|
|
<caption label="&dataSection.label;"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
|
|
|
<column style="width: &column.width;"/>
|
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemPasswords.label;"
|
|
|
|
accesskey="&itemPasswords.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.passwords"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
<checkbox label="&itemOfflineApps.label;"
|
|
|
|
accesskey="&itemOfflineApps.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.offlineApps"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<checkbox label="&itemSitePreferences.label;"
|
|
|
|
accesskey="&itemSitePreferences.accesskey;"
|
2009-05-21 02:51:56 -07:00
|
|
|
preference="privacy.clearOnShutdown.siteSettings"/>
|
2009-05-15 21:48:44 -07:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2008-11-05 19:57:00 -08:00
|
|
|
</groupbox>
|
2007-03-22 10:30:00 -07:00
|
|
|
</prefpane>
|
|
|
|
</prefwindow>
|