2009-09-25 16:40:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2009-09-25 16:40:51 +00:00
|
|
|
|
|
|
|
<!DOCTYPE html [
|
|
|
|
<!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
|
|
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
|
2010-02-21 03:36:46 +00:00
|
|
|
<!ENTITY % aboutSupportDTD SYSTEM "chrome://global/locale/aboutSupport.dtd"> %aboutSupportDTD;
|
2012-02-24 03:34:18 +00:00
|
|
|
<!ENTITY % resetProfileDTD SYSTEM "chrome://global/locale/resetProfile.dtd"> %resetProfileDTD;
|
2009-09-25 16:40:51 +00:00
|
|
|
]>
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>&aboutSupport.pageTitle;</title>
|
|
|
|
|
2013-11-04 06:00:01 +00:00
|
|
|
<link rel="icon" type="image/png" id="favicon"
|
|
|
|
href="chrome://branding/content/icon32.png"/>
|
2010-02-21 04:42:25 +00:00
|
|
|
<link rel="stylesheet" href="chrome://global/skin/aboutSupport.css"
|
|
|
|
type="text/css"/>
|
2009-09-25 16:40:51 +00:00
|
|
|
|
2010-02-21 04:42:25 +00:00
|
|
|
<script type="application/javascript;version=1.7"
|
|
|
|
src="chrome://global/content/aboutSupport.js"/>
|
2012-03-09 23:21:03 +00:00
|
|
|
<script type="application/javascript;version=1.7"
|
|
|
|
src="chrome://global/content/resetProfile.js"/>
|
2009-09-25 16:40:51 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body dir="&locale.dir;">
|
|
|
|
|
2014-03-24 13:11:21 +00:00
|
|
|
<div id="reset-box">
|
2012-02-24 03:34:18 +00:00
|
|
|
<h3>&resetProfile.title;</h3>
|
|
|
|
<p>&resetProfile.description;</p>
|
2014-03-24 13:11:21 +00:00
|
|
|
<button id="reset-box-button">
|
2013-01-14 22:26:28 +00:00
|
|
|
&resetProfile.button.label2;
|
2012-02-24 03:34:18 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
<h1>
|
|
|
|
&aboutSupport.pageTitle;
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<div class="page-subtitle">
|
|
|
|
&aboutSupport.pageSubtitle;
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
2014-03-24 13:11:21 +00:00
|
|
|
<button id="copy-raw-data-to-clipboard">
|
2012-09-18 20:30:41 +00:00
|
|
|
&aboutSupport.copyRawDataToClipboard.label;
|
|
|
|
</button>
|
2014-03-24 13:11:21 +00:00
|
|
|
<button id="copy-to-clipboard">
|
2012-09-18 20:30:41 +00:00
|
|
|
&aboutSupport.copyTextToClipboard.label;
|
2009-09-25 16:40:51 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="contents">
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.appBasicsTitle;
|
|
|
|
</h2>
|
2011-09-22 23:24:49 +00:00
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsName;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="application-box">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2011-09-22 23:24:49 +00:00
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsVersion;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="version-box">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2011-09-22 23:24:49 +00:00
|
|
|
|
2013-06-29 00:10:05 +00:00
|
|
|
#ifndef ANDROID
|
2013-05-25 11:58:02 +00:00
|
|
|
<tr class="no-copy">
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsUpdateHistory;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td>
|
2014-03-24 13:11:21 +00:00
|
|
|
<button id="show-update-history-button">
|
2013-05-25 11:58:02 +00:00
|
|
|
&aboutSupport.appBasicsShowUpdateHistory;
|
|
|
|
</button>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2013-06-29 00:10:05 +00:00
|
|
|
#endif
|
2013-05-25 11:58:02 +00:00
|
|
|
|
2010-09-02 18:42:04 +00:00
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsUserAgent;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="useragent-box">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2012-09-29 16:32:56 +00:00
|
|
|
<tr id="profile-row" class="no-copy">
|
2009-09-25 16:40:51 +00:00
|
|
|
<th class="column">
|
2012-02-05 18:57:46 +00:00
|
|
|
#ifdef XP_WIN
|
|
|
|
&aboutSupport.appBasicsProfileDirWinMac;
|
|
|
|
#else
|
|
|
|
#ifdef XP_MACOSX
|
|
|
|
&aboutSupport.appBasicsProfileDirWinMac;
|
|
|
|
#else
|
2009-09-25 16:40:51 +00:00
|
|
|
&aboutSupport.appBasicsProfileDir;
|
2012-02-05 18:57:46 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
2009-09-25 16:40:51 +00:00
|
|
|
</th>
|
|
|
|
|
2009-10-16 13:19:45 +00:00
|
|
|
<td>
|
2014-03-24 13:11:21 +00:00
|
|
|
<button id="profile-dir-button">
|
2012-01-28 11:55:35 +00:00
|
|
|
#ifdef XP_WIN
|
|
|
|
&aboutSupport.showWin.label;
|
|
|
|
#else
|
2009-10-16 13:19:45 +00:00
|
|
|
#ifdef XP_MACOSX
|
|
|
|
&aboutSupport.showMac.label;
|
|
|
|
#else
|
2012-01-28 11:55:35 +00:00
|
|
|
&aboutSupport.showDir.label;
|
|
|
|
#endif
|
2009-10-16 13:19:45 +00:00
|
|
|
#endif
|
2009-10-21 21:25:04 +00:00
|
|
|
</button>
|
2009-09-25 16:40:51 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2009-10-16 13:19:45 +00:00
|
|
|
|
2012-09-29 16:32:56 +00:00
|
|
|
<tr class="no-copy">
|
2009-09-25 16:40:51 +00:00
|
|
|
<th class="column">
|
2010-07-17 16:27:26 +00:00
|
|
|
&aboutSupport.appBasicsEnabledPlugins;
|
2009-09-25 16:40:51 +00:00
|
|
|
</th>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<a href="about:plugins">about:plugins</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2011-09-22 23:24:49 +00:00
|
|
|
|
2013-05-14 22:35:12 +00:00
|
|
|
<tr class="no-copy">
|
2009-09-25 16:40:51 +00:00
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsBuildConfig;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
<a href="about:buildconfig">about:buildconfig</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2011-07-27 07:44:28 +00:00
|
|
|
|
2013-10-27 01:28:40 +00:00
|
|
|
<tr class="no-copy">
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.appBasicsMemoryUse;
|
2013-10-26 18:10:55 +00:00
|
|
|
</th>
|
2013-10-27 01:28:40 +00:00
|
|
|
|
|
|
|
<td>
|
|
|
|
<a href="about:memory">about:memory</a>
|
|
|
|
</td>
|
2013-10-26 18:10:55 +00:00
|
|
|
</tr>
|
2013-10-27 01:28:40 +00:00
|
|
|
|
2013-10-26 18:10:55 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
2013-10-27 23:18:14 +00:00
|
|
|
#ifdef MOZ_CRASHREPORTER
|
|
|
|
|
|
|
|
<h2 class="major-section" id="crashes-title">
|
|
|
|
&aboutSupport.crashes.title;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table id="crashes-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.crashes.id;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.crashes.sendDate;
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="crashes-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2014-03-24 13:11:21 +00:00
|
|
|
<p id="crashes-allReports" class="hidden no-copy">
|
|
|
|
<a href="about:crashes" id="crashes-allReportsWithPending" class="block">&aboutSupport.crashes.allReports;</a>
|
2013-10-27 23:18:14 +00:00
|
|
|
</p>
|
2014-03-24 13:11:21 +00:00
|
|
|
<p id="crashes-noConfig" class="hidden no-copy">&aboutSupport.crashes.noConfig;</p>
|
2013-10-27 23:18:14 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
2009-09-25 16:40:51 +00:00
|
|
|
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.extensionsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.extensionName;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.extensionVersion;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.extensionEnabled;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.extensionId;
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="extensions-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
2014-04-11 18:22:38 +00:00
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.graphicsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tbody id="graphics-tbody">
|
|
|
|
</tbody>
|
|
|
|
|
|
|
|
<tbody id="graphics-info-properties">
|
|
|
|
</tbody>
|
|
|
|
|
|
|
|
<tbody id="graphics-failures-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
<h2 class="major-section">
|
2012-01-11 09:45:05 +00:00
|
|
|
&aboutSupport.modifiedKeyPrefsTitle;
|
2009-09-25 16:40:51 +00:00
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table class="prefs-table">
|
2013-05-21 03:05:53 +00:00
|
|
|
<thead class="no-copy">
|
2009-09-25 16:40:51 +00:00
|
|
|
<th class="name">
|
|
|
|
&aboutSupport.modifiedPrefsName;
|
|
|
|
</th>
|
2011-09-22 23:24:49 +00:00
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
<th class="value">
|
|
|
|
&aboutSupport.modifiedPrefsValue;
|
|
|
|
</th>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody id="prefs-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2014-03-24 13:11:21 +00:00
|
|
|
<section id="prefs-user-js-section" class="hidden no-copy">
|
2012-09-26 23:03:00 +00:00
|
|
|
<h3>&aboutSupport.userJSTitle;</h3>
|
|
|
|
<p>&aboutSupport.userJSDescription;</p>
|
|
|
|
</section>
|
|
|
|
|
2014-06-10 14:49:00 +00:00
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.lockedKeyPrefsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table class="prefs-table">
|
|
|
|
<thead class="no-copy">
|
|
|
|
<th class="name">
|
|
|
|
&aboutSupport.lockedPrefsName;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<th class="value">
|
|
|
|
&aboutSupport.lockedPrefsValue;
|
|
|
|
</th>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tbody id="locked-prefs-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2012-02-17 22:35:20 +00:00
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.jsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.jsIncrementalGC;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="javascript-incremental-gc">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-09-06 03:33:46 +00:00
|
|
|
</tbody>
|
2012-02-17 22:35:20 +00:00
|
|
|
</table>
|
|
|
|
|
2012-06-27 15:47:27 +00:00
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.a11yTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.a11yActivated;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="a11y-activated">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-07-01 05:16:54 +00:00
|
|
|
<tr>
|
|
|
|
<th class="column">
|
|
|
|
&aboutSupport.a11yForceDisabled;
|
|
|
|
</th>
|
|
|
|
|
|
|
|
<td id="a11y-force-disabled">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-09-06 03:33:46 +00:00
|
|
|
</tbody>
|
2012-06-27 15:47:27 +00:00
|
|
|
</table>
|
|
|
|
|
2012-03-12 23:04:37 +00:00
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.libraryVersionsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tbody id="libversions-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2014-03-20 15:19:19 +00:00
|
|
|
|
|
|
|
<h2 class="major-section">
|
|
|
|
&aboutSupport.experimentsTitle;
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentName;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentId;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentDescription;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentActive;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentEndDate;
|
|
|
|
</th>
|
|
|
|
<th>
|
|
|
|
&aboutSupport.experimentHomepage;
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="experiments-tbody">
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
2009-09-25 16:40:51 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|