Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | |
michael@0 | 3 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 6 | |
michael@0 | 7 | <!DOCTYPE html [ |
michael@0 | 8 | <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD; |
michael@0 | 9 | <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD; |
michael@0 | 10 | <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD; |
michael@0 | 11 | <!ENTITY % aboutTelemetryDTD SYSTEM "chrome://global/locale/aboutTelemetry.dtd"> %aboutTelemetryDTD; |
michael@0 | 12 | ]> |
michael@0 | 13 | |
michael@0 | 14 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 15 | <head> |
michael@0 | 16 | <title>&aboutTelemetry.pageTitle;</title> |
michael@0 | 17 | |
michael@0 | 18 | <link rel="stylesheet" href="chrome://global/content/aboutTelemetry.css" |
michael@0 | 19 | type="text/css"/> |
michael@0 | 20 | |
michael@0 | 21 | <script type="application/javascript;version=1.7" |
michael@0 | 22 | src="chrome://global/content/aboutTelemetry.js"/> |
michael@0 | 23 | </head> |
michael@0 | 24 | |
michael@0 | 25 | <body dir="&locale.dir;"> |
michael@0 | 26 | |
michael@0 | 27 | <header id="page-description"> |
michael@0 | 28 | <h1>&aboutTelemetry.pageTitle;</h1> |
michael@0 | 29 | |
michael@0 | 30 | <h2 id="page-subtitle"></h2> |
michael@0 | 31 | |
michael@0 | 32 | <p id="description-enabled">&aboutTelemetry.telemetryEnabled;</p> |
michael@0 | 33 | <p id="description-disabled">&aboutTelemetry.telemetryDisabled;</p> |
michael@0 | 34 | |
michael@0 | 35 | <button id="toggle-telemetry" type="button"/> |
michael@0 | 36 | </header> |
michael@0 | 37 | |
michael@0 | 38 | <section id="slow-sql-section" class="data-section"> |
michael@0 | 39 | <input type="checkbox" class="statebox"/> |
michael@0 | 40 | <h1 class="section-name">&aboutTelemetry.slowSqlSection;</h1> |
michael@0 | 41 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 42 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 43 | <div id="slow-sql-tables" class="data"> |
michael@0 | 44 | <p id="sql-warning" class="hidden">&aboutTelemetry.fullSqlWarning;</p> |
michael@0 | 45 | </div> |
michael@0 | 46 | </section> |
michael@0 | 47 | |
michael@0 | 48 | <section id="chrome-hangs-section" class="data-section"> |
michael@0 | 49 | <input type="checkbox" class="statebox"/> |
michael@0 | 50 | <h1 class="section-name">&aboutTelemetry.chromeHangsSection;</h1> |
michael@0 | 51 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 52 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 53 | <div id="chrome-hangs" class="data"> |
michael@0 | 54 | <a id="chrome-hangs-fetch-symbols" href="#">&aboutTelemetry.fetchSymbols;</a> |
michael@0 | 55 | <a id="chrome-hangs-hide-symbols" class="hidden" href="#">&aboutTelemetry.hideSymbols;</a> |
michael@0 | 56 | <br/> |
michael@0 | 57 | <br/> |
michael@0 | 58 | <div id="chrome-hangs-data"> |
michael@0 | 59 | </div> |
michael@0 | 60 | </div> |
michael@0 | 61 | </section> |
michael@0 | 62 | |
michael@0 | 63 | <section id="thread-hang-stats-section" class="data-section"> |
michael@0 | 64 | <input type="checkbox" class="statebox"/> |
michael@0 | 65 | <h1 class="section-name">&aboutTelemetry.threadHangStatsSection;</h1> |
michael@0 | 66 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 67 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 68 | <div id="thread-hang-stats" class="data"> |
michael@0 | 69 | </div> |
michael@0 | 70 | </section> |
michael@0 | 71 | |
michael@0 | 72 | <section id="histograms-section" class="data-section"> |
michael@0 | 73 | <input type="checkbox" class="statebox"/> |
michael@0 | 74 | <h1 class="section-name">&aboutTelemetry.histogramsSection;</h1> |
michael@0 | 75 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 76 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 77 | <span class="filter-ui"> |
michael@0 | 78 | &aboutTelemetry.filterText; <input type="text" class="filter" id="histograms-filter" target_id="histograms"/> |
michael@0 | 79 | </span> |
michael@0 | 80 | <div id="histograms" class="data"> |
michael@0 | 81 | </div> |
michael@0 | 82 | </section> |
michael@0 | 83 | |
michael@0 | 84 | <section id="simple-measurements-section" class="data-section"> |
michael@0 | 85 | <input type="checkbox" class="statebox"/> |
michael@0 | 86 | <h1 class="section-name">&aboutTelemetry.simpleMeasurementsSection;</h1> |
michael@0 | 87 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 88 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 89 | <div id="simple-measurements" class="data"> |
michael@0 | 90 | </div> |
michael@0 | 91 | </section> |
michael@0 | 92 | |
michael@0 | 93 | <section id="late-writes-section" class="data-section"> |
michael@0 | 94 | <input type="checkbox" class="statebox"/> |
michael@0 | 95 | <h1 class="section-name">&aboutTelemetry.lateWritesSection;</h1> |
michael@0 | 96 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 97 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 98 | <div id="late-writes" class="data"> |
michael@0 | 99 | <a id="late-writes-fetch-symbols" href="#">&aboutTelemetry.fetchSymbols;</a> |
michael@0 | 100 | <a id="late-writes-hide-symbols" class="hidden" href="#">&aboutTelemetry.hideSymbols;</a> |
michael@0 | 101 | <br/> |
michael@0 | 102 | <br/> |
michael@0 | 103 | <div id="late-writes-data"> |
michael@0 | 104 | </div> |
michael@0 | 105 | </div> |
michael@0 | 106 | </section> |
michael@0 | 107 | |
michael@0 | 108 | <section id="system-info-section" class="data-section"> |
michael@0 | 109 | <input type="checkbox" class="statebox"/> |
michael@0 | 110 | <h1 class="section-name">&aboutTelemetry.systemInfoSection;</h1> |
michael@0 | 111 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 112 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 113 | <div id="system-info" class="data"> |
michael@0 | 114 | </div> |
michael@0 | 115 | </section> |
michael@0 | 116 | |
michael@0 | 117 | <section id="addon-details-section" class="data-section"> |
michael@0 | 118 | <input type="checkbox" class="statebox"/> |
michael@0 | 119 | <h1 class="section-name">&aboutTelemetry.addonDetailsSection;</h1> |
michael@0 | 120 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 121 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 122 | <div id="addon-details" class="data"> |
michael@0 | 123 | </div> |
michael@0 | 124 | </section> |
michael@0 | 125 | |
michael@0 | 126 | <section id="addon-histograms-section" class="data-section"> |
michael@0 | 127 | <input type="checkbox" class="statebox"/> |
michael@0 | 128 | <h1 class="section-name">&aboutTelemetry.addonHistogramsSection;</h1> |
michael@0 | 129 | <span class="toggle-caption">&aboutTelemetry.toggle;</span> |
michael@0 | 130 | <span class="empty-caption">&aboutTelemetry.emptySection;</span> |
michael@0 | 131 | <div id="addon-histograms" class="data"> |
michael@0 | 132 | </div> |
michael@0 | 133 | </section> |
michael@0 | 134 | |
michael@0 | 135 | </body> |
michael@0 | 136 | |
michael@0 | 137 | </html> |