353 lines
12 KiB
HTML
353 lines
12 KiB
HTML
<?xml version="1.0"?>
|
|
<!-- -*- 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/. -->
|
|
<?csp default-src chrome:; img-src chrome: moz-icon:; style-src chrome:
|
|
'unsafe-inline'; ?>
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<window
|
|
id="SanitizeDialog"
|
|
type="child"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
persist="lastSelected screenX screenY"
|
|
data-l10n-id="sanitize-dialog-title2"
|
|
data-l10n-attrs="style"
|
|
>
|
|
<dialog buttons="accept,cancel">
|
|
<hbox>
|
|
<html:h2 id="titleText" />
|
|
</hbox>
|
|
|
|
<linkset>
|
|
<html:link rel="stylesheet" href="chrome://global/skin/global.css" />
|
|
<html:link
|
|
rel="stylesheet"
|
|
href="chrome://browser/skin/preferences/preferences.css"
|
|
/>
|
|
<html:link
|
|
rel="stylesheet"
|
|
href="chrome://browser/skin/sanitizeDialog.css"
|
|
/>
|
|
<html:link
|
|
rel="stylesheet"
|
|
href="chrome://browser/skin/sanitizeDialog_v2.css"
|
|
/>
|
|
|
|
<html:link rel="localization" href="branding/brand.ftl" />
|
|
<html:link rel="localization" href="browser/sanitize.ftl" />
|
|
</linkset>
|
|
|
|
<script src="chrome://global/content/preferencesBindings.js" />
|
|
<script src="chrome://browser/content/sanitizeDialog.js" />
|
|
|
|
<description
|
|
id="SanitizeOnShutdownDescription"
|
|
data-l10n-id="sanitize-on-shutdown-description"
|
|
></description>
|
|
|
|
<hbox id="SanitizeDurationBox" align="center">
|
|
<label
|
|
data-l10n-id="clear-time-duration-prefix2"
|
|
control="sanitizeDurationChoice"
|
|
id="sanitizeDurationLabel"
|
|
/>
|
|
<menulist
|
|
id="sanitizeDurationChoice"
|
|
preference="privacy.sanitize.timeSpan"
|
|
flex="1"
|
|
>
|
|
<menupopup id="sanitizeDurationPopup">
|
|
<menuitem
|
|
data-l10n-id="clear-time-duration-value-last-hour"
|
|
value="1"
|
|
/>
|
|
<menuitem
|
|
data-l10n-id="clear-time-duration-value-last-2-hours"
|
|
value="2"
|
|
/>
|
|
<menuitem
|
|
data-l10n-id="clear-time-duration-value-last-4-hours"
|
|
value="3"
|
|
/>
|
|
<menuitem
|
|
data-l10n-id="clear-time-duration-value-today"
|
|
value="4"
|
|
id="sanitizeSinceMidnight"
|
|
/>
|
|
<menuseparator />
|
|
<menuitem
|
|
data-l10n-id="clear-time-duration-value-everything"
|
|
value="0"
|
|
/>
|
|
</menupopup>
|
|
</menulist>
|
|
<label
|
|
id="sanitizeDurationSuffixLabel"
|
|
data-l10n-id="clear-time-duration-suffix"
|
|
/>
|
|
</hbox>
|
|
|
|
<vbox id="sanitizeEverythingWarningBox">
|
|
<spacer flex="1" />
|
|
<hbox align="center">
|
|
<image id="sanitizeEverythingWarningIcon" />
|
|
<vbox id="sanitizeEverythingWarningDescBox" flex="1">
|
|
<description id="sanitizeEverythingWarning" />
|
|
<description
|
|
id="sanitizeEverythingUndoWarning"
|
|
data-l10n-id="sanitize-everything-undo-warning"
|
|
></description>
|
|
</vbox>
|
|
</hbox>
|
|
<spacer flex="1" />
|
|
</vbox>
|
|
|
|
<groupbox id="clearPrivateDataGroupbox">
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-history-and-downloads"
|
|
preference="privacy.clearHistory.browsingHistoryAndDownloads"
|
|
id="browsingHistoryAndDownloads"
|
|
/>
|
|
<description
|
|
id="browsing-history-downloads-description"
|
|
data-l10n-id="item-history-and-downloads-description2"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cookies-site-data"
|
|
aria-describedby="cookies-site-data-description"
|
|
preference="privacy.clearHistory.cookiesAndStorage"
|
|
id="cookiesAndStorage"
|
|
/>
|
|
<description
|
|
id="cookies-site-data-description"
|
|
data-l10n-id="item-cookies-site-data-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cached-content"
|
|
aria-describedby="cached-content-description"
|
|
preference="privacy.clearHistory.cache"
|
|
id="cache"
|
|
/>
|
|
<description
|
|
id="cached-content-description"
|
|
data-l10n-id="item-cached-content-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-formdata-prefs"
|
|
aria-describedby="formdata-description"
|
|
preference="privacy.clearHistory.formdata"
|
|
id="formdata"
|
|
/>
|
|
<description
|
|
id="formdata-description"
|
|
data-l10n-id="item-formdata-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-site-prefs"
|
|
aria-describedby="site-prefs-description"
|
|
preference="privacy.clearHistory.siteSettings"
|
|
id="siteSettings"
|
|
/>
|
|
<description
|
|
id="site-prefs-description"
|
|
data-l10n-id="item-site-prefs-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
</groupbox>
|
|
<groupbox id="clearSiteDataGroupbox">
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-history-and-downloads"
|
|
preference="privacy.clearSiteData.browsingHistoryAndDownloads"
|
|
id="browsingHistoryAndDownloads"
|
|
/>
|
|
<description
|
|
id="browsing-history-downloads-description"
|
|
data-l10n-id="item-history-and-downloads-description2"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cookies-site-data"
|
|
aria-describedby="cookies-site-data-description"
|
|
preference="privacy.clearSiteData.cookiesAndStorage"
|
|
id="cookiesAndStorage"
|
|
/>
|
|
<description
|
|
id="cookies-site-data-description"
|
|
data-l10n-id="item-cookies-site-data-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cached-content"
|
|
aria-describedby="cached-content-description"
|
|
preference="privacy.clearSiteData.cache"
|
|
id="cache"
|
|
/>
|
|
<description
|
|
id="cached-content-description"
|
|
data-l10n-id="item-cached-content-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-formdata-prefs"
|
|
aria-describedby="formdata-description"
|
|
preference="privacy.clearSiteData.formdata"
|
|
id="formdata"
|
|
/>
|
|
<description
|
|
id="formdata-description"
|
|
data-l10n-id="item-formdata-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-site-prefs"
|
|
aria-describedby="site-prefs-description"
|
|
preference="privacy.clearSiteData.siteSettings"
|
|
id="siteSettings"
|
|
/>
|
|
<description
|
|
id="site-prefs-description"
|
|
data-l10n-id="item-site-prefs-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
</groupbox>
|
|
<groupbox id="clearOnShutdownGroupbox">
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-history-and-downloads"
|
|
preference="privacy.clearOnShutdown_v2.browsingHistoryAndDownloads"
|
|
id="browsingHistoryAndDownloads"
|
|
/>
|
|
<description
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
data-l10n-id="item-history-and-downloads-description2"
|
|
id="history-and-downloads-description"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cookies-site-data"
|
|
preference="privacy.clearOnShutdown_v2.cookiesAndStorage"
|
|
aria-describedby="cookies-site-data-description"
|
|
id="cookiesAndStorage"
|
|
/>
|
|
<description
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
data-l10n-id="item-cookies-site-data-description"
|
|
id="cookies-site-data-description"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-cached-content"
|
|
preference="privacy.clearOnShutdown_v2.cache"
|
|
aria-describedby="cached-content-description"
|
|
id="cache"
|
|
/>
|
|
<description
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
data-l10n-id="item-cached-content-description"
|
|
id="cached-content-description"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-formdata-prefs"
|
|
aria-describedby="formdata-description"
|
|
preference="privacy.clearOnShutdown_v2.formdata"
|
|
id="formdata"
|
|
/>
|
|
<description
|
|
id="formdata-description"
|
|
data-l10n-id="item-formdata-description"
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox class="checkboxWithDescription">
|
|
<vbox>
|
|
<checkbox
|
|
class="clearingItemCheckbox"
|
|
data-l10n-id="item-site-prefs"
|
|
preference="privacy.clearOnShutdown_v2.siteSettings"
|
|
aria-describedby="site-prefs-description"
|
|
id="siteSettings"
|
|
/>
|
|
<description
|
|
class="sanitizeCheckboxDescription text-deemphasized"
|
|
data-l10n-id="item-site-prefs-description"
|
|
id="site-prefs-description"
|
|
/>
|
|
</vbox>
|
|
</hbox>
|
|
</groupbox>
|
|
</dialog>
|
|
</window>
|