Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / content / resetProfileProgress.xhtml
blob747b262af5cbd3d7cc7a158e18704b419b925abc
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 <!DOCTYPE window>
9 <window
10 id="resetProfileProgressDialog"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns:html="http://www.w3.org/1999/xhtml"
13 data-l10n-id="refresh-profile-progress"
14 style="min-width: 30em"
16 <vbox>
17 <linkset>
18 <html:link
19 rel="stylesheet"
20 href="chrome://global/content/resetProfile.css"
22 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
24 <html:link rel="localization" href="branding/brand.ftl" />
25 <html:link rel="localization" href="toolkit/global/resetProfile.ftl" />
26 </linkset>
28 <description
29 data-l10n-id="refresh-profile-progress-description"
30 ></description>
31 <html:progress />
32 </vbox>
33 </window>