Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / toolkit / content / aboutSupport.xhtml
blob2bca776bfc7dc79c9db7675547501af75067ca3c
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 <tr class="no-copy">
171 <th class="column" data-l10n-id="app-basics-build-config"/>
173 <td>
174 <a href="about:buildconfig">about:buildconfig</a>
175 </td>
176 </tr>
178 <tr class="no-copy">
179 <th class="column" data-l10n-id="app-basics-memory-use"/>
181 <td>
182 <a href="about:memory">about:memory</a>
183 </td>
184 </tr>
186 <tr class="no-copy">
187 <th class="column" data-l10n-id="app-basics-performance"/>
189 <td>
190 <a href="about:processes">about:processes</a>
191 </td>
192 </tr>
194 <tr class="no-copy">
195 <th class="column" data-l10n-id="app-basics-service-workers"/>
197 <td>
198 <a href="about:serviceworkers">about:serviceworkers</a>
199 </td>
200 </tr>
202 #if defined(XP_WIN)
203 <tr class="no-copy">
204 <th class="column" data-l10n-id="app-basics-third-party"/>
206 <td>
207 <a href="about:third-party">about:third-party</a>
208 </td>
209 </tr>
210 #endif
212 #if defined(XP_WIN) && defined(MOZ_LAUNCHER_PROCESS)
213 <tr>
214 <th class="column" data-l10n-id="app-basics-launcher-process-status"/>
216 <td id="launcher-process-box">
217 </td>
218 </tr>
219 #endif
221 <tr>
222 <th class="column" data-l10n-id="app-basics-multi-process-support"/>
224 <td id="multiprocess-box">
225 <span id="multiprocess-box-process-count"/>
226 </td>
227 </tr>
229 <tr>
230 <th class="column" data-l10n-id="app-basics-fission-support"/>
232 <td id="fission-box">
233 <span id="fission-box-process-count"/>
234 <span id="fission-box-status"/>
235 </td>
236 </tr>
238 <tr id="remoteprocesses-row">
239 <th class="column" data-l10n-id="app-basics-remote-processes-count"/>
241 <td>
242 <a href="#remote-processes"></a>
243 </td>
244 </tr>
246 <tr id="policies-status-row">
247 <th class="column" data-l10n-id="app-basics-enterprise-policies"/>
249 <td id="policies-status">
250 </td>
251 </tr>
253 <tr>
254 <th class="column" data-l10n-id="app-basics-location-service-key-google"/>
256 <td id="key-location-service-google-box">
257 </td>
258 </tr>
260 <tr>
261 <th class="column" data-l10n-id="app-basics-safebrowsing-key-google"/>
263 <td id="key-safebrowsing-google-box">
264 </td>
265 </tr>
267 <tr>
268 <th class="column" data-l10n-id="app-basics-key-mozilla"/>
270 <td id="key-mozilla-box">
271 </td>
272 </tr>
274 <tr>
275 <th class="column" data-l10n-id="app-basics-safe-mode"/>
277 <td id="safemode-box">
278 </td>
279 </tr>
281 <tr>
282 <th class="column" data-l10n-id="app-basics-memory-size"/>
284 <td id="memory-size-box">
285 </td>
286 </tr>
288 <tr>
289 <th class="column" data-l10n-id="app-basics-disk-available"/>
291 <td id="disk-available-box">
292 </td>
293 </tr>
295 #ifndef ANDROID
296 <tr class="no-copy">
297 <th class="column" data-l10n-id="app-basics-profiles"/>
299 <td>
300 <a href="about:profiles">about:profiles</a>
301 </td>
302 </tr>
303 #endif
305 #if defined(XP_WIN)
306 <tr>
307 <th class="column" data-l10n-id="app-basics-pointing-devices"/>
309 <td id="pointing-devices-box">
310 </td>
311 </tr>
312 #endif
314 </tbody>
315 </table>
317 <!-- - - - - - - - - - - - - - - - - - - - - -->
318 #ifdef MOZ_CRASHREPORTER
320 <h2 class="major-section" id="crashes" data-l10n-id="crashes-title"/>
322 <table id="crashes-table">
323 <thead>
324 <tr>
325 <th data-l10n-id="crashes-id"/>
326 <th data-l10n-id="crashes-send-date"/>
327 </tr>
328 </thead>
329 <tbody id="crashes-tbody">
330 </tbody>
331 </table>
332 <p id="crashes-allReports" class="hidden no-copy">
333 <a href="about:crashes" id="crashes-allReportsWithPending"
334 class="block" data-l10n-id="crashes-all-reports"/>
335 </p>
336 <p id="crashes-noConfig" class="hidden no-copy" data-l10n-id="crashes-no-config"/>
338 #endif
339 <!-- - - - - - - - - - - - - - - - - - - - - -->
341 <h2 class="major-section" id="features" data-l10n-id="features-title"/>
343 <table id="features-table">
344 <thead>
345 <tr>
346 <th data-l10n-id="features-name"/>
347 <th data-l10n-id="features-version"/>
348 <th data-l10n-id="features-id"/>
349 </tr>
350 </thead>
351 <tbody id="features-tbody">
352 </tbody>
353 </table>
355 #ifdef MOZ_NORMANDY
356 <!-- - - - - - - - - - - - - - - - - - - - - -->
358 <h2 class="major-section" id="remote-features" data-l10n-id="support-remote-features-title"/>
360 <table class="prefs-table">
361 <thead class="no-copy">
362 <th data-l10n-id="support-remote-features-name"/>
363 <th data-l10n-id="support-remote-features-status"/>
364 </thead>
366 <tbody id="remote-features-tbody">
367 </tbody>
368 </table>
370 #endif
371 <!-- - - - - - - - - - - - - - - - - - - - - -->
373 <h2 class="major-section" data-l10n-id="processes-title" id="remote-processes"/>
375 <table id="remote-processes-table">
376 <thead>
377 <tr>
378 <th data-l10n-id="processes-type"/>
379 <th data-l10n-id="processes-count"/>
380 </tr>
381 </thead>
382 <tbody id="processes-tbody">
383 </tbody>
384 </table>
386 <!-- - - - - - - - - - - - - - - - - - - - - -->
388 <h2 class="major-section" id="addons" data-l10n-id="support-addons-title"/>
390 <table>
391 <thead>
392 <tr>
393 <th data-l10n-id="support-addons-name"/>
394 <th data-l10n-id="support-addons-type"/>
395 <th data-l10n-id="support-addons-version"/>
396 <th data-l10n-id="support-addons-enabled"/>
397 <th data-l10n-id="support-addons-id"/>
398 </tr>
399 </thead>
400 <tbody id="addons-tbody">
401 </tbody>
402 </table>
404 <!-- - - - - - - - - - - - - - - - - - - - - -->
406 <h2 class="major-section" id="security-software" data-l10n-id="security-software-title"/>
408 <table id="security-software-table">
409 <thead>
410 <tr>
411 <th data-l10n-id="security-software-type"/>
412 <th data-l10n-id="security-software-name"/>
413 </tr>
414 </thead>
415 <tbody>
416 <tr>
417 <th class="column" data-l10n-id="security-software-antivirus"/>
419 <td id="security-software-antivirus">
420 </td>
421 </tr>
423 <tr>
424 <th class="column" data-l10n-id="security-software-antispyware"/>
426 <td id="security-software-antispyware">
427 </td>
428 </tr>
430 <tr>
431 <th class="column" data-l10n-id="security-software-firewall"/>
433 <td id="security-software-firewall">
434 </td>
435 </tr>
436 </tbody>
437 </table>
439 <!-- - - - - - - - - - - - - - - - - - - - - -->
441 <h2 class="major-section" id="legacyUserStylesheets" data-l10n-id="legacy-user-stylesheets-title"/>
443 <table>
444 <tbody id="legacyUserStylesheets-info-tbody">
445 <tr>
446 <th class="column" data-l10n-id="legacy-user-stylesheets-enabled"/>
448 <td id="legacyUserStylesheets-enabled">
449 </td>
450 </tr>
452 <tr>
453 <th class="column" data-l10n-id="legacy-user-stylesheets-stylesheet-types"/>
455 <td id="legacyUserStylesheets-types">
456 </td>
457 </tr>
458 </tbody>
459 </table>
461 <!-- - - - - - - - - - - - - - - - - - - - - -->
463 <h2 class="major-section" id="graphics" data-l10n-id="graphics-title"/>
465 <table>
466 <tbody id="graphics-features-tbody">
467 <tr>
468 <th colspan="2" class="title-column" data-l10n-id="graphics-features-title"/>
469 </tr>
470 </tbody>
472 <tbody id="graphics-gpu-1-tbody">
473 <tr>
474 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu1-title"/>
475 </tr>
476 </tbody>
478 <tbody id="graphics-gpu-2-tbody">
479 <tr>
480 <th colspan="2" class="title-column" data-l10n-id="graphics-gpu2-title"/>
481 </tr>
482 </tbody>
484 <tbody id="graphics-diagnostics-tbody">
485 <tr>
486 <th colspan="2" class="title-column" data-l10n-id="graphics-diagnostics-title"/>
487 </tr>
488 </tbody>
490 <tbody id="graphics-decisions-tbody">
491 <tr>
492 <th colspan="2" class="title-column" data-l10n-id="graphics-decision-log-title"/>
493 </tr>
494 </tbody>
496 <tbody id="graphics-crashguards-tbody">
497 <tr>
498 <th colspan="2" class="title-column" data-l10n-id="graphics-crash-guards-title"/>
499 </tr>
500 </tbody>
502 <tbody id="graphics-workarounds-tbody">
503 <tr>
504 <th colspan="2" class="title-column" data-l10n-id="graphics-workarounds-title"/>
505 </tr>
506 </tbody>
508 <tbody id="graphics-failures-tbody">
509 <tr>
510 <th colspan="2" class="title-column" data-l10n-id="graphics-failure-log-title"/>
511 </tr>
512 </tbody>
513 </table>
515 <!-- - - - - - - - - - - - - - - - - - - - - -->
517 <h2 class="major-section" id="media" data-l10n-id="media-title"/>
518 <table>
519 <tbody id="media-info-tbody">
520 </tbody>
522 <tbody id="media-output-devices-tbody">
523 <tr>
524 <th colspan="9" class="title-column" data-l10n-id="media-output-devices-title"/>
525 </tr>
526 <tr>
527 <th data-l10n-id="media-device-name"/>
528 <th data-l10n-id="media-device-group"/>
529 <th data-l10n-id="media-device-vendor"/>
530 <th data-l10n-id="media-device-state"/>
531 <th data-l10n-id="media-device-preferred"/>
532 <th data-l10n-id="media-device-format"/>
533 <th data-l10n-id="media-device-channels"/>
534 <th data-l10n-id="media-device-rate"/>
535 <th data-l10n-id="media-device-latency"/>
536 </tr>
537 </tbody>
539 <tbody id="media-input-devices-tbody">
540 <tr>
541 <th colspan="9" class="title-column" data-l10n-id="media-input-devices-title"/>
542 </tr>
543 <tr>
544 <th data-l10n-id="media-device-name"/>
545 <th data-l10n-id="media-device-group"/>
546 <th data-l10n-id="media-device-vendor"/>
547 <th data-l10n-id="media-device-state"/>
548 <th data-l10n-id="media-device-preferred"/>
549 <th data-l10n-id="media-device-format"/>
550 <th data-l10n-id="media-device-channels"/>
551 <th data-l10n-id="media-device-rate"/>
552 <th data-l10n-id="media-device-latency"/>
553 </tr>
554 </tbody>
556 <tbody id="media-capabilities-tbody">
557 <tr>
558 <th colspan="9" class="title-column" data-l10n-id="media-capabilities-title"/>
559 </tr>
560 <tr>
561 <td colspan="9">
562 <button id="enumerate-database-button" data-l10n-id="media-capabilities-enumerate"/>
563 <pre id="enumerate-database-result" class="hidden no-copy"></pre>
564 </td>
565 </tr>
566 </tbody>
568 <tbody id="media-content-decryption-modules-tbody">
569 <tr>
570 <th colspan="5" class="title-column" data-l10n-id="media-content-decryption-modules-title"/>
571 </tr>
572 <tr>
573 <th data-l10n-id="media-key-system-name"/>
574 <th data-l10n-id="media-video-robustness"/>
575 <th data-l10n-id="media-audio-robustness"/>
576 <th data-l10n-id="media-cdm-capabilities"/>
577 <th data-l10n-id="media-cdm-clear-lead"/>
578 </tr>
579 </tbody>
581 </table>
583 <!-- - - - - - - - - - - - - - - - - - - - - -->
585 <h2 class="major-section" id="environment-variables" data-l10n-id="environment-variables-title"/>
587 <table class="prefs-table">
588 <thead class="no-copy">
589 <th class="name" data-l10n-id="environment-variables-name"/>
591 <th class="value" data-l10n-id="environment-variables-value"/>
592 </thead>
594 <tbody id="environment-variables-tbody">
595 </tbody>
596 </table>
599 #ifndef ANDROID
600 <!-- - - - - - - - - - - - - - - - - - - - - -->
602 <h2 class="major-section" id="experimental-features" data-l10n-id="experimental-features-title"/>
604 <table class="prefs-table">
605 <thead class="no-copy">
606 <th class="name" data-l10n-id="experimental-features-name"/>
608 <th class="value" data-l10n-id="experimental-features-value"/>
609 </thead>
611 <tbody id="experimental-features-tbody">
612 </tbody>
613 </table>
615 #endif
616 #ifdef MOZ_NORMANDY
617 <!-- - - - - - - - - - - - - - - - - - - - - -->
618 <h2 class="major-section" id="remote-experiments" data-l10n-id="support-remote-experiments-title"/>
620 <table class="prefs-table">
621 <thead class="no-copy">
622 <th data-l10n-id="support-remote-experiments-name"/>
623 <th data-l10n-id="support-remote-experiments-branch"/>
624 </thead>
626 <tbody id="remote-experiments-tbody">
627 </tbody>
628 </table>
630 <section id="about-studies-section" class="no-copy">
631 <p data-l10n-id="support-remote-experiments-see-about-studies">
632 <a data-l10n-name="support-about-studies-link" href="about:studies"></a>
633 </p>
634 </section>
636 #endif
637 <!-- - - - - - - - - - - - - - - - - - - - - -->
639 <h2 class="major-section" id="modified-key-prefs" data-l10n-id="modified-key-prefs-title"/>
641 <table class="prefs-table">
642 <thead class="no-copy">
643 <th class="name" data-l10n-id="modified-prefs-name"/>
645 <th class="value" data-l10n-id="modified-prefs-value"/>
646 </thead>
648 <tbody id="prefs-tbody">
649 </tbody>
650 </table>
652 <section id="prefs-user-js-section" class="hidden no-copy">
653 <h3 data-l10n-id="user-js-title"/>
654 <p data-l10n-id="user-js-description">
655 <a id="prefs-user-js-link" data-l10n-name="user-js-link"></a>
656 </p>
657 </section>
659 <!-- - - - - - - - - - - - - - - - - - - - - -->
661 <h2 class="major-section" id="locked-key-prefs" data-l10n-id="locked-key-prefs-title"/>
663 <table class="prefs-table">
664 <thead class="no-copy">
665 <th class="name" data-l10n-id="locked-prefs-name"/>
667 <th class="value" data-l10n-id="locked-prefs-value"/>
668 </thead>
670 <tbody id="locked-prefs-tbody">
671 </tbody>
672 </table>
674 #ifndef ANDROID
675 <!-- - - - - - - - - - - - - - - - - - - - - -->
677 <h2 class="major-section" id="place-database" data-l10n-id="place-database-title"/>
679 <table>
680 <tbody>
681 <tr class="no-copy">
682 <th class="column" data-l10n-id="place-database-integrity"/>
684 <td colspan="5">
685 <button id="verify-place-integrity-button" data-l10n-id="place-database-verify-integrity"/>
686 <pre id="verify-place-result" class="hidden no-copy"></pre>
687 </td>
688 </tr>
689 <tr class="no-copy">
690 <th class="column" data-l10n-id="place-database-stats"/>
692 <td colspan="5">
693 <button id="place-database-stats-toggle" data-l10n-id="place-database-stats-show"/>
694 </td>
695 </tr>
696 </tbody>
697 <tbody id="place-database-stats-tbody">
698 <tr>
699 <th data-l10n-id="place-database-stats-entity"/>
700 <th data-l10n-id="place-database-stats-count"/>
701 <th data-l10n-id="place-database-stats-size-kib"/>
702 <th data-l10n-id="place-database-stats-size-perc"/>
703 <th data-l10n-id="place-database-stats-efficiency-perc"/>
704 <th data-l10n-id="place-database-stats-sequentiality-perc"/>
705 </tr>
706 </tbody>
707 </table>
708 #endif
710 <!-- - - - - - - - - - - - - - - - - - - - - -->
711 <h2 class="major-section" id="a11y" data-l10n-id="a11y-title"/>
713 <table>
714 <tbody>
715 <tr>
716 <th class="column" data-l10n-id="a11y-activated"/>
718 <td id="a11y-activated">
719 </td>
720 </tr>
721 <tr>
722 <th class="column" data-l10n-id="a11y-force-disabled"/>
724 <td id="a11y-force-disabled">
725 </td>
726 </tr>
727 #if defined(XP_WIN)
728 <tr>
729 <th class="column" data-l10n-id="a11y-instantiator"/>
731 <td id="a11y-instantiator">
732 </td>
733 </tr>
734 #endif
735 </tbody>
736 </table>
738 <!-- - - - - - - - - - - - - - - - - - - - - -->
739 <h2 class="major-section" id="library-version" data-l10n-id="library-version-title"/>
741 <table>
742 <tbody id="libversions-tbody">
743 </tbody>
744 </table>
746 <!-- - - - - - - - - - - - - - - - - - - - - -->
748 #if defined(MOZ_SANDBOX)
749 <h2 class="major-section" id="sandbox" data-l10n-id="sandbox-title"/>
751 <table>
752 <tbody id="sandbox-tbody">
753 </tbody>
754 </table>
756 #if defined(XP_LINUX)
757 <h4 data-l10n-id="sandbox-sys-call-log-title"/>
758 <table>
759 <thead>
760 <tr>
761 <th data-l10n-id="sandbox-sys-call-index"/>
762 <th data-l10n-id="sandbox-sys-call-age"/>
763 <th data-l10n-id="sandbox-sys-call-pid"/>
764 <th data-l10n-id="sandbox-sys-call-tid"/>
765 <th data-l10n-id="sandbox-sys-call-proc-type"/>
766 <th data-l10n-id="sandbox-sys-call-number"/>
767 <th id="sandbox-syscalls-argshead" data-l10n-id="sandbox-sys-call-args"/>
768 </tr>
769 </thead>
770 <tbody id="sandbox-syscalls-tbody">
771 </tbody>
772 </table>
773 #endif
774 #endif
776 <h2 class="major-section" id="startup-cache" data-l10n-id="startup-cache-title"/>
778 <table>
779 <tbody>
780 <tr>
781 <th class="column" data-l10n-id="startup-cache-disk-cache-path"/>
783 <td id="startup-cache-disk-cache-path">
784 </td>
785 </tr>
786 <tr>
787 <th class="column" data-l10n-id="startup-cache-ignore-disk-cache"/>
789 <td id="startup-cache-ignore-disk-cache">
790 </td>
791 </tr>
792 <tr>
793 <th class="column" data-l10n-id="startup-cache-found-disk-cache-on-init"/>
795 <td id="startup-cache-found-disk-cache-on-init">
796 </td>
797 </tr>
798 <tr>
799 <th class="column" data-l10n-id="startup-cache-wrote-to-disk-cache"/>
801 <td id="startup-cache-wrote-to-disk-cache">
802 </td>
803 </tr>
804 </tbody>
805 </table>
807 <h2 class="major-section" id="intl" data-l10n-id="intl-title"/>
809 <table>
810 <tbody id="intl-localeservice-tbody">
811 <tr>
812 <th colspan="2" class="title-column" data-l10n-id="intl-app-title"/>
813 </tr>
814 <tr>
815 <th class="column" data-l10n-id="intl-locales-requested"/>
816 <td id="intl-locale-requested">
817 </td>
818 </tr>
819 <tr>
820 <th class="column" data-l10n-id="intl-locales-available"/>
821 <td id="intl-locale-available">
822 </td>
823 </tr>
824 <tr>
825 <th class="column" data-l10n-id="intl-locales-supported"/>
826 <td id="intl-locale-supported">
827 </td>
828 </tr>
829 <tr>
830 <th class="column" data-l10n-id="intl-regional-prefs"/>
831 <td id="intl-locale-regionalprefs">
832 </td>
833 </tr>
834 <tr>
835 <th class="column" data-l10n-id="intl-locales-default"/>
836 <td id="intl-locale-default">
837 </td>
838 </tr>
839 </tbody>
840 <tbody id="intl-ospreferences-tbody">
841 <tr>
842 <th colspan="2" class="title-column" data-l10n-id="intl-os-title"/>
843 </tr>
844 <tr>
845 <th class="column" data-l10n-id="intl-os-prefs-system-locales"/>
846 <td id="intl-osprefs-systemlocales">
847 </td>
848 </tr>
849 <tr>
850 <th class="column" data-l10n-id="intl-regional-prefs"/>
851 <td id="intl-osprefs-regionalprefs">
852 </td>
853 </tr>
854 </tbody>
855 </table>
857 <!-- - - - - - - - - - - - - - - - - - - - - -->
859 #if defined(ENABLE_WEBDRIVER)
860 <h2 class="major-section" id="remote-debugging" data-l10n-id="remote-debugging-title"/>
862 <table>
863 <tbody>
864 <tr>
865 <th class="column" data-l10n-id="remote-debugging-accepting-connections"/>
866 <td id="remote-debugging-accepting-connections"></td>
867 </tr>
868 <tr>
869 <th class="column" data-l10n-id="remote-debugging-url"/>
870 <td id="remote-debugging-url"></td>
871 </tr>
872 </tbody>
873 </table>
874 #endif
876 #ifndef ANDROID
877 <!-- - - - - - - - - - - - - - - - - - - - - -->
879 <h2 class="major-section" id="printing" data-l10n-id="support-printing-title"/>
881 <table>
882 <tr class="no-copy">
883 <th class="column" data-l10n-id="support-printing-troubleshoot"/>
884 <td>
885 <button id="support-printing-clear-settings-button" data-l10n-id="support-printing-clear-settings-button"/>
886 </td>
887 </tr>
888 </table>
890 <h3 data-l10n-id="support-printing-modified-settings"/>
892 <table class="prefs-table">
893 <thead class="no-copy">
894 <th class="name" data-l10n-id="support-printing-prefs-name"/>
896 <th class="value" data-l10n-id="support-printing-prefs-value"/>
897 </thead>
899 <tbody id="support-printing-prefs-tbody">
900 </tbody>
901 </table>
902 #endif
904 </div>
906 </body>
908 </html>