Bug 1669129 - [devtools] Enable devtools.overflow.debugging.enabled. r=jdescottes
[gecko.git] / toolkit / content / aboutServiceWorkers.xhtml
blob6bf38033e3e66511d91dba3b09d9d41f1d3e2deb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - 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" "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 <title data-l10n-id="about-service-workers-title"></title>
15 <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css" />
16 <link rel="stylesheet" href="chrome://mozapps/skin/aboutServiceWorkers.css" type="text/css" />
17 <link rel="localization" href="toolkit/about/aboutServiceWorkers.ftl"/>
18 <link rel="localization" href="branding/brand.ftl"/>
19 <script src="chrome://global/content/aboutServiceWorkers.js" />
20 </head>
21 <body id="body">
22 <div id="warning_not_enabled" class="warningBackground">
23 <div class="warningMessage" data-l10n-id="about-service-workers-warning-not-enabled"></div>
24 </div>
26 <div id="warning_no_serviceworkers" class="warningBackground">
27 <div class="warningMessage" data-l10n-id="about-service-workers-warning-no-service-workers"></div>
28 </div>
30 <div id="serviceworkers" class="tab active">
31 <h1 data-l10n-id="about-service-workers-main-title"></h1>
32 </div>
33 </body>
34 </html>