Bug 1796551 [wpt PR 36570] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / toolkit / content / aboutSupport.xhtml
blob0d3f0c0098163c848da67cbb884b2e07c82f015a
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">
34 #ifndef ANDROID
35 <div class="action-box">
36 <div id="reset-box">
37 <h3 data-l10n-id="refresh-profile"/>
38 <button id="reset-box-button" data-l10n-id="refresh-profile-button"/>
39 </div>
40 <div id="safe-mode-box">
41 <h3 data-l10n-id="troubleshoot-mode-title"/>
42 <button id="restart-in-safe-mode-button" data-l10n-id="restart-in-troubleshoot-mode-label"/>
43 </div>
44 <div id="clear-startup-cache-box">
45 <h3 data-l10n-id="clear-startup-cache-title"/>
46 <button id="clear-startup-cache-button" data-l10n-id="clear-startup-cache-label"/>
47 </div>
48 </div>
49 #endif
51 <h1 data-l10n-id="page-title"/>
53 <div class="page-subtitle" data-l10n-id="page-subtitle">
54 <a id="supportLink" data-l10n-name="support-link"></a>
55 </div>
57 <div>
58 <button id="copy-raw-data-to-clipboard" data-l10n-id="copy-raw-data-to-clipboard-label"/>
59 <button id="copy-to-clipboard" data-l10n-id="copy-text-to-clipboard-label"/>
60 </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 </tbody>
316 </table>
318 <!-- - - - - - - - - - - - - - - - - - - - - -->
319 #ifdef MOZ_CRASHREPORTER
321 <h2 class="major-section" id="crashes" data-l10n-id="crashes-title"/>
323 <table id="crashes-table">
324 <thead>
325 <tr>
326 <th data-l10n-id="crashes-id"/>
327 <th data-l10n-id="crashes-send-date"/>
328 </tr>
329 </thead>
330 <tbody id="crashes-tbody">
331 </tbody>
332 </table>
333 <p id="crashes-allReports" class="hidden no-copy">
334 <a href="about:crashes" id="crashes-allReportsWithPending"
335 class="block" data-l10n-id="crashes-all-reports"/>
336 </p>
337 <p id="crashes-noConfig" class="hidden no-copy" data-l10n-id="crashes-no-config"/>
339 #endif
340 <!-- - - - - - - - - - - - - - - - - - - - - -->
342 <h2 class="major-section" id="features" data-l10n-id="features-title"/>
344 <table id="features-table">
345 <thead>
346 <tr>
347 <th data-l10n-id="features-name"/>
348 <th data-l10n-id="features-version"/>
349 <th data-l10n-id="features-id"/>
350 </tr>
351 </thead>
352 <tbody id="features-tbody">
353 </tbody>
354 </table>
356 #ifdef MOZ_NORMANDY
357 <!-- - - - - - - - - - - - - - - - - - - - - -->
359 <h2 class="major-section" id="remote-features" data-l10n-id="support-remote-features-title"/>
361 <table class="prefs-table">
362 <thead class="no-copy">
363 <th data-l10n-id="support-remote-features-name"/>
364 <th data-l10n-id="support-remote-features-status"/>
365 </thead>
367 <tbody id="remote-features-tbody">
368 </tbody>
369 </table>
371 #endif
372 <!-- - - - - - - - - - - - - - - - - - - - - -->
374 <h2 class="major-section" data-l10n-id="processes-title" id="remote-processes"/>
376 <table id="remote-processes-table">
377 <thead>
378 <tr>
379 <th data-l10n-id="processes-type"/>
380 <th data-l10n-id="processes-count"/>
381 </tr>
382 </thead>
383 <tbody id="processes-tbody">
384 </tbody>
385 </table>
387 <!-- - - - - - - - - - - - - - - - - - - - - -->
389 <h2 class="major-section" id="addons" data-l10n-id="support-addons-title"/>
391 <table>
392 <thead>
393 <tr>
394 <th data-l10n-id="support-addons-name"/>
395 <th data-l10n-id="support-addons-type"/>
396 <th data-l10n-id="support-addons-version"/>
397 <th data-l10n-id="support-addons-enabled"/>
398 <th data-l10n-id="support-addons-id"/>
399 </tr>
400 </thead>
401 <tbody id="addons-tbody">
402 </tbody>
403 </table>
405 <!-- - - - - - - - - - - - - - - - - - - - - -->
407 <h2 class="major-section" id="security-software" data-l10n-id="security-software-title"/>
409 <table id="security-software-table">
410 <thead>
411 <tr>
412 <th data-l10n-id="security-software-type"/>
413 <th data-l10n-id="security-software-name"/>
414 </tr>
415 </thead>
416 <tbody>
417 <tr>
418 <th class="column" data-l10n-id="security-software-antivirus"/>
420 <td id="security-software-antivirus">
421 </td>
422 </tr>
424 <tr>
425 <th class="column" data-l10n-id="security-software-antispyware"/>
427 <td id="security-software-antispyware">
428 </td>
429 </tr>
431 <tr>
432 <th class="column" data-l10n-id="security-software-firewall"/>
434 <td id="security-software-firewall">
435 </td>
436 </tr>
437 </tbody>
438 </table>
440 <!-- - - - - - - - - - - - - - - - - - - - - -->
442 <h2 class="major-section" id="graphics" data-l10n-id="graphics-title"/>
444 <table>
445 <tbody id="graphics-features-tbody">
446 <tr>
447 <th colspan="2" class="title-column" data-l10n-id="graphics-features-title"/>
448 </tr>
449 </tbody>
451 <tbody id="graphics-gpu-1-tbody">
452 <tr>
453 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu1-title"/>
454 </tr>
455 </tbody>
457 <tbody id="graphics-gpu-2-tbody">
458 <tr>
459 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu2-title"/>
460 </tr>
461 </tbody>
463 <tbody id="graphics-diagnostics-tbody">
464 <tr>
465 <th colspan="2" class="title-column" data-l10n-id="graphics-diagnostics-title"/>
466 </tr>
467 </tbody>
469 <tbody id="graphics-decisions-tbody">
470 <tr>
471 <th colspan="2" class="title-column" data-l10n-id="graphics-decision-log-title"/>
472 </tr>
473 </tbody>
475 <tbody id="graphics-crashguards-tbody">
476 <tr>
477 <th colspan="2" class="title-column" data-l10n-id="graphics-crash-guards-title"/>
478 </tr>
479 </tbody>
481 <tbody id="graphics-workarounds-tbody">
482 <tr>
483 <th colspan="2" class="title-column" data-l10n-id="graphics-workarounds-title"/>
484 </tr>
485 </tbody>
487 <tbody id="graphics-failures-tbody">
488 <tr>
489 <th colspan="2" class="title-column" data-l10n-id="graphics-failure-log-title"/>
490 </tr>
491 </tbody>
492 </table>
494 <!-- - - - - - - - - - - - - - - - - - - - - -->
496 <h2 class="major-section" id="media" data-l10n-id="media-title"/>
497 <table>
498 <tbody id="media-info-tbody">
499 </tbody>
501 <tbody id="media-output-devices-tbody">
502 <tr>
503 <th colspan="9" class="title-column" data-l10n-id="media-output-devices-title"/>
504 </tr>
505 <tr>
506 <th data-l10n-id="media-device-name"/>
507 <th data-l10n-id="media-device-group"/>
508 <th data-l10n-id="media-device-vendor"/>
509 <th data-l10n-id="media-device-state"/>
510 <th data-l10n-id="media-device-preferred"/>
511 <th data-l10n-id="media-device-format"/>
512 <th data-l10n-id="media-device-channels"/>
513 <th data-l10n-id="media-device-rate"/>
514 <th data-l10n-id="media-device-latency"/>
515 </tr>
516 </tbody>
518 <tbody id="media-input-devices-tbody">
519 <tr>
520 <th colspan="9" class="title-column" data-l10n-id="media-input-devices-title"/>
521 </tr>
522 <tr>
523 <th data-l10n-id="media-device-name"/>
524 <th data-l10n-id="media-device-group"/>
525 <th data-l10n-id="media-device-vendor"/>
526 <th data-l10n-id="media-device-state"/>
527 <th data-l10n-id="media-device-preferred"/>
528 <th data-l10n-id="media-device-format"/>
529 <th data-l10n-id="media-device-channels"/>
530 <th data-l10n-id="media-device-rate"/>
531 <th data-l10n-id="media-device-latency"/>
532 </tr>
533 </tbody>
535 <tbody id="media-capabilities-tbody">
536 <tr>
537 <th colspan="9" class="title-column" data-l10n-id="media-capabilities-title"/>
538 </tr>
539 <tr>
540 <td colspan="9">
541 <button id="enumerate-database-button" data-l10n-id="media-capabilities-enumerate"/>
542 <pre id="enumerate-database-result" class="hidden no-copy"></pre>
543 </td>
544 </tr>
545 </tbody>
547 </table>
549 <!-- - - - - - - - - - - - - - - - - - - - - -->
551 <h2 class="major-section" id="environment-variables" data-l10n-id="environment-variables-title"/>
553 <table class="prefs-table">
554 <thead class="no-copy">
555 <th class="name" data-l10n-id="environment-variables-name"/>
557 <th class="value" data-l10n-id="environment-variables-value"/>
558 </thead>
560 <tbody id="environment-variables-tbody">
561 </tbody>
562 </table>
565 #ifndef ANDROID
566 <!-- - - - - - - - - - - - - - - - - - - - - -->
568 <h2 class="major-section" id="experimental-features" data-l10n-id="experimental-features-title"/>
570 <table class="prefs-table">
571 <thead class="no-copy">
572 <th class="name" data-l10n-id="experimental-features-name"/>
574 <th class="value" data-l10n-id="experimental-features-value"/>
575 </thead>
577 <tbody id="experimental-features-tbody">
578 </tbody>
579 </table>
581 #endif
582 #ifdef MOZ_NORMANDY
583 <!-- - - - - - - - - - - - - - - - - - - - - -->
584 <h2 class="major-section" id="remote-experiments" data-l10n-id="support-remote-experiments-title"/>
586 <table class="prefs-table">
587 <thead class="no-copy">
588 <th data-l10n-id="support-remote-experiments-name"/>
589 <th data-l10n-id="support-remote-experiments-branch"/>
590 </thead>
592 <tbody id="remote-experiments-tbody">
593 </tbody>
594 </table>
596 <section id="about-studies-section" class="no-copy">
597 <p data-l10n-id="support-remote-experiments-see-about-studies">
598 <a data-l10n-name="support-about-studies-link" href="about:studies"></a>
599 </p>
600 </section>
602 #endif
603 <!-- - - - - - - - - - - - - - - - - - - - - -->
605 <h2 class="major-section" id="modified-key-prefs" data-l10n-id="modified-key-prefs-title"/>
607 <table class="prefs-table">
608 <thead class="no-copy">
609 <th class="name" data-l10n-id="modified-prefs-name"/>
611 <th class="value" data-l10n-id="modified-prefs-value"/>
612 </thead>
614 <tbody id="prefs-tbody">
615 </tbody>
616 </table>
618 <section id="prefs-user-js-section" class="hidden no-copy">
619 <h3 data-l10n-id="user-js-title"/>
620 <p data-l10n-id="user-js-description">
621 <a id="prefs-user-js-link" data-l10n-name="user-js-link"></a>
622 </p>
623 </section>
625 <!-- - - - - - - - - - - - - - - - - - - - - -->
627 <h2 class="major-section" id="locked-key-prefs" data-l10n-id="locked-key-prefs-title"/>
629 <table class="prefs-table">
630 <thead class="no-copy">
631 <th class="name" data-l10n-id="locked-prefs-name"/>
633 <th class="value" data-l10n-id="locked-prefs-value"/>
634 </thead>
636 <tbody id="locked-prefs-tbody">
637 </tbody>
638 </table>
640 #ifndef ANDROID
641 <!-- - - - - - - - - - - - - - - - - - - - - -->
643 <h2 class="major-section" id="place-database" data-l10n-id="place-database-title"/>
645 <table>
646 <tbody>
647 <tr class="no-copy">
648 <th class="column" data-l10n-id="place-database-integrity"/>
650 <td colspan="5">
651 <button id="verify-place-integrity-button" data-l10n-id="place-database-verify-integrity"/>
652 <pre id="verify-place-result" class="hidden no-copy"></pre>
653 </td>
654 </tr>
655 <tr class="no-copy">
656 <th class="column" data-l10n-id="place-database-stats"/>
658 <td colspan="5">
659 <button id="place-database-stats-toggle" data-l10n-id="place-database-stats-show"/>
660 </td>
661 </tr>
662 </tbody>
663 <tbody id="place-database-stats-tbody">
664 <tr>
665 <th data-l10n-id="place-database-stats-entity"/>
666 <th data-l10n-id="place-database-stats-count"/>
667 <th data-l10n-id="place-database-stats-size-kib"/>
668 <th data-l10n-id="place-database-stats-size-perc"/>
669 <th data-l10n-id="place-database-stats-efficiency-perc"/>
670 <th data-l10n-id="place-database-stats-sequentiality-perc"/>
671 </tr>
672 </tbody>
673 </table>
674 #endif
676 <!-- - - - - - - - - - - - - - - - - - - - - -->
677 <h2 class="major-section" id="a11y" data-l10n-id="a11y-title"/>
679 <table>
680 <tbody>
681 <tr>
682 <th class="column" data-l10n-id="a11y-activated"/>
684 <td id="a11y-activated">
685 </td>
686 </tr>
687 <tr>
688 <th class="column" data-l10n-id="a11y-force-disabled"/>
690 <td id="a11y-force-disabled">
691 </td>
692 </tr>
693 #if defined(XP_WIN)
694 <tr>
695 <th class="column" data-l10n-id="a11y-handler-used"/>
697 <td id="a11y-handler-used">
698 </td>
699 </tr>
701 <tr>
702 <th class="column" data-l10n-id="a11y-instantiator"/>
704 <td id="a11y-instantiator">
705 </td>
706 </tr>
707 #endif
708 </tbody>
709 </table>
711 <!-- - - - - - - - - - - - - - - - - - - - - -->
712 <h2 class="major-section" id="library-version" data-l10n-id="library-version-title"/>
714 <table>
715 <tbody id="libversions-tbody">
716 </tbody>
717 </table>
719 <!-- - - - - - - - - - - - - - - - - - - - - -->
721 #if defined(MOZ_SANDBOX)
722 <h2 class="major-section" id="sandbox" data-l10n-id="sandbox-title"/>
724 <table>
725 <tbody id="sandbox-tbody">
726 </tbody>
727 </table>
729 #if defined(XP_LINUX)
730 <h4 data-l10n-id="sandbox-sys-call-log-title"/>
731 <table>
732 <thead>
733 <tr>
734 <th data-l10n-id="sandbox-sys-call-index"/>
735 <th data-l10n-id="sandbox-sys-call-age"/>
736 <th data-l10n-id="sandbox-sys-call-pid"/>
737 <th data-l10n-id="sandbox-sys-call-tid"/>
738 <th data-l10n-id="sandbox-sys-call-proc-type"/>
739 <th data-l10n-id="sandbox-sys-call-number"/>
740 <th id="sandbox-syscalls-argshead" data-l10n-id="sandbox-sys-call-args"/>
741 </tr>
742 </thead>
743 <tbody id="sandbox-syscalls-tbody">
744 </tbody>
745 </table>
746 #endif
747 #endif
749 <h2 class="major-section" id="startup-cache" data-l10n-id="startup-cache-title"/>
751 <table>
752 <tbody>
753 <tr>
754 <th class="column" data-l10n-id="startup-cache-disk-cache-path"/>
756 <td id="startup-cache-disk-cache-path">
757 </td>
758 </tr>
759 <tr>
760 <th class="column" data-l10n-id="startup-cache-ignore-disk-cache"/>
762 <td id="startup-cache-ignore-disk-cache">
763 </td>
764 </tr>
765 <tr>
766 <th class="column" data-l10n-id="startup-cache-found-disk-cache-on-init"/>
768 <td id="startup-cache-found-disk-cache-on-init">
769 </td>
770 </tr>
771 <tr>
772 <th class="column" data-l10n-id="startup-cache-wrote-to-disk-cache"/>
774 <td id="startup-cache-wrote-to-disk-cache">
775 </td>
776 </tr>
777 </tbody>
778 </table>
780 <h2 class="major-section" id="intl" data-l10n-id="intl-title"/>
782 <table>
783 <tbody id="intl-localeservice-tbody">
784 <tr>
785 <th colspan="2" class="title-column" data-l10n-id="intl-app-title"/>
786 </tr>
787 <tr>
788 <th class="column" data-l10n-id="intl-locales-requested"/>
789 <td id="intl-locale-requested">
790 </td>
791 </tr>
792 <tr>
793 <th class="column" data-l10n-id="intl-locales-available"/>
794 <td id="intl-locale-available">
795 </td>
796 </tr>
797 <tr>
798 <th class="column" data-l10n-id="intl-locales-supported"/>
799 <td id="intl-locale-supported">
800 </td>
801 </tr>
802 <tr>
803 <th class="column" data-l10n-id="intl-regional-prefs"/>
804 <td id="intl-locale-regionalprefs">
805 </td>
806 </tr>
807 <tr>
808 <th class="column" data-l10n-id="intl-locales-default"/>
809 <td id="intl-locale-default">
810 </td>
811 </tr>
812 </tbody>
813 <tbody id="intl-ospreferences-tbody">
814 <tr>
815 <th colspan="2" class="title-column" data-l10n-id="intl-os-title"/>
816 </tr>
817 <tr>
818 <th class="column" data-l10n-id="intl-os-prefs-system-locales"/>
819 <td id="intl-osprefs-systemlocales">
820 </td>
821 </tr>
822 <tr>
823 <th class="column" data-l10n-id="intl-regional-prefs"/>
824 <td id="intl-osprefs-regionalprefs">
825 </td>
826 </tr>
827 </tbody>
828 </table>
830 <!-- - - - - - - - - - - - - - - - - - - - - -->
832 #if defined(ENABLE_WEBDRIVER)
833 <h2 class="major-section" id="remote-debugging" data-l10n-id="remote-debugging-title"/>
835 <table>
836 <tbody>
837 <tr>
838 <th class="column" data-l10n-id="remote-debugging-accepting-connections"/>
839 <td id="remote-debugging-accepting-connections"></td>
840 </tr>
841 <tr>
842 <th class="column" data-l10n-id="remote-debugging-url"/>
843 <td id="remote-debugging-url"></td>
844 </tr>
845 </tbody>
846 </table>
847 #endif
849 #ifndef ANDROID
850 <!-- - - - - - - - - - - - - - - - - - - - - -->
852 <h2 class="major-section" id="printing" data-l10n-id="support-printing-title"/>
854 <table>
855 <tr class="no-copy">
856 <th class="column" data-l10n-id="support-printing-troubleshoot"/>
857 <td>
858 <button id="support-printing-clear-settings-button" data-l10n-id="support-printing-clear-settings-button"/>
859 </td>
860 </tr>
861 </table>
863 <h3 data-l10n-id="support-printing-modified-settings"/>
865 <table class="prefs-table">
866 <thead class="no-copy">
867 <th class="name" data-l10n-id="support-printing-prefs-name"/>
869 <th class="value" data-l10n-id="support-printing-prefs-value"/>
870 </thead>
872 <tbody id="support-printing-prefs-tbody">
873 </tbody>
874 </table>
875 #endif
877 </div>
879 </body>
881 </html>