mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
214 lines
9.3 KiB
XML
214 lines
9.3 KiB
XML
<?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 Sanitizer.
|
|
#
|
|
# 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>
|
|
# Giorgio Maone <g.maone@informaction.com>
|
|
# Johnathan Nightingale <johnath@mozilla.com>
|
|
# Drew Willcoxon <adw@mozilla.com>
|
|
#
|
|
# 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/"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/sanitizeDialog.css"?>
|
|
|
|
#ifdef CRH_DIALOG_TREE_VIEW
|
|
<?xml-stylesheet href="chrome://browser/skin/places/places.css"?>
|
|
#endif
|
|
|
|
<?xml-stylesheet href="chrome://browser/content/sanitizeDialog.css"?>
|
|
|
|
<!DOCTYPE prefwindow [
|
|
<!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"
|
|
title="&sanitizeDialog2.title;"
|
|
noneverythingtitle="&sanitizeDialog2.title;"
|
|
style="width: &dialog.width;;"
|
|
ondialogaccept="gSanitizePromptDialog.sanitize();">
|
|
|
|
<prefpane id="SanitizeDialogPane" onpaneload="gSanitizePromptDialog.init();">
|
|
<stringbundle id="bundleBrowser"
|
|
src="chrome://browser/locale/browser.properties"/>
|
|
|
|
<script type="application/javascript"
|
|
src="chrome://browser/content/sanitize.js"/>
|
|
|
|
#ifdef CRH_DIALOG_TREE_VIEW
|
|
<script type="application/javascript"
|
|
src="chrome://global/content/globalOverlay.js"/>
|
|
<script type="application/javascript"
|
|
src="chrome://browser/content/places/treeView.js"/>
|
|
<script type="application/javascript"><![CDATA[
|
|
Components.utils.import("resource://gre/modules/PlacesUtils.jsm");
|
|
Components.utils.import("resource:///modules/PlacesUIUtils.jsm");
|
|
]]></script>
|
|
#endif
|
|
|
|
<script type="application/javascript"
|
|
src="chrome://browser/content/sanitizeDialog.js"/>
|
|
|
|
<preferences id="sanitizePreferences">
|
|
<preference id="privacy.cpd.history" name="privacy.cpd.history" type="bool"/>
|
|
<preference id="privacy.cpd.formdata" name="privacy.cpd.formdata" type="bool"/>
|
|
<preference id="privacy.cpd.downloads" name="privacy.cpd.downloads" type="bool" disabled="true"/>
|
|
<preference id="privacy.cpd.cookies" name="privacy.cpd.cookies" type="bool"/>
|
|
<preference id="privacy.cpd.cache" name="privacy.cpd.cache" type="bool"/>
|
|
<preference id="privacy.cpd.sessions" name="privacy.cpd.sessions" type="bool"/>
|
|
<preference id="privacy.cpd.siteSettings" name="privacy.cpd.siteSettings" type="bool"/>
|
|
</preferences>
|
|
|
|
<preferences id="nonItemPreferences">
|
|
<preference id="privacy.sanitize.timeSpan"
|
|
name="privacy.sanitize.timeSpan"
|
|
type="int"/>
|
|
</preferences>
|
|
|
|
<hbox id="SanitizeDurationBox" align="center">
|
|
<label value="&clearTimeDuration.label;"
|
|
accesskey="&clearTimeDuration.accesskey;"
|
|
control="sanitizeDurationChoice"
|
|
id="sanitizeDurationLabel"/>
|
|
<menulist id="sanitizeDurationChoice"
|
|
preference="privacy.sanitize.timeSpan"
|
|
onselect="gSanitizePromptDialog.selectByTimespan();"
|
|
flex="1">
|
|
<menupopup id="sanitizeDurationPopup">
|
|
#ifdef CRH_DIALOG_TREE_VIEW
|
|
<menuitem label="" value="-1" id="sanitizeDurationCustom"/>
|
|
#endif
|
|
<menuitem label="&clearTimeDuration.lastHour;" value="1"/>
|
|
<menuitem label="&clearTimeDuration.last2Hours;" value="2"/>
|
|
<menuitem label="&clearTimeDuration.last4Hours;" value="3"/>
|
|
<menuitem label="&clearTimeDuration.today;" value="4"/>
|
|
<menuseparator/>
|
|
<menuitem label="&clearTimeDuration.everything;" value="0"/>
|
|
</menupopup>
|
|
</menulist>
|
|
<label id="sanitizeDurationSuffixLabel"
|
|
value="&clearTimeDuration.suffix;"/>
|
|
</hbox>
|
|
|
|
<separator class="thin"/>
|
|
|
|
#ifdef CRH_DIALOG_TREE_VIEW
|
|
<deck id="durationDeck">
|
|
<tree id="placesTree" flex="1" hidecolumnpicker="true" rows="10"
|
|
disabled="true" disableKeyNavigation="true">
|
|
<treecols>
|
|
<treecol id="date" label="&clearTimeDuration.dateColumn;" flex="1"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol id="title" label="&clearTimeDuration.nameColumn;" flex="5"/>
|
|
</treecols>
|
|
<treechildren id="placesTreechildren"
|
|
ondragstart="gSanitizePromptDialog.grippyMoved('ondragstart', event);"
|
|
ondragover="gSanitizePromptDialog.grippyMoved('ondragover', event);"
|
|
onkeypress="gSanitizePromptDialog.grippyMoved('onkeypress', event);"
|
|
onmousedown="gSanitizePromptDialog.grippyMoved('onmousedown', event);"/>
|
|
</tree>
|
|
#endif
|
|
|
|
<vbox id="sanitizeEverythingWarningBox">
|
|
<spacer flex="1"/>
|
|
<hbox align="center">
|
|
<image id="sanitizeEverythingWarningIcon"/>
|
|
<vbox id="sanitizeEverythingWarningDescBox" flex="1">
|
|
<description id="sanitizeEverythingWarning"/>
|
|
<description id="sanitizeEverythingUndoWarning">&sanitizeEverythingUndoWarning;</description>
|
|
</vbox>
|
|
</hbox>
|
|
<spacer flex="1"/>
|
|
</vbox>
|
|
|
|
#ifdef CRH_DIALOG_TREE_VIEW
|
|
</deck>
|
|
#endif
|
|
|
|
<separator class="thin"/>
|
|
|
|
<hbox id="detailsExpanderWrapper" align="center">
|
|
<button type="image"
|
|
id="detailsExpander"
|
|
class="expander-down"
|
|
persist="class"
|
|
oncommand="gSanitizePromptDialog.toggleItemList();"/>
|
|
<label id="detailsExpanderLabel"
|
|
value="&detailsProgressiveDisclosure.label;"
|
|
accesskey="&detailsProgressiveDisclosure.accesskey;"
|
|
control="detailsExpander"/>
|
|
</hbox>
|
|
<listbox id="itemList" rows="6" collapsed="true" persist="collapsed">
|
|
<listitem label="&itemHistoryAndDownloads.label;"
|
|
type="checkbox"
|
|
accesskey="&itemHistoryAndDownloads.accesskey;"
|
|
preference="privacy.cpd.history"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
<listitem label="&itemFormSearchHistory.label;"
|
|
type="checkbox"
|
|
accesskey="&itemFormSearchHistory.accesskey;"
|
|
preference="privacy.cpd.formdata"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
<listitem label="&itemCookies.label;"
|
|
type="checkbox"
|
|
accesskey="&itemCookies.accesskey;"
|
|
preference="privacy.cpd.cookies"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
<listitem label="&itemCache.label;"
|
|
type="checkbox"
|
|
accesskey="&itemCache.accesskey;"
|
|
preference="privacy.cpd.cache"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
<listitem label="&itemActiveLogins.label;"
|
|
type="checkbox"
|
|
accesskey="&itemActiveLogins.accesskey;"
|
|
preference="privacy.cpd.sessions"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
<listitem label="&itemSitePreferences.label;"
|
|
type="checkbox"
|
|
accesskey="&itemSitePreferences.accesskey;"
|
|
preference="privacy.cpd.siteSettings"
|
|
noduration="true"
|
|
onsyncfrompreference="return gSanitizePromptDialog.onReadGeneric();"/>
|
|
</listbox>
|
|
|
|
</prefpane>
|
|
</prefwindow>
|