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>
|
|
|
|
# Jeff Walden <jwalden+code@mit.edu>
|
2009-01-01 16:00:49 -08:00
|
|
|
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
2009-02-07 04:04:09 -08:00
|
|
|
# Roberto Estrada <roberto.estrada@yahoo.es>
|
2007-03-22 10:30:00 -07:00
|
|
|
#
|
|
|
|
# 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 *****
|
|
|
|
|
|
|
|
<!DOCTYPE overlay [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
|
|
|
<!ENTITY % privacyDTD SYSTEM "chrome://browser/locale/preferences/privacy.dtd">
|
|
|
|
%brandDTD;
|
|
|
|
%privacyDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<overlay id="PrivacyPaneOverlay"
|
2009-04-15 13:48:22 -07:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-03-24 10:18:38 -07:00
|
|
|
<prefpane id="panePrivacy"
|
|
|
|
onpaneload="gPrivacyPane.init();"
|
|
|
|
helpTopic="prefs-privacy">
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<preferences id="privacyPreferences">
|
|
|
|
|
|
|
|
<!-- XXX button prefs -->
|
|
|
|
<preference id="pref.privacy.disable_button.cookie_exceptions"
|
|
|
|
name="pref.privacy.disable_button.cookie_exceptions"
|
|
|
|
type="bool"/>
|
|
|
|
<preference id="pref.privacy.disable_button.view_cookies"
|
|
|
|
name="pref.privacy.disable_button.view_cookies"
|
|
|
|
type="bool"/>
|
|
|
|
|
2008-12-17 23:30:27 -08:00
|
|
|
<!-- Location Bar -->
|
2009-01-21 00:00:04 -08:00
|
|
|
<preference id="browser.urlbar.autocomplete.enabled"
|
|
|
|
name="browser.urlbar.autocomplete.enabled"
|
|
|
|
type="bool"/>
|
|
|
|
<preference id="browser.urlbar.default.behavior"
|
|
|
|
name="browser.urlbar.default.behavior"
|
|
|
|
type="int"
|
|
|
|
onchange="document.getElementById('browser.urlbar.autocomplete.enabled').updateElements();"/>
|
2008-12-17 23:30:27 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- History -->
|
2010-01-15 08:40:14 -08:00
|
|
|
<preference id="places.history.enabled"
|
|
|
|
name="places.history.enabled"
|
|
|
|
type="bool"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
<preference id="browser.formfill.enable"
|
|
|
|
name="browser.formfill.enable"
|
|
|
|
type="bool"/>
|
|
|
|
<preference id="browser.download.manager.retention"
|
|
|
|
name="browser.download.manager.retention"
|
|
|
|
type="int"/>
|
|
|
|
|
|
|
|
<!-- Cookies -->
|
|
|
|
<preference id="network.cookie.cookieBehavior" name="network.cookie.cookieBehavior" type="int"/>
|
|
|
|
<preference id="network.cookie.lifetimePolicy" name="network.cookie.lifetimePolicy" type="int"/>
|
|
|
|
<preference id="network.cookie.blockFutureCookies" name="network.cookie.blockFutureCookies" type="bool"/>
|
|
|
|
|
|
|
|
<!-- Clear Private Data -->
|
|
|
|
<preference id="privacy.sanitize.sanitizeOnShutdown"
|
|
|
|
name="privacy.sanitize.sanitizeOnShutdown"
|
2009-02-07 04:04:09 -08:00
|
|
|
onchange="gPrivacyPane._updateSanitizeSettingsButton();"
|
2007-03-22 10:30:00 -07:00
|
|
|
type="bool"/>
|
2009-04-15 13:48:22 -07:00
|
|
|
<preference id="privacy.sanitize.timeSpan"
|
|
|
|
name="privacy.sanitize.timeSpan"
|
|
|
|
type="int"/>
|
|
|
|
|
|
|
|
<!-- Private Browsing -->
|
|
|
|
<preference id="browser.privatebrowsing.autostart"
|
|
|
|
name="browser.privatebrowsing.autostart"
|
|
|
|
onchange="gPrivacyPane.updatePrivacyMicroControls();"
|
|
|
|
type="bool"/>
|
|
|
|
<preference id="browser.privatebrowsing.keep_current_session"
|
|
|
|
name="browser.privatebrowsing.keep_current_session"
|
|
|
|
instantApply="true"
|
|
|
|
type="bool"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
</preferences>
|
|
|
|
|
|
|
|
<stringbundle id="bundlePreferences" src="chrome://browser/locale/preferences/preferences.properties"/>
|
|
|
|
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/preferences/privacy.js"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<!-- History -->
|
2008-03-07 17:07:48 -08:00
|
|
|
<groupbox id="historyGroup">
|
2007-03-22 10:30:00 -07:00
|
|
|
<caption label="&history.label;"/>
|
|
|
|
|
2009-04-15 13:48:22 -07:00
|
|
|
<hbox align="center">
|
|
|
|
<label id="historyModeLabel"
|
|
|
|
control="historyMode"
|
|
|
|
accesskey="&historyHeader.pre.accesskey;">&historyHeader.pre.label;</label>
|
|
|
|
<menulist id="historyMode"
|
|
|
|
oncommand="gPrivacyPane.updateHistoryModePane();
|
|
|
|
gPrivacyPane.updateHistoryModePrefs();
|
|
|
|
gPrivacyPane.updatePrivacyMicroControls();">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem label="&historyHeader.remember.label;" value="remember"/>
|
|
|
|
<menuitem label="&historyHeader.dontremember.label;" value="dontremember"/>
|
|
|
|
<menuitem label="&historyHeader.custom.label;" value="custom"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
<label>&historyHeader.post.label;</label>
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<deck id="historyPane">
|
|
|
|
<vbox align="center" id="historyRememberPane">
|
|
|
|
<hbox align="center" flex="1">
|
|
|
|
<spacer flex="1" class="indent"/>
|
|
|
|
<vbox flex="2">
|
|
|
|
<description>&rememberDescription.label;</description>
|
|
|
|
<separator/>
|
|
|
|
<description>&rememberActions.pre.label;<html:a
|
2009-05-26 17:00:14 -07:00
|
|
|
class="inline-link" href="#"
|
|
|
|
onclick="gPrivacyPane.clearPrivateDataNow(false); return false;"
|
2009-04-15 13:48:22 -07:00
|
|
|
>&rememberActions.clearHistory.label;</html:a>&rememberActions.middle.label;<html:a
|
2009-05-26 17:00:14 -07:00
|
|
|
class="inline-link" href="#"
|
|
|
|
onclick="gPrivacyPane.showCookies(); return false;"
|
2009-04-15 13:48:22 -07:00
|
|
|
>&rememberActions.removeCookies.label;</html:a>&rememberActions.post.label;</description>
|
|
|
|
</vbox>
|
|
|
|
<spacer flex="1" class="indent"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
<vbox align="center" id="historyDontRememberPane">
|
|
|
|
<hbox align="center" flex="1">
|
|
|
|
<spacer flex="1" class="indent"/>
|
|
|
|
<vbox flex="2">
|
|
|
|
<description>&dontrememberDescription.label;</description>
|
|
|
|
<separator/>
|
|
|
|
<description>&dontrememberActions.pre.label;<html:a
|
2009-05-26 17:00:14 -07:00
|
|
|
class="inline-link" href="#"
|
|
|
|
onclick="gPrivacyPane.clearPrivateDataNow(true); return false;"
|
2009-04-15 13:48:22 -07:00
|
|
|
>&dontrememberActions.clearHistory.label;</html:a>&dontrememberActions.post.label;</description>
|
|
|
|
</vbox>
|
|
|
|
<spacer flex="1" class="indent"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
<vbox id="historyCustomPane">
|
|
|
|
<separator class="thin"/>
|
|
|
|
<checkbox id="privateBrowsingAutoStart" class="indent"
|
2009-08-16 12:52:39 -07:00
|
|
|
label="&privateBrowsingPermanent.label;"
|
|
|
|
accesskey="&privateBrowsingPermanent.accesskey;"
|
2009-04-15 13:48:22 -07:00
|
|
|
preference="browser.privatebrowsing.autostart"/>
|
|
|
|
|
|
|
|
<vbox class="indent">
|
|
|
|
<vbox class="indent">
|
2010-01-15 08:40:14 -08:00
|
|
|
<checkbox id="rememberHistory"
|
|
|
|
label="&rememberHistory.label;"
|
|
|
|
accesskey="&rememberHistory.accesskey;"
|
|
|
|
preference="places.history.enabled"/>
|
2009-04-15 13:48:22 -07:00
|
|
|
<checkbox id="rememberDownloads"
|
|
|
|
label="&rememberDownload.label;"
|
|
|
|
accesskey="&rememberDownload.accesskey;"
|
|
|
|
preference="browser.download.manager.retention"
|
|
|
|
onsyncfrompreference="return gPrivacyPane.readDownloadRetention();"
|
|
|
|
onsynctopreference="return gPrivacyPane.writeDownloadRetention();"/>
|
|
|
|
<checkbox id="rememberForms"
|
|
|
|
label="&rememberSearchForm.label;"
|
|
|
|
accesskey="&rememberSearchForm.accesskey;"
|
|
|
|
preference="browser.formfill.enable"/>
|
|
|
|
|
|
|
|
<hbox id="cookiesBox">
|
|
|
|
<checkbox id="acceptCookies" label="&acceptCookies.label;" flex="1"
|
|
|
|
preference="network.cookie.cookieBehavior"
|
|
|
|
accesskey="&acceptCookies.accesskey;"
|
|
|
|
onsyncfrompreference="return gPrivacyPane.readAcceptCookies();"
|
|
|
|
onsynctopreference="return gPrivacyPane.writeAcceptCookies();"/>
|
|
|
|
<button id="cookieExceptions" oncommand="gPrivacyPane.showCookieExceptions();"
|
|
|
|
label="&cookieExceptions.label;" accesskey="&cookieExceptions.accesskey;"
|
|
|
|
preference="pref.privacy.disable_button.cookie_exceptions"/>
|
|
|
|
</hbox>
|
|
|
|
<checkbox id="acceptThirdParty" label="&acceptThirdParty.label;" class="indent"
|
|
|
|
preference="network.cookie.cookieBehavior"
|
|
|
|
accesskey="&acceptThirdParty.accesskey;"
|
|
|
|
onsyncfrompreference="return gPrivacyPane.readAcceptThirdPartyCookies();"
|
|
|
|
onsynctopreference="return gPrivacyPane.writeAcceptThirdPartyCookies();"/>
|
|
|
|
|
|
|
|
<hbox id="keepRow" class="indent">
|
|
|
|
<hbox id="keepBox" align="center">
|
|
|
|
<label id="keepUntil"
|
|
|
|
control="keepCookiesUntil"
|
|
|
|
accesskey="&keepUntil.accesskey;">&keepUntil.label;</label>
|
|
|
|
<menulist id="keepCookiesUntil"
|
|
|
|
preference="network.cookie.lifetimePolicy">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem label="&expire.label;" value="0"/>
|
|
|
|
<menuitem label="&close.label;" value="2"/>
|
|
|
|
<menuitem label="&askEachTime.label;" value="1"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</hbox>
|
|
|
|
<hbox flex="1"/>
|
|
|
|
<button id="showCookiesButton"
|
|
|
|
label="&showCookies.label;" accesskey="&showCookies.accesskey;"
|
|
|
|
oncommand="gPrivacyPane.showCookies();"
|
|
|
|
preference="pref.privacy.disable_button.view_cookies"/>
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<hbox id="clearDataBox" align="center">
|
|
|
|
<checkbox id="alwaysClear" flex="1"
|
|
|
|
preference="privacy.sanitize.sanitizeOnShutdown"
|
|
|
|
label="&clearOnClose.label;"
|
|
|
|
accesskey="&clearOnClose.accesskey;"/>
|
|
|
|
<button id="clearDataSettings" label="&clearOnCloseSettings.label;"
|
|
|
|
accesskey="&clearOnCloseSettings.accesskey;"
|
|
|
|
oncommand="gPrivacyPane.showClearPrivateDataSettings();"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</vbox>
|
|
|
|
</vbox>
|
|
|
|
</deck>
|
|
|
|
|
|
|
|
</groupbox>
|
|
|
|
|
|
|
|
<!-- Location Bar -->
|
|
|
|
<groupbox id="locationBarGroup">
|
|
|
|
<caption label="&locationBar.label;"/>
|
|
|
|
|
2008-12-17 23:30:27 -08:00
|
|
|
<hbox align="center">
|
|
|
|
<label id="locationBarSuggestionLabel"
|
|
|
|
control="locationBarSuggestion"
|
|
|
|
accesskey="&locbar.pre.accessKey;">&locbar.pre.label;</label>
|
|
|
|
<menulist id="locationBarSuggestion"
|
2009-01-21 00:00:04 -08:00
|
|
|
preference="browser.urlbar.autocomplete.enabled"
|
|
|
|
onsyncfrompreference="return gPrivacyPane.readSuggestionPref();"
|
|
|
|
onsynctopreference="return gPrivacyPane.writeSuggestionPref();">
|
2008-12-17 23:30:27 -08:00
|
|
|
<menupopup>
|
2009-01-21 00:00:04 -08:00
|
|
|
<menuitem label="&locbar.both.label;" value="0"/>
|
2008-12-17 23:30:27 -08:00
|
|
|
<menuitem label="&locbar.history.label;" value="1"/>
|
|
|
|
<menuitem label="&locbar.bookmarks.label;" value="2"/>
|
2009-01-21 00:00:04 -08:00
|
|
|
<menuitem label="&locbar.nothing.label;" value="-1"/>
|
2008-12-17 23:30:27 -08:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
<label>&locbar.post.label;</label>
|
|
|
|
</hbox>
|
2007-03-22 10:30:00 -07:00
|
|
|
</groupbox>
|
|
|
|
|
|
|
|
</prefpane>
|
|
|
|
|
|
|
|
</overlay>
|