Bug 1726591 [wpt PR 30088] - Check if a <fe*Lighting> has a light source before inval...
[gecko.git] / toolkit / content / aboutGlean.html
blobaaa8109bfe856a75bbafac5185120f8a555c4c03
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <!DOCTYPE html>
7 <html>
8 <head>
9 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'"/>
10 <title data-l10n-id="about-glean-page-title"></title>
11 <link rel="stylesheet" href="chrome://global/content/aboutGlean.css"
12 type="text/css"/>
14 <script src="chrome://global/content/aboutGlean.js"></script>
15 <link rel="localization" href="branding/brand.ftl"/>
16 <link rel="localization" href="toolkit/about/aboutGlean.ftl"/>
17 </head>
19 <body>
20 <section class="main-content">
21 <div id="description">
22 <p data-l10n-id="about-glean-description">
23 <a data-l10n-name="glean-sdk-doc-link" href="https://mozilla.github.io/glean/book/index.html"></a>
24 <a data-l10n-name="fog-debug-doc-link" href="https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html"></a>
25 </p>
26 <p data-l10n-id="about-glean-warning"></p>
27 </div>
28 <div id="controls">
29 <div id="tag-pings-section">
30 <label for="tag-pings" data-l10n-id="tag-pings-label"></label>
31 <input type="text" name="tag-pings" id="tag-pings">
32 </div>
33 <div id="log-pings-section">
34 <label for="log-pings" data-l10n-id="log-pings-label"></label>
35 <input type="checkbox" name="log-pings" id="log-pings">
36 </div>
37 <div id="send-pings-section">
38 <label for="send-pings" data-l10n-id="send-pings-label"></label>
39 <input type="text" name="send-pings" id="send-pings">
40 </div>
41 <div id="submit">
42 <button id="controls-submit" data-l10n-id="controls-button-label"></button>
43 </div>
44 </div>
45 </section>
46 </body>
48 </html>