Bug 1791785 - When dumping symbols never emit INLINE_ORIGIN directives with an empty...
[gecko.git] / browser / base / content / aboutDialog.xhtml
blob90a568a17dd6f1690ccc55a2f927d5cfec6c722b
1 <?xml version="1.0"?> <!-- -*- Mode: HTML -*- -->
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" type="text/css"?>
8 <?xml-stylesheet href="chrome://browser/content/aboutDialog.css" type="text/css"?>
9 <?xml-stylesheet href="chrome://branding/content/aboutDialog.css" type="text/css"?>
11 <window xmlns:html="http://www.w3.org/1999/xhtml"
12 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
13 id="aboutDialog"
14 windowtype="Browser:About"
15 onload="init(event);"
16 #ifdef MOZ_UPDATER
17 onunload="onUnload(event);"
18 #endif
19 #ifdef XP_MACOSX
20 inwindowmenu="false"
21 #else
22 data-l10n-id="aboutDialog-title"
23 #endif
24 role="dialog"
25 aria-describedby="version distribution distributionId communityDesc contributeDesc trademark"
27 #ifdef XP_MACOSX
28 #include macWindow.inc.xhtml
29 #else
30 <script src="chrome://browser/content/utilityOverlay.js"/>
31 #endif
33 <linkset>
34 <html:link rel="localization" href="branding/brand.ftl"/>
35 <html:link rel="localization" href="browser/aboutDialog.ftl"/>
36 </linkset>
38 <script src="chrome://browser/content/aboutDialog.js"/>
40 <vbox id="aboutDialogContainer">
41 <hbox id="clientBox">
42 <vbox id="leftBox" flex="1"/>
43 <vbox id="rightBox" flex="1">
44 <label id="release" hidden="true">
45 <!-- This string is explicitly not translated -->
46 Extended Support Release
47 </label>
48 #ifndef MOZ_UPDATER
49 <!-- This HBOX is duplicated below with class="update" -->
50 <hbox align="baseline">
51 <label id="version"/>
52 <label id="releasenotes" is="text-link" hidden="true" data-l10n-id="releaseNotes-link"/>
53 </hbox>
54 #endif
56 <label id="distribution" class="text-blurb"/>
57 <label id="distributionId" class="text-blurb"/>
59 <vbox id="detailsBox">
60 <hbox id="updateBox">
61 #ifdef MOZ_UPDATER
62 <html:div id="icons">
63 <html:img class="icon update-throbber" src="chrome://global/skin/icons/loading.png" role="presentation"/>
64 <html:img class="icon noUpdatesFound" src="chrome://global/skin/icons/check.svg" role="presentation"/>
65 <html:img class="icon apply" src="chrome://global/skin/icons/reload.svg" role="presentation"/>
66 </html:div>
67 <vbox>
68 <stack id="updateDeck" orient="vertical">
69 <hbox id="checkForUpdates" align="center">
70 <button id="checkForUpdatesButton" align="start"
71 data-l10n-id="update-checkForUpdatesButton"
72 oncommand="gAppUpdater.checkForUpdates();"/>
73 <spacer flex="1"/>
74 </hbox>
75 <hbox id="downloadAndInstall" align="center">
76 <button id="downloadAndInstallButton" align="start"
77 oncommand="gAppUpdater.startDownload();"/>
78 <!-- label and accesskey will be filled by JS -->
79 <spacer flex="1"/>
80 </hbox>
81 <hbox id="apply" align="center">
82 <button id="updateButton" align="start"
83 data-l10n-id="update-updateButton"
84 oncommand="gAppUpdater.buttonRestartAfterDownload();"/>
85 <spacer flex="1"/>
86 </hbox>
87 <hbox id="checkingForUpdates" align="center">
88 <label data-l10n-id="update-checkingForUpdates"/>
89 </hbox>
90 <hbox id="downloading" data-l10n-id="update-downloading-message" align="center">
91 <label id="downloadStatus" data-l10n-name="download-status"/>
92 </hbox>
93 <hbox id="applying" align="center">
94 <label data-l10n-id="update-applying"/>
95 </hbox>
96 <hbox id="downloadFailed" align="center" data-l10n-id="update-failed">
97 <label id="failedLink" is="text-link" data-l10n-name="failed-link"/>
98 </hbox>
99 <hbox id="policyDisabled" align="center">
100 <label data-l10n-id="update-adminDisabled"/>
101 </hbox>
102 <hbox id="noUpdatesFound" align="center">
103 <label data-l10n-id="update-noUpdatesFound"/>
104 </hbox>
105 <hbox id="otherInstanceHandlingUpdates" align="center">
106 <label data-l10n-id="update-otherInstanceHandlingUpdates"/>
107 </hbox>
108 <hbox id="manualUpdate" align="center" data-l10n-id="update-manual">
109 <label id="manualLink" is="text-link" data-l10n-name="manual-link"/>
110 </hbox>
111 <hbox id="unsupportedSystem" align="center" data-l10n-id="update-unsupported">
112 <label id="unsupportedLink" is="text-link" data-l10n-name="unsupported-link"/>
113 </hbox>
114 <hbox id="restarting" align="center">
115 <label data-l10n-id="update-restarting"/>
116 </hbox>
117 </stack>
118 <!-- This HBOX is duplicated above without class="update" -->
119 <hbox align="baseline">
120 <label id="version" class="update"/>
121 <label id="releasenotes" is="text-link" hidden="true" data-l10n-id="releaseNotes-link"/>
122 </hbox>
123 <description class="text-blurb">
124 <label is="text-link" onclick="openHelpLink('firefox-help')" data-l10n-id="aboutdialog-help-user"/>
125 <label id="submit-feedback" is="text-link" onclick="openFeedbackPage()" data-l10n-id="aboutdialog-submit-feedback"/>
126 </description>
127 </vbox>
128 #endif
129 </hbox>
131 #ifdef MOZ_UPDATER
132 <description class="text-blurb" id="currentChannelText" data-l10n-id="channel-description">
133 <label id="currentChannel" data-l10n-name="current-channel"/>
134 </description>
135 #endif
136 <vbox id="experimental" hidden="true">
137 <description class="text-blurb" id="warningDesc" data-l10n-id="warningDesc-version"></description>
138 <description class="text-blurb" id="communityExperimentalDesc" data-l10n-id="community-exp">
139 <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-exp-mozillaLink"/>
140 <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-exp-creditsLink"/>
141 </description>
142 </vbox>
143 <description class="text-blurb" id="communityDesc" data-l10n-id="community-2">
144 <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/>
145 <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/>
146 </description>
147 <description class="text-blurb" id="contributeDesc" data-l10n-id="helpus">
148 <label is="text-link" href="https://donate.mozilla.org/?utm_source=firefox&#38;utm_medium=referral&#38;utm_campaign=firefox_about&#38;utm_content=firefox_about" data-l10n-name="helpus-donateLink"/>
149 <label is="text-link" href="https://www.mozilla.org/contribute/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="helpus-getInvolvedLink"/>
150 </description>
151 </vbox>
152 </vbox>
153 </hbox>
154 <vbox id="bottomBox">
155 <hbox pack="center">
156 <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/>
157 <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:rights" data-l10n-id="bottomLinks-rights"/>
158 <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-id="bottomLinks-privacy"/>
159 </hbox>
160 <description id="trademark" data-l10n-id="trademarkInfo"></description>
161 </vbox>
162 </vbox>
164 <keyset>
165 <key keycode="VK_ESCAPE" oncommand="window.close();"/>
166 </keyset>
168 </window>