Backed out changeset 7969278ce39f (bug 1869884) for causing failures on browser_sanit...
[gecko.git] / browser / base / content / sanitize_v2.xhtml
blob202e3c71d72037b352a2c0ed3a1338090d783c78
1 <?xml version="1.0"?>
3 <!-- -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -->
4 <!-- This Source Code Form is subject to the terms of the Mozilla Public
5 - License, v. 2.0. If a copy of the MPL was not distributed with this
6 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8 <!DOCTYPE window>
10 <window
11 id="SanitizeDialog"
12 type="child"
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
14 xmlns:html="http://www.w3.org/1999/xhtml"
15 persist="lastSelected screenX screenY"
16 data-l10n-id="sanitize-dialog-title2"
17 data-l10n-attrs="style"
19 <dialog buttons="accept,cancel">
20 <hbox>
21 <html:h2 id="titleText" />
22 </hbox>
24 <linkset>
25 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
26 <html:link
27 rel="stylesheet"
28 href="chrome://browser/skin/preferences/preferences.css"
30 <html:link
31 rel="stylesheet"
32 href="chrome://browser/skin/sanitizeDialog.css"
34 <html:link
35 rel="stylesheet"
36 href="chrome://browser/skin/sanitizeDialog_v2.css"
39 <html:link rel="localization" href="branding/brand.ftl" />
40 <html:link rel="localization" href="browser/sanitize.ftl" />
41 </linkset>
43 <script src="chrome://global/content/preferencesBindings.js" />
44 <script src="chrome://browser/content/sanitizeDialog.js" />
46 <description
47 id="SanitizeOnShutdownDescription"
48 data-l10n-id="sanitize-on-shutdown-description"
49 ></description>
51 <hbox id="SanitizeDurationBox" align="center">
52 <label
53 data-l10n-id="clear-time-duration-prefix2"
54 control="sanitizeDurationChoice"
55 id="sanitizeDurationLabel"
57 <menulist
58 id="sanitizeDurationChoice"
59 preference="privacy.sanitize.timeSpan"
60 onselect="gSanitizePromptDialog.selectByTimespan();"
61 flex="1"
63 <menupopup id="sanitizeDurationPopup">
64 <menuitem
65 data-l10n-id="clear-time-duration-value-last-hour"
66 value="1"
68 <menuitem
69 data-l10n-id="clear-time-duration-value-last-2-hours"
70 value="2"
72 <menuitem
73 data-l10n-id="clear-time-duration-value-last-4-hours"
74 value="3"
76 <menuitem data-l10n-id="clear-time-duration-value-today" value="4" />
77 <menuseparator />
78 <menuitem
79 data-l10n-id="clear-time-duration-value-everything"
80 value="0"
82 </menupopup>
83 </menulist>
84 <label
85 id="sanitizeDurationSuffixLabel"
86 data-l10n-id="clear-time-duration-suffix"
88 </hbox>
90 <vbox id="sanitizeEverythingWarningBox">
91 <spacer flex="1" />
92 <hbox align="center">
93 <image id="sanitizeEverythingWarningIcon" />
94 <vbox id="sanitizeEverythingWarningDescBox" flex="1">
95 <description id="sanitizeEverythingWarning" />
96 <description
97 id="sanitizeEverythingUndoWarning"
98 data-l10n-id="sanitize-everything-undo-warning"
99 ></description>
100 </vbox>
101 </hbox>
102 <spacer flex="1" />
103 </vbox>
105 <groupbox id="clearPrivateDataGroupbox">
106 <hbox class="checkboxWithDescription">
107 <vbox>
108 <checkbox
109 class="clearingItemCheckbox"
110 data-l10n-id="item-browsing-and-search"
111 id="historyAndFormData"
113 </vbox>
114 </hbox>
115 <hbox class="checkboxWithDescription">
116 <vbox>
117 <checkbox
118 class="clearingItemCheckbox"
119 data-l10n-id="item-cookies-site-data"
120 aria-describedby="cookies-site-data-description"
121 id="cookiesAndStorage"
123 <description
124 id="cookies-site-data-description"
125 data-l10n-id="item-cookies-site-data-description"
126 class="sanitizeCheckboxDescription text-deemphasized"
128 </vbox>
129 </hbox>
130 <hbox class="checkboxWithDescription">
131 <vbox>
132 <checkbox
133 class="clearingItemCheckbox"
134 data-l10n-id="item-cached-content"
135 aria-describedby="cached-content-description"
136 id="cache"
138 <description
139 id="cached-content-description"
140 data-l10n-id="item-cached-content-description"
141 class="sanitizeCheckboxDescription text-deemphasized"
143 </vbox>
144 </hbox>
145 <hbox class="checkboxWithDescription">
146 <vbox>
147 <checkbox
148 class="clearingItemCheckbox"
149 data-l10n-id="item-site-prefs"
150 aria-describedby="site-prefs-description"
151 id="siteSettings"
153 <description
154 id="site-prefs-description"
155 data-l10n-id="item-site-prefs-description"
156 class="sanitizeCheckboxDescription text-deemphasized"
158 </vbox>
159 </hbox>
160 <hbox class="checkboxWithDescription">
161 <vbox>
162 <checkbox
163 class="clearingItemCheckbox"
164 data-l10n-id="item-download-history"
165 id="downloads"
167 </vbox>
168 </hbox>
169 </groupbox>
170 <groupbox id="clearOnShutdownGroupbox">
171 <hbox class="checkboxWithDescription">
172 <vbox>
173 <checkbox
174 class="clearingItemCheckbox"
175 data-l10n-id="item-browsing-and-search"
176 preference="privacy.clearOnShutdown_v2.historyAndFormData"
177 id="historyAndFormData"
179 </vbox>
180 </hbox>
181 <hbox class="checkboxWithDescription">
182 <vbox>
183 <checkbox
184 class="clearingItemCheckbox"
185 data-l10n-id="item-cookies-site-data"
186 preference="privacy.clearOnShutdown_v2.cookiesAndStorage"
187 aria-describedby="cookies-site-data-description"
188 id="cookiesAndStorage"
190 <description
191 class="sanitizeCheckboxDescription text-deemphasized"
192 data-l10n-id="item-cookies-site-data-description"
193 id="cookies-site-data-description"
195 </vbox>
196 </hbox>
197 <hbox class="checkboxWithDescription">
198 <vbox>
199 <checkbox
200 class="clearingItemCheckbox"
201 data-l10n-id="item-cached-content"
202 preference="privacy.clearOnShutdown_v2.cache"
203 aria-describedby="cached-content-description"
204 id="cache"
206 <description
207 class="sanitizeCheckboxDescription text-deemphasized"
208 data-l10n-id="item-cached-content-description"
209 id="cached-content-description"
211 </vbox>
212 </hbox>
213 <hbox class="checkboxWithDescription">
214 <vbox>
215 <checkbox
216 class="clearingItemCheckbox"
217 data-l10n-id="item-site-prefs"
218 preference="privacy.clearOnShutdown_v2.siteSettings"
219 aria-describedby="site-prefs-description"
220 id="siteSettings"
222 <description
223 class="sanitizeCheckboxDescription text-deemphasized"
224 data-l10n-id="item-site-prefs-description"
225 id="site-prefs-description"
227 </vbox>
228 </hbox>
229 <hbox class="checkboxWithDescription">
230 <vbox>
231 <checkbox
232 class="clearingItemCheckbox"
233 data-l10n-id="item-download-history"
234 preference="privacy.clearOnShutdown_v2.downloads"
235 id="downloads"
237 </vbox>
238 </hbox>
239 </groupbox>
240 </dialog>
241 </window>