Bumping manifests a=b2g-bump
[gecko.git] / toolkit / content / aboutSupport.xhtml
blob8374f2c844024408b4e1838ca53ed3aa86ad3274
1 <?xml version="1.0" encoding="UTF-8"?>
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 <!DOCTYPE html [
8 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
9 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
10 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
11 <!ENTITY % aboutSupportDTD SYSTEM "chrome://global/locale/aboutSupport.dtd"> %aboutSupportDTD;
12 <!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd"> %resetProfileDTD;
15 <html xmlns="http://www.w3.org/1999/xhtml">
16 <head>
17 <title>&aboutSupport.pageTitle;</title>
19 <link rel="icon" type="image/png" id="favicon"
20 href="chrome://branding/content/icon32.png"/>
21 <link rel="stylesheet" href="chrome://global/skin/aboutSupport.css"
22 type="text/css"/>
24 <script type="application/javascript;version=1.7"
25 src="chrome://global/content/aboutSupport.js"/>
26 <script type="application/javascript;version=1.7"
27 src="chrome://global/content/resetProfile.js"/>
28 </head>
30 <body dir="&locale.dir;">
32 <div id="reset-box">
33 <h3>&resetProfile.title;</h3>
34 <p>&resetProfile.description;</p>
35 <button id="reset-box-button">
36 &resetProfile.button.label2;
37 </button>
38 </div>
40 <h1>
41 &aboutSupport.pageTitle;
42 </h1>
44 <div class="page-subtitle">
45 &aboutSupport.pageSubtitle;
46 </div>
48 <div>
49 <button id="copy-raw-data-to-clipboard">
50 &aboutSupport.copyRawDataToClipboard.label;
51 </button>
52 <button id="copy-to-clipboard">
53 &aboutSupport.copyTextToClipboard.label;
54 </button>
55 </div>
57 <div id="contents">
59 <!-- - - - - - - - - - - - - - - - - - - - - -->
61 <h2 class="major-section">
62 &aboutSupport.appBasicsTitle;
63 </h2>
65 <table>
66 <tbody>
67 <tr>
68 <th class="column">
69 &aboutSupport.appBasicsName;
70 </th>
72 <td id="application-box">
73 </td>
74 </tr>
76 <tr>
77 <th class="column">
78 &aboutSupport.appBasicsVersion;
79 </th>
81 <td id="version-box">
82 </td>
83 </tr>
85 #ifndef ANDROID
86 <tr class="no-copy">
87 <th class="column">
88 &aboutSupport.appBasicsUpdateHistory;
89 </th>
91 <td>
92 <button id="show-update-history-button">
93 &aboutSupport.appBasicsShowUpdateHistory;
94 </button>
95 </td>
96 </tr>
97 #endif
99 <tr>
100 <th class="column">
101 &aboutSupport.appBasicsUserAgent;
102 </th>
104 <td id="useragent-box">
105 </td>
106 </tr>
108 <tr id="profile-row" class="no-copy">
109 <th class="column">
110 #ifdef XP_WIN
111 &aboutSupport.appBasicsProfileDirWinMac;
112 #else
113 #ifdef XP_MACOSX
114 &aboutSupport.appBasicsProfileDirWinMac;
115 #else
116 &aboutSupport.appBasicsProfileDir;
117 #endif
118 #endif
119 </th>
121 <td>
122 <button id="profile-dir-button">
123 #ifdef XP_WIN
124 &aboutSupport.showWin.label;
125 #else
126 #ifdef XP_MACOSX
127 &aboutSupport.showMac.label;
128 #else
129 &aboutSupport.showDir.label;
130 #endif
131 #endif
132 </button>
133 </td>
134 </tr>
136 <tr class="no-copy">
137 <th class="column">
138 &aboutSupport.appBasicsEnabledPlugins;
139 </th>
141 <td>
142 <a href="about:plugins">about:plugins</a>
143 </td>
144 </tr>
146 <tr class="no-copy">
147 <th class="column">
148 &aboutSupport.appBasicsBuildConfig;
149 </th>
151 <td>
152 <a href="about:buildconfig">about:buildconfig</a>
153 </td>
154 </tr>
156 <tr class="no-copy">
157 <th class="column">
158 &aboutSupport.appBasicsMemoryUse;
159 </th>
161 <td>
162 <a href="about:memory">about:memory</a>
163 </td>
164 </tr>
166 <tr>
167 <th class="column">
168 &aboutSupport.appBasicsMultiProcessSupport;
169 </th>
171 <td id="multiprocess-box">
172 </td>
173 </tr>
175 </tbody>
176 </table>
178 <!-- - - - - - - - - - - - - - - - - - - - - -->
179 #ifdef MOZ_CRASHREPORTER
181 <h2 class="major-section" id="crashes-title">
182 &aboutSupport.crashes.title;
183 </h2>
185 <table id="crashes-table">
186 <thead>
187 <tr>
188 <th>
189 &aboutSupport.crashes.id;
190 </th>
191 <th>
192 &aboutSupport.crashes.sendDate;
193 </th>
194 </tr>
195 </thead>
196 <tbody id="crashes-tbody">
197 </tbody>
198 </table>
199 <p id="crashes-allReports" class="hidden no-copy">
200 <a href="about:crashes" id="crashes-allReportsWithPending" class="block">&aboutSupport.crashes.allReports;</a>
201 </p>
202 <p id="crashes-noConfig" class="hidden no-copy">&aboutSupport.crashes.noConfig;</p>
204 #endif
205 <!-- - - - - - - - - - - - - - - - - - - - - -->
207 <h2 class="major-section">
208 &aboutSupport.extensionsTitle;
209 </h2>
211 <table>
212 <thead>
213 <tr>
214 <th>
215 &aboutSupport.extensionName;
216 </th>
217 <th>
218 &aboutSupport.extensionVersion;
219 </th>
220 <th>
221 &aboutSupport.extensionEnabled;
222 </th>
223 <th>
224 &aboutSupport.extensionId;
225 </th>
226 </tr>
227 </thead>
228 <tbody id="extensions-tbody">
229 </tbody>
230 </table>
232 <!-- - - - - - - - - - - - - - - - - - - - - -->
234 <h2 class="major-section">
235 &aboutSupport.graphicsTitle;
236 </h2>
238 <table>
239 <tbody id="graphics-tbody">
240 </tbody>
242 <tbody id="graphics-info-properties">
243 </tbody>
245 <tbody id="graphics-failures-tbody">
246 </tbody>
247 </table>
249 <!-- - - - - - - - - - - - - - - - - - - - - -->
251 <h2 class="major-section">
252 &aboutSupport.modifiedKeyPrefsTitle;
253 </h2>
255 <table class="prefs-table">
256 <thead class="no-copy">
257 <th class="name">
258 &aboutSupport.modifiedPrefsName;
259 </th>
261 <th class="value">
262 &aboutSupport.modifiedPrefsValue;
263 </th>
264 </thead>
266 <tbody id="prefs-tbody">
267 </tbody>
268 </table>
270 <section id="prefs-user-js-section" class="hidden no-copy">
271 <h3>&aboutSupport.userJSTitle;</h3>
272 <p>&aboutSupport.userJSDescription;</p>
273 </section>
275 <!-- - - - - - - - - - - - - - - - - - - - - -->
277 <h2 class="major-section">
278 &aboutSupport.lockedKeyPrefsTitle;
279 </h2>
281 <table class="prefs-table">
282 <thead class="no-copy">
283 <th class="name">
284 &aboutSupport.lockedPrefsName;
285 </th>
287 <th class="value">
288 &aboutSupport.lockedPrefsValue;
289 </th>
290 </thead>
292 <tbody id="locked-prefs-tbody">
293 </tbody>
294 </table>
296 <!-- - - - - - - - - - - - - - - - - - - - - -->
297 <h2 class="major-section">
298 &aboutSupport.jsTitle;
299 </h2>
301 <table>
302 <tbody>
303 <tr>
304 <th class="column">
305 &aboutSupport.jsIncrementalGC;
306 </th>
308 <td id="javascript-incremental-gc">
309 </td>
310 </tr>
311 </tbody>
312 </table>
314 <!-- - - - - - - - - - - - - - - - - - - - - -->
315 <h2 class="major-section">
316 &aboutSupport.a11yTitle;
317 </h2>
319 <table>
320 <tbody>
321 <tr>
322 <th class="column">
323 &aboutSupport.a11yActivated;
324 </th>
326 <td id="a11y-activated">
327 </td>
328 </tr>
329 <tr>
330 <th class="column">
331 &aboutSupport.a11yForceDisabled;
332 </th>
334 <td id="a11y-force-disabled">
335 </td>
336 </tr>
337 </tbody>
338 </table>
340 <!-- - - - - - - - - - - - - - - - - - - - - -->
341 <h2 class="major-section">
342 &aboutSupport.libraryVersionsTitle;
343 </h2>
345 <table>
346 <tbody id="libversions-tbody">
347 </tbody>
348 </table>
351 <h2 class="major-section">
352 &aboutSupport.experimentsTitle;
353 </h2>
355 <table>
356 <thead>
357 <tr>
358 <th>
359 &aboutSupport.experimentName;
360 </th>
361 <th>
362 &aboutSupport.experimentId;
363 </th>
364 <th>
365 &aboutSupport.experimentDescription;
366 </th>
367 <th>
368 &aboutSupport.experimentActive;
369 </th>
370 <th>
371 &aboutSupport.experimentEndDate;
372 </th>
373 <th>
374 &aboutSupport.experimentHomepage;
375 </th>
376 </tr>
377 </thead>
378 <tbody id="experiments-tbody">
379 </tbody>
380 </table>
381 <!-- - - - - - - - - - - - - - - - - - - - - -->
383 </div>
385 </body>
387 </html>