1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/aboutTelemetry.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,137 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.7 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.9 + 1.10 +<!DOCTYPE html [ 1.11 + <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD; 1.12 + <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD; 1.13 + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD; 1.14 + <!ENTITY % aboutTelemetryDTD SYSTEM "chrome://global/locale/aboutTelemetry.dtd"> %aboutTelemetryDTD; 1.15 +]> 1.16 + 1.17 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.18 + <head> 1.19 + <title>&aboutTelemetry.pageTitle;</title> 1.20 + 1.21 + <link rel="stylesheet" href="chrome://global/content/aboutTelemetry.css" 1.22 + type="text/css"/> 1.23 + 1.24 + <script type="application/javascript;version=1.7" 1.25 + src="chrome://global/content/aboutTelemetry.js"/> 1.26 + </head> 1.27 + 1.28 + <body dir="&locale.dir;"> 1.29 + 1.30 + <header id="page-description"> 1.31 + <h1>&aboutTelemetry.pageTitle;</h1> 1.32 + 1.33 + <h2 id="page-subtitle"></h2> 1.34 + 1.35 + <p id="description-enabled">&aboutTelemetry.telemetryEnabled;</p> 1.36 + <p id="description-disabled">&aboutTelemetry.telemetryDisabled;</p> 1.37 + 1.38 + <button id="toggle-telemetry" type="button"/> 1.39 + </header> 1.40 + 1.41 + <section id="slow-sql-section" class="data-section"> 1.42 + <input type="checkbox" class="statebox"/> 1.43 + <h1 class="section-name">&aboutTelemetry.slowSqlSection;</h1> 1.44 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.45 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.46 + <div id="slow-sql-tables" class="data"> 1.47 + <p id="sql-warning" class="hidden">&aboutTelemetry.fullSqlWarning;</p> 1.48 + </div> 1.49 + </section> 1.50 + 1.51 + <section id="chrome-hangs-section" class="data-section"> 1.52 + <input type="checkbox" class="statebox"/> 1.53 + <h1 class="section-name">&aboutTelemetry.chromeHangsSection;</h1> 1.54 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.55 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.56 + <div id="chrome-hangs" class="data"> 1.57 + <a id="chrome-hangs-fetch-symbols" href="#">&aboutTelemetry.fetchSymbols;</a> 1.58 + <a id="chrome-hangs-hide-symbols" class="hidden" href="#">&aboutTelemetry.hideSymbols;</a> 1.59 + <br/> 1.60 + <br/> 1.61 + <div id="chrome-hangs-data"> 1.62 + </div> 1.63 + </div> 1.64 + </section> 1.65 + 1.66 + <section id="thread-hang-stats-section" class="data-section"> 1.67 + <input type="checkbox" class="statebox"/> 1.68 + <h1 class="section-name">&aboutTelemetry.threadHangStatsSection;</h1> 1.69 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.70 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.71 + <div id="thread-hang-stats" class="data"> 1.72 + </div> 1.73 + </section> 1.74 + 1.75 + <section id="histograms-section" class="data-section"> 1.76 + <input type="checkbox" class="statebox"/> 1.77 + <h1 class="section-name">&aboutTelemetry.histogramsSection;</h1> 1.78 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.79 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.80 + <span class="filter-ui"> 1.81 + &aboutTelemetry.filterText; <input type="text" class="filter" id="histograms-filter" target_id="histograms"/> 1.82 + </span> 1.83 + <div id="histograms" class="data"> 1.84 + </div> 1.85 + </section> 1.86 + 1.87 + <section id="simple-measurements-section" class="data-section"> 1.88 + <input type="checkbox" class="statebox"/> 1.89 + <h1 class="section-name">&aboutTelemetry.simpleMeasurementsSection;</h1> 1.90 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.91 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.92 + <div id="simple-measurements" class="data"> 1.93 + </div> 1.94 + </section> 1.95 + 1.96 + <section id="late-writes-section" class="data-section"> 1.97 + <input type="checkbox" class="statebox"/> 1.98 + <h1 class="section-name">&aboutTelemetry.lateWritesSection;</h1> 1.99 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.100 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.101 + <div id="late-writes" class="data"> 1.102 + <a id="late-writes-fetch-symbols" href="#">&aboutTelemetry.fetchSymbols;</a> 1.103 + <a id="late-writes-hide-symbols" class="hidden" href="#">&aboutTelemetry.hideSymbols;</a> 1.104 + <br/> 1.105 + <br/> 1.106 + <div id="late-writes-data"> 1.107 + </div> 1.108 + </div> 1.109 + </section> 1.110 + 1.111 + <section id="system-info-section" class="data-section"> 1.112 + <input type="checkbox" class="statebox"/> 1.113 + <h1 class="section-name">&aboutTelemetry.systemInfoSection;</h1> 1.114 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.115 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.116 + <div id="system-info" class="data"> 1.117 + </div> 1.118 + </section> 1.119 + 1.120 + <section id="addon-details-section" class="data-section"> 1.121 + <input type="checkbox" class="statebox"/> 1.122 + <h1 class="section-name">&aboutTelemetry.addonDetailsSection;</h1> 1.123 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.124 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.125 + <div id="addon-details" class="data"> 1.126 + </div> 1.127 + </section> 1.128 + 1.129 + <section id="addon-histograms-section" class="data-section"> 1.130 + <input type="checkbox" class="statebox"/> 1.131 + <h1 class="section-name">&aboutTelemetry.addonHistogramsSection;</h1> 1.132 + <span class="toggle-caption">&aboutTelemetry.toggle;</span> 1.133 + <span class="empty-caption">&aboutTelemetry.emptySection;</span> 1.134 + <div id="addon-histograms" class="data"> 1.135 + </div> 1.136 + </section> 1.137 + 1.138 + </body> 1.139 + 1.140 +</html>