Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / toolkit / content / aboutSupport.xhtml
blob80ebc27b5b8fb3c06fbab2aac2eb228bfb2b101b
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 % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
12 <html xmlns="http://www.w3.org/1999/xhtml">
13 <head>
14 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
15 <title data-l10n-id="page-title"/>
17 <link rel="icon" type="image/png" id="favicon"
18 href="chrome://branding/content/icon32.png"/>
19 <link rel="stylesheet" href="chrome://global/skin/aboutSupport.css"
20 type="text/css"/>
22 <script src="chrome://global/content/aboutSupport.js"/>
23 <link rel="localization" href="branding/brand.ftl"/>
24 <link rel="localization" href="toolkit/about/aboutSupport.ftl"/>
25 <link rel="localization" href="toolkit/global/resetProfile.ftl"/>
26 <link rel="localization" href="toolkit/global/processTypes.ftl"/>
27 </head>
29 <body class="wide-container">
31 #ifndef ANDROID
32 <div id="action-box" class="notice-box">
33 <div id="reset-box">
34 <h3 data-l10n-id="refresh-profile"/>
35 <button id="reset-box-button" data-l10n-id="refresh-profile-button"/>
36 </div>
37 <div id="safe-mode-box">
38 <h3 data-l10n-id="safe-mode-title"/>
39 <button id="restart-in-safe-mode-button" data-l10n-id="restart-in-safe-mode-label"/>
40 </div>
41 </div>
42 #endif
44 <h1 data-l10n-id="page-title"/>
46 <div class="page-subtitle" data-l10n-id="page-subtitle">
47 <a id="supportLink" data-l10n-name="support-link"></a>
48 </div>
50 <div>
51 <button id="copy-raw-data-to-clipboard" data-l10n-id="copy-raw-data-to-clipboard-label"/>
52 <button id="copy-to-clipboard" data-l10n-id="copy-text-to-clipboard-label"/>
53 </div>
55 <div id="contents">
57 <!-- - - - - - - - - - - - - - - - - - - - - -->
59 <h2 class="major-section" data-l10n-id="app-basics-title"/>
61 <table>
62 <tbody>
63 <tr>
64 <th class="column" data-l10n-id="app-basics-name"/>
66 <td id="application-box">
67 </td>
68 </tr>
70 <tr>
71 <th class="column" data-l10n-id="app-basics-version"/>
73 <td id="version-box">
74 </td>
75 </tr>
77 <tr>
78 <th class="column" data-l10n-id="app-basics-build-id"/>
79 <td id="buildid-box"></td>
80 </tr>
82 #ifndef ANDROID
83 #ifdef MOZ_UPDATER
84 <tr id="update-row" class="no-copy">
85 <th class="column" data-l10n-id="app-basics-update-dir"/>
87 <td>
88 <button id="update-dir-button" data-l10n-id="show-dir-label"/>
89 <span id="update-dir-box" dir="ltr">
90 </span>
91 </td>
92 </tr>
94 <tr class="no-copy">
95 <th class="column" data-l10n-id="app-basics-update-history"/>
97 <td>
98 <button id="show-update-history-button" data-l10n-id="app-basics-show-update-history"/>
99 </td>
100 </tr>
101 #endif
102 #endif
104 #ifdef MOZ_UPDATER
105 <tr>
106 <th class="column" data-l10n-id="app-basics-update-channel"/>
107 <td id="updatechannel-box"></td>
108 </tr>
109 #endif
111 <tr>
112 <th class="column" data-l10n-id="app-basics-user-agent"/>
114 <td id="useragent-box">
115 </td>
116 </tr>
118 <tr>
119 <th class="column" data-l10n-id="app-basics-os"/>
121 <td id="os-box">
122 </td>
123 </tr>
125 <tr class="no-copy">
126 <th class="column" data-l10n-id="app-basics-binary"/>
128 <td id="binary-box" dir="ltr">
129 </td>
130 </tr>
132 <tr id="profile-row" class="no-copy">
133 <th class="column" data-l10n-id="app-basics-profile-dir"/>
135 <td>
136 <button id="profile-dir-button" data-l10n-id="show-dir-label"/>
137 <span id="profile-dir-box" dir="ltr">
138 </span>
139 </td>
140 </tr>
142 <tr class="no-copy">
143 <th class="column" data-l10n-id="app-basics-enabled-plugins"/>
145 <td>
146 <a href="about:plugins">about:plugins</a>
147 </td>
148 </tr>
150 <tr class="no-copy">
151 <th class="column" data-l10n-id="app-basics-build-config"/>
153 <td>
154 <a href="about:buildconfig">about:buildconfig</a>
155 </td>
156 </tr>
158 <tr class="no-copy">
159 <th class="column" data-l10n-id="app-basics-memory-use"/>
161 <td>
162 <a href="about:memory">about:memory</a>
163 </td>
164 </tr>
166 <tr class="no-copy">
167 <th class="column" data-l10n-id="app-basics-performance"/>
169 <td>
170 <a href="about:performance">about:performance</a>
171 </td>
172 </tr>
174 <tr class="no-copy">
175 <th class="column" data-l10n-id="app-basics-service-workers"/>
177 <td>
178 <a href="about:serviceworkers">about:serviceworkers</a>
179 </td>
180 </tr>
182 #if defined(XP_WIN) && defined(MOZ_LAUNCHER_PROCESS)
183 <tr>
184 <th class="column" data-l10n-id="app-basics-launcher-process-status"/>
186 <td id="launcher-process-box">
187 </td>
188 </tr>
189 #endif
191 <tr>
192 <th class="column" data-l10n-id="app-basics-multi-process-support"/>
194 <td id="multiprocess-box">
195 <span id="multiprocess-box-process-count"/>
196 <span id="multiprocess-box-status"/>
197 </td>
198 </tr>
200 <tr id="remoteprocesses-row">
201 <th class="column" data-l10n-id="app-basics-remote-processes-count"/>
203 <td>
204 <a href="#remote-processes"></a>
205 </td>
206 </tr>
208 <tr id="policies-status-row">
209 <th class="column" data-l10n-id="app-basics-enterprise-policies"/>
211 <td id="policies-status">
212 </td>
213 </tr>
215 <tr>
216 <th class="column" data-l10n-id="app-basics-location-service-key-google"/>
218 <td id="key-location-service-google-box">
219 </td>
220 </tr>
222 <tr>
223 <th class="column" data-l10n-id="app-basics-safebrowsing-key-google"/>
225 <td id="key-safebrowsing-google-box">
226 </td>
227 </tr>
229 <tr>
230 <th class="column" data-l10n-id="app-basics-key-mozilla"/>
232 <td id="key-mozilla-box">
233 </td>
234 </tr>
236 <tr>
237 <th class="column" data-l10n-id="app-basics-safe-mode"/>
239 <td id="safemode-box">
240 </td>
241 </tr>
243 #ifndef ANDROID
244 <tr class="no-copy">
245 <th class="column" data-l10n-id="app-basics-profiles"/>
247 <td>
248 <a href="about:profiles">about:profiles</a>
249 </td>
250 </tr>
251 #endif
253 </tbody>
254 </table>
256 <!-- - - - - - - - - - - - - - - - - - - - - -->
257 #ifdef MOZ_CRASHREPORTER
259 <h2 class="major-section" id="crashes-title" data-l10n-id="crashes-title"/>
261 <table id="crashes-table">
262 <thead>
263 <tr>
264 <th data-l10n-id="crashes-id"/>
265 <th data-l10n-id="crashes-send-date"/>
266 </tr>
267 </thead>
268 <tbody id="crashes-tbody">
269 </tbody>
270 </table>
271 <p id="crashes-allReports" class="hidden no-copy">
272 <a href="about:crashes" id="crashes-allReportsWithPending"
273 class="block" data-l10n-id="crashes-all-reports"/>
274 </p>
275 <p id="crashes-noConfig" class="hidden no-copy" data-l10n-id="crashes-no-config"/>
277 #endif
278 <!-- - - - - - - - - - - - - - - - - - - - - -->
280 <h2 class="major-section" data-l10n-id="features-title"/>
282 <table id="features-table">
283 <thead>
284 <tr>
285 <th data-l10n-id="features-name"/>
286 <th data-l10n-id="features-version"/>
287 <th data-l10n-id="features-id"/>
288 </tr>
289 </thead>
290 <tbody id="features-tbody">
291 </tbody>
292 </table>
294 <!-- - - - - - - - - - - - - - - - - - - - - -->
296 <h2 class="major-section" data-l10n-id="processes-title" id="remote-processes"/>
298 <table id="remote-processes-table">
299 <thead>
300 <tr>
301 <th data-l10n-id="processes-type"/>
302 <th data-l10n-id="processes-count"/>
303 </tr>
304 </thead>
305 <tbody id="processes-tbody">
306 </tbody>
307 </table>
309 <!-- - - - - - - - - - - - - - - - - - - - - -->
311 <h2 class="major-section" data-l10n-id="extensions-title"/>
313 <table>
314 <thead>
315 <tr>
316 <th data-l10n-id="extensions-name"/>
317 <th data-l10n-id="extensions-version"/>
318 <th data-l10n-id="extensions-enabled"/>
319 <th data-l10n-id="extensions-id"/>
320 </tr>
321 </thead>
322 <tbody id="extensions-tbody">
323 </tbody>
324 </table>
326 <!-- - - - - - - - - - - - - - - - - - - - - -->
328 <h2 class="major-section" id="security-software-title" data-l10n-id="security-software-title"/>
330 <table id="security-software-table">
331 <thead>
332 <tr>
333 <th data-l10n-id="security-software-type"/>
334 <th data-l10n-id="security-software-name"/>
335 </tr>
336 </thead>
337 <tbody>
338 <tr>
339 <th class="column" data-l10n-id="security-software-antivirus"/>
341 <td id="security-software-antivirus">
342 </td>
343 </tr>
345 <tr>
346 <th class="column" data-l10n-id="security-software-antispyware"/>
348 <td id="security-software-antispyware">
349 </td>
350 </tr>
352 <tr>
353 <th class="column" data-l10n-id="security-software-firewall"/>
355 <td id="security-software-firewall">
356 </td>
357 </tr>
358 </tbody>
359 </table>
361 <!-- - - - - - - - - - - - - - - - - - - - - -->
363 <h2 class="major-section" data-l10n-id="graphics-title"/>
365 <table>
366 <tbody id="graphics-features-tbody">
367 <tr>
368 <th colspan="2" class="title-column" data-l10n-id="graphics-features-title"/>
369 </tr>
370 </tbody>
372 <tbody id="graphics-gpu-1-tbody">
373 <tr>
374 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu1-title"/>
375 </tr>
376 </tbody>
378 <tbody id="graphics-gpu-2-tbody">
379 <tr>
380 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu2-title"/>
381 </tr>
382 </tbody>
384 <tbody id="graphics-diagnostics-tbody">
385 <tr>
386 <th colspan="2" class="title-column" data-l10n-id="graphics-diagnostics-title"/>
387 </tr>
388 </tbody>
390 <tbody id="graphics-decisions-tbody">
391 <tr>
392 <th colspan="2" class="title-column" data-l10n-id="graphics-decision-log-title"/>
393 </tr>
394 </tbody>
396 <tbody id="graphics-crashguards-tbody">
397 <tr>
398 <th colspan="2" class="title-column" data-l10n-id="graphics-crash-guards-title"/>
399 </tr>
400 </tbody>
402 <tbody id="graphics-workarounds-tbody">
403 <tr>
404 <th colspan="2" class="title-column" data-l10n-id="graphics-workarounds-title"/>
405 </tr>
406 </tbody>
408 <tbody id="graphics-failures-tbody">
409 <tr>
410 <th colspan="2" class="title-column" data-l10n-id="graphics-failure-log-title"/>
411 </tr>
412 </tbody>
413 </table>
415 <!-- - - - - - - - - - - - - - - - - - - - - -->
417 <h2 class="major-section" data-l10n-id="media-title"/>
418 <table>
419 <tbody id="media-info-tbody">
420 </tbody>
422 <tbody id="media-output-devices-tbody">
423 <tr>
424 <th colspan="9" class="title-column" data-l10n-id="media-output-devices-title"/>
425 </tr>
426 <tr>
427 <th data-l10n-id="media-device-name"/>
428 <th data-l10n-id="media-device-group"/>
429 <th data-l10n-id="media-device-vendor"/>
430 <th data-l10n-id="media-device-state"/>
431 <th data-l10n-id="media-device-preferred"/>
432 <th data-l10n-id="media-device-format"/>
433 <th data-l10n-id="media-device-channels"/>
434 <th data-l10n-id="media-device-rate"/>
435 <th data-l10n-id="media-device-latency"/>
436 </tr>
437 </tbody>
439 <tbody id="media-input-devices-tbody">
440 <tr>
441 <th colspan="9" class="title-column" data-l10n-id="media-input-devices-title"/>
442 </tr>
443 <tr>
444 <th data-l10n-id="media-device-name"/>
445 <th data-l10n-id="media-device-group"/>
446 <th data-l10n-id="media-device-vendor"/>
447 <th data-l10n-id="media-device-state"/>
448 <th data-l10n-id="media-device-preferred"/>
449 <th data-l10n-id="media-device-format"/>
450 <th data-l10n-id="media-device-channels"/>
451 <th data-l10n-id="media-device-rate"/>
452 <th data-l10n-id="media-device-latency"/>
453 </tr>
454 </tbody>
456 <tbody id="media-capabilities-tbody">
457 <tr>
458 <th colspan="9" class="title-column" data-l10n-id="media-capabilities-title"/>
459 </tr>
460 <tr>
461 <td colspan="9">
462 <button id="enumerate-database-button" data-l10n-id="media-capabilities-enumerate"/>
463 <pre id="enumerate-database-result" class="hidden no-copy"></pre>
464 </td>
465 </tr>
466 </tbody>
468 </table>
470 <!-- - - - - - - - - - - - - - - - - - - - - -->
472 <h2 class="major-section" data-l10n-id="modified-key-prefs-title"/>
474 <table class="prefs-table">
475 <thead class="no-copy">
476 <th class="name" data-l10n-id="modified-prefs-name"/>
478 <th class="value" data-l10n-id="modified-prefs-value"/>
479 </thead>
481 <tbody id="prefs-tbody">
482 </tbody>
483 </table>
485 <section id="prefs-user-js-section" class="hidden no-copy">
486 <h3 data-l10n-id="user-js-title"/>
487 <p data-l10n-id="user-js-description">
488 <a id="prefs-user-js-link" data-l10n-name="user-js-link"></a>
489 </p>
490 </section>
492 <!-- - - - - - - - - - - - - - - - - - - - - -->
494 <h2 class="major-section" data-l10n-id="locked-key-prefs-title"/>
496 <table class="prefs-table">
497 <thead class="no-copy">
498 <th class="name" data-l10n-id="locked-prefs-name"/>
500 <th class="value" data-l10n-id="locked-prefs-value"/>
501 </thead>
503 <tbody id="locked-prefs-tbody">
504 </tbody>
505 </table>
507 #ifndef ANDROID
508 <!-- - - - - - - - - - - - - - - - - - - - - -->
510 <h2 class="major-section" data-l10n-id="place-database-title"/>
512 <table>
513 <tr class="no-copy">
514 <th class="column" data-l10n-id="place-database-integrity"/>
516 <td>
517 <button id="verify-place-integrity-button" data-l10n-id="place-database-verify-integrity"/>
518 <pre id="verify-place-result" class="hidden no-copy"></pre>
519 </td>
520 </tr>
521 </table>
522 #endif
524 <!-- - - - - - - - - - - - - - - - - - - - - -->
525 <h2 class="major-section" data-l10n-id="js-title"/>
527 <table>
528 <tbody>
529 <tr>
530 <th class="column" data-l10n-id="js-incremental-gc"/>
532 <td id="javascript-incremental-gc">
533 </td>
534 </tr>
535 </tbody>
536 </table>
538 <!-- - - - - - - - - - - - - - - - - - - - - -->
539 <h2 class="major-section" data-l10n-id="a11y-title"/>
541 <table>
542 <tbody>
543 <tr>
544 <th class="column" data-l10n-id="a11y-activated"/>
546 <td id="a11y-activated">
547 </td>
548 </tr>
549 <tr>
550 <th class="column" data-l10n-id="a11y-force-disabled"/>
552 <td id="a11y-force-disabled">
553 </td>
554 </tr>
555 #if defined(XP_WIN)
556 <tr>
557 <th class="column" data-l10n-id="a11y-handler-used"/>
559 <td id="a11y-handler-used">
560 </td>
561 </tr>
563 <tr>
564 <th class="column" data-l10n-id="a11y-instantiator"/>
566 <td id="a11y-instantiator">
567 </td>
568 </tr>
569 #endif
570 </tbody>
571 </table>
573 <!-- - - - - - - - - - - - - - - - - - - - - -->
574 <h2 class="major-section" data-l10n-id="library-version-title"/>
576 <table>
577 <tbody id="libversions-tbody">
578 </tbody>
579 </table>
581 <!-- - - - - - - - - - - - - - - - - - - - - -->
583 #if defined(MOZ_SANDBOX)
584 <h2 class="major-section" id="sandbox" data-l10n-id="sandbox-title"/>
586 <table>
587 <tbody id="sandbox-tbody">
588 </tbody>
589 </table>
591 #if defined(XP_LINUX)
592 <h4 data-l10n-id="sandbox-sys-call-log-title"/>
593 <table>
594 <thead>
595 <tr>
596 <th data-l10n-id="sandbox-sys-call-index"/>
597 <th data-l10n-id="sandbox-sys-call-age"/>
598 <th data-l10n-id="sandbox-sys-call-pid"/>
599 <th data-l10n-id="sandbox-sys-call-tid"/>
600 <th data-l10n-id="sandbox-sys-call-proc-type"/>
601 <th data-l10n-id="sandbox-sys-call-number"/>
602 <th id="sandbox-syscalls-argshead" data-l10n-id="sandbox-sys-call-args"/>
603 </tr>
604 </thead>
605 <tbody id="sandbox-syscalls-tbody">
606 </tbody>
607 </table>
608 #endif
609 #endif
611 <h2 class="major-section" data-l10n-id="intl-title"/>
613 <table>
614 <tbody id="intl-localeservice-tbody">
615 <tr>
616 <th colspan="2" class="title-column" data-l10n-id="intl-app-title"/>
617 </tr>
618 <tr>
619 <th class="column" data-l10n-id="intl-locales-requested"/>
620 <td id="intl-locale-requested">
621 </td>
622 </tr>
623 <tr>
624 <th class="column" data-l10n-id="intl-locales-available"/>
625 <td id="intl-locale-available">
626 </td>
627 </tr>
628 <tr>
629 <th class="column" data-l10n-id="intl-locales-supported"/>
630 <td id="intl-locale-supported">
631 </td>
632 </tr>
633 <tr>
634 <th class="column" data-l10n-id="intl-regional-prefs"/>
635 <td id="intl-locale-regionalprefs">
636 </td>
637 </tr>
638 <tr>
639 <th class="column" data-l10n-id="intl-locales-default"/>
640 <td id="intl-locale-default">
641 </td>
642 </tr>
643 </tbody>
644 <tbody id="intl-ospreferences-tbody">
645 <tr>
646 <th colspan="2" class="title-column" data-l10n-id="intl-os-title"/>
647 </tr>
648 <tr>
649 <th class="column" data-l10n-id="intl-os-prefs-system-locales"/>
650 <td id="intl-osprefs-systemlocales">
651 </td>
652 </tr>
653 <tr>
654 <th class="column" data-l10n-id="intl-regional-prefs"/>
655 <td id="intl-osprefs-regionalprefs">
656 </td>
657 </tr>
658 </tbody>
659 </table>
661 <!-- - - - - - - - - - - - - - - - - - - - - -->
663 #if defined(ENABLE_REMOTE_AGENT)
664 <h2 class="major-section" data-l10n-id="remote-debugging-title"/>
666 <table>
667 <tbody>
668 <tr>
669 <th class="column" data-l10n-id="remote-debugging-accepting-connections"/>
670 <td id="remote-debugging-accepting-connections"></td>
671 </tr>
672 <tr>
673 <th class="column" data-l10n-id="remote-debugging-url"/>
674 <td id="remote-debugging-url"></td>
675 </tr>
676 </tbody>
677 </table>
678 #endif
680 </div>
682 </body>
684 </html>