Bug 1798651 Part 1: Make SynchronousTask accept a wait interval, and return result...
[gecko.git] / toolkit / content / resetProfile.xhtml
blob1f8c4c45e1245a4cca0215d26899ea48ba80da01
1 <?xml version="1.0"?>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <?xml-stylesheet href="chrome://global/skin/global.css"?>
8 <?xml-stylesheet href="chrome://global/content/commonDialog.css"?>
9 <?xml-stylesheet href="chrome://global/skin/commonDialog.css"?>
10 <?xml-stylesheet href="chrome://global/content/resetProfile.css"?>
12 <window id="resetProfileDialogWindow"
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
14 xmlns:html="http://www.w3.org/1999/xhtml"
15 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
16 aria-describedby="infoBody">
17 <dialog id="resetProfileDialog"
18 buttons="accept,cancel"
19 defaultButton="accept"
20 buttonidaccept="refresh-profile-dialog-button">
21 <!-- The empty onload event handler is a hack to get the accept button text applied by Fluent. -->
23 <linkset>
24 <html:link rel="localization" href="branding/brand.ftl"/>
25 <html:link rel="localization" href="toolkit/global/resetProfile.ftl"/>
26 </linkset>
28 <div xmlns="http://www.w3.org/1999/xhtml" id="dialogGrid">
29 <div class="dialogRow" id="infoRow">
30 <div id="iconContainer">
31 <xul:image id="infoIcon"/>
32 </div>
33 <div id="infoContainer">
34 <xul:description id="infoTitle" data-l10n-id="refresh-profile-dialog-title"/>
35 <xul:description id="infoBody" context="contentAreaContextMenu" noinitialfocus="true" data-l10n-id="refresh-profile-dialog-description"/>
36 <xul:description id="learnMoreDescription"><a id="refreshProfileLearnMore" data-l10n-id="refresh-profile-learn-more" href=""></a></xul:description>
37 </div>
38 </div>
39 </div>
41 <script src="chrome://global/content/resetProfile.js"/>
42 </dialog>
43 </window>