Bug 1798651 Part 1: Make SynchronousTask accept a wait interval, and return result...
[gecko.git] / toolkit / content / aboutServiceWorkers.xhtml
blob205faf6c2ce10426b305ee97903e6df5367e3f0a
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" "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="about-service-workers-title"></title>
16 <link rel="stylesheet" href="chrome://global/skin/in-content/info-pages.css" type="text/css" />
17 <link rel="stylesheet" href="chrome://mozapps/skin/aboutServiceWorkers.css" type="text/css" />
18 <link rel="localization" href="toolkit/about/aboutServiceWorkers.ftl"/>
19 <link rel="localization" href="branding/brand.ftl"/>
20 <script src="chrome://global/content/aboutServiceWorkers.js" />
21 </head>
22 <body class="wide-container">
23 <div id="warning_not_enabled" class="warningBackground">
24 <div class="warningMessage" data-l10n-id="about-service-workers-warning-not-enabled"></div>
25 </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>
29 <div id="serviceworkers" class="tab active">
30 <h1 data-l10n-id="about-service-workers-main-title"></h1>
31 </div>
32 </body>
33 </html>