Backed out changeset 5a2ea27885f0 (bug 1850738) for causing build bustages on gfxUser...
[gecko.git] / toolkit / content / aboutSupport.xhtml
blob328faddf1bafebd3f2224ea83d0f754f12722af3
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" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> %htmlDTD;
9 ]>
11 <html xmlns="http://www.w3.org/1999/xhtml">
12 <head>
13 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
14 <meta name="color-scheme" content="light dark" />
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 #ifndef ANDROID
28 <link rel="localization" href="toolkit/featuregates/features.ftl"/>
29 #endif
30 </head>
32 <body class="wide-container">
33 <h1 data-l10n-id="page-title"/>
34 <div class="header-flex">
35 <div class="content-flex">
36 <div class="page-subtitle" data-l10n-id="page-subtitle">
37 <a id="supportLink" data-l10n-name="support-link"></a>
38 </div>
39 <div>
40 <button id="copy-raw-data-to-clipboard" data-l10n-id="copy-raw-data-to-clipboard-label"/>
41 <button id="copy-to-clipboard" data-l10n-id="copy-text-to-clipboard-label"/>
42 </div>
43 </div>
45 #ifndef ANDROID
46 <div class="action-box">
47 <div id="reset-box">
48 <h3 data-l10n-id="refresh-profile"/>
49 <button id="reset-box-button" data-l10n-id="refresh-profile-button"/>
50 </div>
51 <div id="safe-mode-box">
52 <h3 data-l10n-id="troubleshoot-mode-title"/>
53 <button id="restart-in-safe-mode-button" data-l10n-id="restart-in-troubleshoot-mode-label"/>
54 </div>
55 <div id="clear-startup-cache-box">
56 <h3 data-l10n-id="clear-startup-cache-title"/>
57 <button id="clear-startup-cache-button" data-l10n-id="clear-startup-cache-label"/>
58 </div>
59 </div>
60 #endif
61 </div>
62 <div id="contents">
64 <!-- - - - - - - - - - - - - - - - - - - - - -->
66 <h2 class="major-section" id="app-basics" data-l10n-id="app-basics-title"/>
68 <table>
69 <tbody>
70 <tr>
71 <th class="column" data-l10n-id="app-basics-name"/>
73 <td id="application-box">
74 </td>
75 </tr>
77 <tr>
78 <th class="column" data-l10n-id="app-basics-version"/>
80 <td id="version-box">
81 </td>
82 </tr>
84 <tr>
85 <th class="column" data-l10n-id="app-basics-build-id"/>
86 <td id="buildid-box"></td>
87 </tr>
89 <tr>
90 <th class="column" data-l10n-id="app-basics-distribution-id"/>
91 <td id="distributionid-box"></td>
92 </tr>
94 #ifndef ANDROID
95 #ifdef MOZ_UPDATER
96 <tr id="update-dir-row" class="no-copy">
97 <th class="column" data-l10n-id="app-basics-update-dir"/>
99 <td>
100 <button id="update-dir-button" data-l10n-id="show-dir-label"/>
101 <span id="update-dir-box" dir="ltr">
102 </span>
103 </td>
104 </tr>
106 <tr id="update-history-row" class="no-copy">
107 <th class="column" data-l10n-id="app-basics-update-history"/>
109 <td>
110 <button id="show-update-history-button" data-l10n-id="app-basics-show-update-history"/>
111 </td>
112 </tr>
113 #endif
114 #endif
116 #ifdef MOZ_UPDATER
117 <tr>
118 <th class="column" data-l10n-id="app-basics-update-channel"/>
119 <td id="updatechannel-box"></td>
120 </tr>
121 #endif
123 <tr>
124 <th class="column" data-l10n-id="app-basics-user-agent"/>
126 <td id="useragent-box">
127 </td>
128 </tr>
130 <tr>
131 <th class="column" data-l10n-id="app-basics-os"/>
133 <td id="os-box">
134 </td>
135 </tr>
137 <tr id="os-theme-row">
138 <th class="column" data-l10n-id="app-basics-os-theme"/>
140 <td id="os-theme-box">
141 </td>
142 </tr>
144 #ifdef XP_MACOSX
145 <tr>
146 <th class="column" data-l10n-id="app-basics-rosetta"/>
148 <td id="rosetta-box">
149 </td>
150 </tr>
151 #endif
153 <tr class="no-copy">
154 <th class="column" data-l10n-id="app-basics-binary"/>
156 <td id="binary-box" dir="ltr">
157 </td>
158 </tr>
160 <tr id="profile-row" class="no-copy">
161 <th class="column" data-l10n-id="app-basics-profile-dir"/>
163 <td>
164 <button id="profile-dir-button" data-l10n-id="show-dir-label"/>
165 <span id="profile-dir-box" dir="ltr">
166 </span>
167 </td>
168 </tr>
170 #ifndef ANDROID
171 <tr class="no-copy">
172 <th class="column" data-l10n-id="app-basics-enabled-plugins"/>
174 <td>
175 <a href="about:plugins">about:plugins</a>
176 </td>
177 </tr>
178 #endif
180 <tr class="no-copy">
181 <th class="column" data-l10n-id="app-basics-build-config"/>
183 <td>
184 <a href="about:buildconfig">about:buildconfig</a>
185 </td>
186 </tr>
188 <tr class="no-copy">
189 <th class="column" data-l10n-id="app-basics-memory-use"/>
191 <td>
192 <a href="about:memory">about:memory</a>
193 </td>
194 </tr>
196 <tr class="no-copy">
197 <th class="column" data-l10n-id="app-basics-performance"/>
199 <td>
200 <a href="about:processes">about:processes</a>
201 </td>
202 </tr>
204 <tr class="no-copy">
205 <th class="column" data-l10n-id="app-basics-service-workers"/>
207 <td>
208 <a href="about:serviceworkers">about:serviceworkers</a>
209 </td>
210 </tr>
212 #if defined(XP_WIN)
213 <tr class="no-copy">
214 <th class="column" data-l10n-id="app-basics-third-party"/>
216 <td>
217 <a href="about:third-party">about:third-party</a>
218 </td>
219 </tr>
220 #endif
222 #if defined(XP_WIN) && defined(MOZ_LAUNCHER_PROCESS)
223 <tr>
224 <th class="column" data-l10n-id="app-basics-launcher-process-status"/>
226 <td id="launcher-process-box">
227 </td>
228 </tr>
229 #endif
231 <tr>
232 <th class="column" data-l10n-id="app-basics-multi-process-support"/>
234 <td id="multiprocess-box">
235 <span id="multiprocess-box-process-count"/>
236 </td>
237 </tr>
239 <tr>
240 <th class="column" data-l10n-id="app-basics-fission-support"/>
242 <td id="fission-box">
243 <span id="fission-box-process-count"/>
244 <span id="fission-box-status"/>
245 </td>
246 </tr>
248 <tr id="remoteprocesses-row">
249 <th class="column" data-l10n-id="app-basics-remote-processes-count"/>
251 <td>
252 <a href="#remote-processes"></a>
253 </td>
254 </tr>
256 <tr id="policies-status-row">
257 <th class="column" data-l10n-id="app-basics-enterprise-policies"/>
259 <td id="policies-status">
260 </td>
261 </tr>
263 <tr>
264 <th class="column" data-l10n-id="app-basics-location-service-key-google"/>
266 <td id="key-location-service-google-box">
267 </td>
268 </tr>
270 <tr>
271 <th class="column" data-l10n-id="app-basics-safebrowsing-key-google"/>
273 <td id="key-safebrowsing-google-box">
274 </td>
275 </tr>
277 <tr>
278 <th class="column" data-l10n-id="app-basics-key-mozilla"/>
280 <td id="key-mozilla-box">
281 </td>
282 </tr>
284 <tr>
285 <th class="column" data-l10n-id="app-basics-safe-mode"/>
287 <td id="safemode-box">
288 </td>
289 </tr>
291 <tr>
292 <th class="column" data-l10n-id="app-basics-memory-size"/>
294 <td id="memory-size-box">
295 </td>
296 </tr>
298 <tr>
299 <th class="column" data-l10n-id="app-basics-disk-available"/>
301 <td id="disk-available-box">
302 </td>
303 </tr>
305 #ifndef ANDROID
306 <tr class="no-copy">
307 <th class="column" data-l10n-id="app-basics-profiles"/>
309 <td>
310 <a href="about:profiles">about:profiles</a>
311 </td>
312 </tr>
313 #endif
315 #if defined(XP_WIN)
316 <tr>
317 <th class="column" data-l10n-id="app-basics-pointing-devices"/>
319 <td id="pointing-devices-box">
320 </td>
321 </tr>
322 #endif
324 </tbody>
325 </table>
327 <!-- - - - - - - - - - - - - - - - - - - - - -->
328 #ifdef MOZ_CRASHREPORTER
330 <h2 class="major-section" id="crashes" data-l10n-id="crashes-title"/>
332 <table id="crashes-table">
333 <thead>
334 <tr>
335 <th data-l10n-id="crashes-id"/>
336 <th data-l10n-id="crashes-send-date"/>
337 </tr>
338 </thead>
339 <tbody id="crashes-tbody">
340 </tbody>
341 </table>
342 <p id="crashes-allReports" class="hidden no-copy">
343 <a href="about:crashes" id="crashes-allReportsWithPending"
344 class="block" data-l10n-id="crashes-all-reports"/>
345 </p>
346 <p id="crashes-noConfig" class="hidden no-copy" data-l10n-id="crashes-no-config"/>
348 #endif
349 <!-- - - - - - - - - - - - - - - - - - - - - -->
351 <h2 class="major-section" id="features" data-l10n-id="features-title"/>
353 <table id="features-table">
354 <thead>
355 <tr>
356 <th data-l10n-id="features-name"/>
357 <th data-l10n-id="features-version"/>
358 <th data-l10n-id="features-id"/>
359 </tr>
360 </thead>
361 <tbody id="features-tbody">
362 </tbody>
363 </table>
365 #ifdef MOZ_NORMANDY
366 <!-- - - - - - - - - - - - - - - - - - - - - -->
368 <h2 class="major-section" id="remote-features" data-l10n-id="support-remote-features-title"/>
370 <table class="prefs-table">
371 <thead class="no-copy">
372 <th data-l10n-id="support-remote-features-name"/>
373 <th data-l10n-id="support-remote-features-status"/>
374 </thead>
376 <tbody id="remote-features-tbody">
377 </tbody>
378 </table>
380 #endif
381 <!-- - - - - - - - - - - - - - - - - - - - - -->
383 <h2 class="major-section" data-l10n-id="processes-title" id="remote-processes"/>
385 <table id="remote-processes-table">
386 <thead>
387 <tr>
388 <th data-l10n-id="processes-type"/>
389 <th data-l10n-id="processes-count"/>
390 </tr>
391 </thead>
392 <tbody id="processes-tbody">
393 </tbody>
394 </table>
396 <!-- - - - - - - - - - - - - - - - - - - - - -->
398 <h2 class="major-section" id="addons" data-l10n-id="support-addons-title"/>
400 <table>
401 <thead>
402 <tr>
403 <th data-l10n-id="support-addons-name"/>
404 <th data-l10n-id="support-addons-type"/>
405 <th data-l10n-id="support-addons-version"/>
406 <th data-l10n-id="support-addons-enabled"/>
407 <th data-l10n-id="support-addons-id"/>
408 </tr>
409 </thead>
410 <tbody id="addons-tbody">
411 </tbody>
412 </table>
414 <!-- - - - - - - - - - - - - - - - - - - - - -->
416 <h2 class="major-section" id="security-software" data-l10n-id="security-software-title"/>
418 <table id="security-software-table">
419 <thead>
420 <tr>
421 <th data-l10n-id="security-software-type"/>
422 <th data-l10n-id="security-software-name"/>
423 </tr>
424 </thead>
425 <tbody>
426 <tr>
427 <th class="column" data-l10n-id="security-software-antivirus"/>
429 <td id="security-software-antivirus">
430 </td>
431 </tr>
433 <tr>
434 <th class="column" data-l10n-id="security-software-antispyware"/>
436 <td id="security-software-antispyware">
437 </td>
438 </tr>
440 <tr>
441 <th class="column" data-l10n-id="security-software-firewall"/>
443 <td id="security-software-firewall">
444 </td>
445 </tr>
446 </tbody>
447 </table>
449 <!-- - - - - - - - - - - - - - - - - - - - - -->
451 <h2 class="major-section" id="legacyUserStylesheets" data-l10n-id="legacy-user-stylesheets-title"/>
453 <table>
454 <tbody id="legacyUserStylesheets-info-tbody">
455 <tr>
456 <th class="column" data-l10n-id="legacy-user-stylesheets-enabled"/>
458 <td id="legacyUserStylesheets-enabled">
459 </td>
460 </tr>
462 <tr>
463 <th class="column" data-l10n-id="legacy-user-stylesheets-stylesheet-types"/>
465 <td id="legacyUserStylesheets-types">
466 </td>
467 </tr>
468 </tbody>
469 </table>
471 <!-- - - - - - - - - - - - - - - - - - - - - -->
473 <h2 class="major-section" id="graphics" data-l10n-id="graphics-title"/>
475 <table>
476 <tbody id="graphics-features-tbody">
477 <tr>
478 <th colspan="2" class="title-column" data-l10n-id="graphics-features-title"/>
479 </tr>
480 </tbody>
482 <tbody id="graphics-gpu-1-tbody">
483 <tr>
484 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu1-title"/>
485 </tr>
486 </tbody>
488 <tbody id="graphics-gpu-2-tbody">
489 <tr>
490 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu2-title"/>
491 </tr>
492 </tbody>
494 <tbody id="graphics-diagnostics-tbody">
495 <tr>
496 <th colspan="2" class="title-column" data-l10n-id="graphics-diagnostics-title"/>
497 </tr>
498 </tbody>
500 <tbody id="graphics-decisions-tbody">
501 <tr>
502 <th colspan="2" class="title-column" data-l10n-id="graphics-decision-log-title"/>
503 </tr>
504 </tbody>
506 <tbody id="graphics-crashguards-tbody">
507 <tr>
508 <th colspan="2" class="title-column" data-l10n-id="graphics-crash-guards-title"/>
509 </tr>
510 </tbody>
512 <tbody id="graphics-workarounds-tbody">
513 <tr>
514 <th colspan="2" class="title-column" data-l10n-id="graphics-workarounds-title"/>
515 </tr>
516 </tbody>
518 <tbody id="graphics-failures-tbody">
519 <tr>
520 <th colspan="2" class="title-column" data-l10n-id="graphics-failure-log-title"/>
521 </tr>
522 </tbody>
523 </table>
525 <!-- - - - - - - - - - - - - - - - - - - - - -->
527 <h2 class="major-section" id="media" data-l10n-id="media-title"/>
528 <table>
529 <tbody id="media-info-tbody">
530 </tbody>
532 <tbody id="media-output-devices-tbody">
533 <tr>
534 <th colspan="9" class="title-column" data-l10n-id="media-output-devices-title"/>
535 </tr>
536 <tr>
537 <th data-l10n-id="media-device-name"/>
538 <th data-l10n-id="media-device-group"/>
539 <th data-l10n-id="media-device-vendor"/>
540 <th data-l10n-id="media-device-state"/>
541 <th data-l10n-id="media-device-preferred"/>
542 <th data-l10n-id="media-device-format"/>
543 <th data-l10n-id="media-device-channels"/>
544 <th data-l10n-id="media-device-rate"/>
545 <th data-l10n-id="media-device-latency"/>
546 </tr>
547 </tbody>
549 <tbody id="media-input-devices-tbody">
550 <tr>
551 <th colspan="9" class="title-column" data-l10n-id="media-input-devices-title"/>
552 </tr>
553 <tr>
554 <th data-l10n-id="media-device-name"/>
555 <th data-l10n-id="media-device-group"/>
556 <th data-l10n-id="media-device-vendor"/>
557 <th data-l10n-id="media-device-state"/>
558 <th data-l10n-id="media-device-preferred"/>
559 <th data-l10n-id="media-device-format"/>
560 <th data-l10n-id="media-device-channels"/>
561 <th data-l10n-id="media-device-rate"/>
562 <th data-l10n-id="media-device-latency"/>
563 </tr>
564 </tbody>
566 <tbody id="media-capabilities-tbody">
567 <tr>
568 <th colspan="9" class="title-column" data-l10n-id="media-capabilities-title"/>
569 </tr>
570 <tr>
571 <td colspan="9">
572 <button id="enumerate-database-button" data-l10n-id="media-capabilities-enumerate"/>
573 <pre id="enumerate-database-result" class="hidden no-copy"></pre>
574 </td>
575 </tr>
576 </tbody>
578 </table>
580 <!-- - - - - - - - - - - - - - - - - - - - - -->
582 <h2 class="major-section" id="environment-variables" data-l10n-id="environment-variables-title"/>
584 <table class="prefs-table">
585 <thead class="no-copy">
586 <th class="name" data-l10n-id="environment-variables-name"/>
588 <th class="value" data-l10n-id="environment-variables-value"/>
589 </thead>
591 <tbody id="environment-variables-tbody">
592 </tbody>
593 </table>
596 #ifndef ANDROID
597 <!-- - - - - - - - - - - - - - - - - - - - - -->
599 <h2 class="major-section" id="experimental-features" data-l10n-id="experimental-features-title"/>
601 <table class="prefs-table">
602 <thead class="no-copy">
603 <th class="name" data-l10n-id="experimental-features-name"/>
605 <th class="value" data-l10n-id="experimental-features-value"/>
606 </thead>
608 <tbody id="experimental-features-tbody">
609 </tbody>
610 </table>
612 #endif
613 #ifdef MOZ_NORMANDY
614 <!-- - - - - - - - - - - - - - - - - - - - - -->
615 <h2 class="major-section" id="remote-experiments" data-l10n-id="support-remote-experiments-title"/>
617 <table class="prefs-table">
618 <thead class="no-copy">
619 <th data-l10n-id="support-remote-experiments-name"/>
620 <th data-l10n-id="support-remote-experiments-branch"/>
621 </thead>
623 <tbody id="remote-experiments-tbody">
624 </tbody>
625 </table>
627 <section id="about-studies-section" class="no-copy">
628 <p data-l10n-id="support-remote-experiments-see-about-studies">
629 <a data-l10n-name="support-about-studies-link" href="about:studies"></a>
630 </p>
631 </section>
633 #endif
634 <!-- - - - - - - - - - - - - - - - - - - - - -->
636 <h2 class="major-section" id="modified-key-prefs" data-l10n-id="modified-key-prefs-title"/>
638 <table class="prefs-table">
639 <thead class="no-copy">
640 <th class="name" data-l10n-id="modified-prefs-name"/>
642 <th class="value" data-l10n-id="modified-prefs-value"/>
643 </thead>
645 <tbody id="prefs-tbody">
646 </tbody>
647 </table>
649 <section id="prefs-user-js-section" class="hidden no-copy">
650 <h3 data-l10n-id="user-js-title"/>
651 <p data-l10n-id="user-js-description">
652 <a id="prefs-user-js-link" data-l10n-name="user-js-link"></a>
653 </p>
654 </section>
656 <!-- - - - - - - - - - - - - - - - - - - - - -->
658 <h2 class="major-section" id="locked-key-prefs" data-l10n-id="locked-key-prefs-title"/>
660 <table class="prefs-table">
661 <thead class="no-copy">
662 <th class="name" data-l10n-id="locked-prefs-name"/>
664 <th class="value" data-l10n-id="locked-prefs-value"/>
665 </thead>
667 <tbody id="locked-prefs-tbody">
668 </tbody>
669 </table>
671 #ifndef ANDROID
672 <!-- - - - - - - - - - - - - - - - - - - - - -->
674 <h2 class="major-section" id="place-database" data-l10n-id="place-database-title"/>
676 <table>
677 <tbody>
678 <tr class="no-copy">
679 <th class="column" data-l10n-id="place-database-integrity"/>
681 <td colspan="5">
682 <button id="verify-place-integrity-button" data-l10n-id="place-database-verify-integrity"/>
683 <pre id="verify-place-result" class="hidden no-copy"></pre>
684 </td>
685 </tr>
686 <tr class="no-copy">
687 <th class="column" data-l10n-id="place-database-stats"/>
689 <td colspan="5">
690 <button id="place-database-stats-toggle" data-l10n-id="place-database-stats-show"/>
691 </td>
692 </tr>
693 </tbody>
694 <tbody id="place-database-stats-tbody">
695 <tr>
696 <th data-l10n-id="place-database-stats-entity"/>
697 <th data-l10n-id="place-database-stats-count"/>
698 <th data-l10n-id="place-database-stats-size-kib"/>
699 <th data-l10n-id="place-database-stats-size-perc"/>
700 <th data-l10n-id="place-database-stats-efficiency-perc"/>
701 <th data-l10n-id="place-database-stats-sequentiality-perc"/>
702 </tr>
703 </tbody>
704 </table>
705 #endif
707 <!-- - - - - - - - - - - - - - - - - - - - - -->
708 <h2 class="major-section" id="a11y" data-l10n-id="a11y-title"/>
710 <table>
711 <tbody>
712 <tr>
713 <th class="column" data-l10n-id="a11y-activated"/>
715 <td id="a11y-activated">
716 </td>
717 </tr>
718 <tr>
719 <th class="column" data-l10n-id="a11y-force-disabled"/>
721 <td id="a11y-force-disabled">
722 </td>
723 </tr>
724 #if defined(XP_WIN)
725 <tr>
726 <th class="column" data-l10n-id="a11y-instantiator"/>
728 <td id="a11y-instantiator">
729 </td>
730 </tr>
731 #endif
732 </tbody>
733 </table>
735 <!-- - - - - - - - - - - - - - - - - - - - - -->
736 <h2 class="major-section" id="library-version" data-l10n-id="library-version-title"/>
738 <table>
739 <tbody id="libversions-tbody">
740 </tbody>
741 </table>
743 <!-- - - - - - - - - - - - - - - - - - - - - -->
745 #if defined(MOZ_SANDBOX)
746 <h2 class="major-section" id="sandbox" data-l10n-id="sandbox-title"/>
748 <table>
749 <tbody id="sandbox-tbody">
750 </tbody>
751 </table>
753 #if defined(XP_LINUX)
754 <h4 data-l10n-id="sandbox-sys-call-log-title"/>
755 <table>
756 <thead>
757 <tr>
758 <th data-l10n-id="sandbox-sys-call-index"/>
759 <th data-l10n-id="sandbox-sys-call-age"/>
760 <th data-l10n-id="sandbox-sys-call-pid"/>
761 <th data-l10n-id="sandbox-sys-call-tid"/>
762 <th data-l10n-id="sandbox-sys-call-proc-type"/>
763 <th data-l10n-id="sandbox-sys-call-number"/>
764 <th id="sandbox-syscalls-argshead" data-l10n-id="sandbox-sys-call-args"/>
765 </tr>
766 </thead>
767 <tbody id="sandbox-syscalls-tbody">
768 </tbody>
769 </table>
770 #endif
771 #endif
773 <h2 class="major-section" id="startup-cache" data-l10n-id="startup-cache-title"/>
775 <table>
776 <tbody>
777 <tr>
778 <th class="column" data-l10n-id="startup-cache-disk-cache-path"/>
780 <td id="startup-cache-disk-cache-path">
781 </td>
782 </tr>
783 <tr>
784 <th class="column" data-l10n-id="startup-cache-ignore-disk-cache"/>
786 <td id="startup-cache-ignore-disk-cache">
787 </td>
788 </tr>
789 <tr>
790 <th class="column" data-l10n-id="startup-cache-found-disk-cache-on-init"/>
792 <td id="startup-cache-found-disk-cache-on-init">
793 </td>
794 </tr>
795 <tr>
796 <th class="column" data-l10n-id="startup-cache-wrote-to-disk-cache"/>
798 <td id="startup-cache-wrote-to-disk-cache">
799 </td>
800 </tr>
801 </tbody>
802 </table>
804 <h2 class="major-section" id="intl" data-l10n-id="intl-title"/>
806 <table>
807 <tbody id="intl-localeservice-tbody">
808 <tr>
809 <th colspan="2" class="title-column" data-l10n-id="intl-app-title"/>
810 </tr>
811 <tr>
812 <th class="column" data-l10n-id="intl-locales-requested"/>
813 <td id="intl-locale-requested">
814 </td>
815 </tr>
816 <tr>
817 <th class="column" data-l10n-id="intl-locales-available"/>
818 <td id="intl-locale-available">
819 </td>
820 </tr>
821 <tr>
822 <th class="column" data-l10n-id="intl-locales-supported"/>
823 <td id="intl-locale-supported">
824 </td>
825 </tr>
826 <tr>
827 <th class="column" data-l10n-id="intl-regional-prefs"/>
828 <td id="intl-locale-regionalprefs">
829 </td>
830 </tr>
831 <tr>
832 <th class="column" data-l10n-id="intl-locales-default"/>
833 <td id="intl-locale-default">
834 </td>
835 </tr>
836 </tbody>
837 <tbody id="intl-ospreferences-tbody">
838 <tr>
839 <th colspan="2" class="title-column" data-l10n-id="intl-os-title"/>
840 </tr>
841 <tr>
842 <th class="column" data-l10n-id="intl-os-prefs-system-locales"/>
843 <td id="intl-osprefs-systemlocales">
844 </td>
845 </tr>
846 <tr>
847 <th class="column" data-l10n-id="intl-regional-prefs"/>
848 <td id="intl-osprefs-regionalprefs">
849 </td>
850 </tr>
851 </tbody>
852 </table>
854 <!-- - - - - - - - - - - - - - - - - - - - - -->
856 #if defined(ENABLE_WEBDRIVER)
857 <h2 class="major-section" id="remote-debugging" data-l10n-id="remote-debugging-title"/>
859 <table>
860 <tbody>
861 <tr>
862 <th class="column" data-l10n-id="remote-debugging-accepting-connections"/>
863 <td id="remote-debugging-accepting-connections"></td>
864 </tr>
865 <tr>
866 <th class="column" data-l10n-id="remote-debugging-url"/>
867 <td id="remote-debugging-url"></td>
868 </tr>
869 </tbody>
870 </table>
871 #endif
873 #ifndef ANDROID
874 <!-- - - - - - - - - - - - - - - - - - - - - -->
876 <h2 class="major-section" id="printing" data-l10n-id="support-printing-title"/>
878 <table>
879 <tr class="no-copy">
880 <th class="column" data-l10n-id="support-printing-troubleshoot"/>
881 <td>
882 <button id="support-printing-clear-settings-button" data-l10n-id="support-printing-clear-settings-button"/>
883 </td>
884 </tr>
885 </table>
887 <h3 data-l10n-id="support-printing-modified-settings"/>
889 <table class="prefs-table">
890 <thead class="no-copy">
891 <th class="name" data-l10n-id="support-printing-prefs-name"/>
893 <th class="value" data-l10n-id="support-printing-prefs-value"/>
894 </thead>
896 <tbody id="support-printing-prefs-tbody">
897 </tbody>
898 </table>
899 #endif
901 </div>
903 </body>
905 </html>