mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 660718 - Add a link from about:support to about:memory; r=ehsan
This commit is contained in:
parent
37632bfcb5
commit
75ae874a24
@ -78,7 +78,7 @@
|
||||
<h2 class="major-section">
|
||||
&aboutSupport.appBasicsTitle;
|
||||
</h2>
|
||||
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -89,7 +89,7 @@
|
||||
<td id="application-box">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th class="column">
|
||||
&aboutSupport.appBasicsVersion;
|
||||
@ -98,7 +98,7 @@
|
||||
<td id="version-box">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th class="column">
|
||||
&aboutSupport.appBasicsUserAgent;
|
||||
@ -133,7 +133,7 @@
|
||||
<a href="about:plugins">about:plugins</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<th class="column">
|
||||
&aboutSupport.appBasicsBuildConfig;
|
||||
@ -153,6 +153,17 @@
|
||||
<a href="about:crashes">about:crashes</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th class="column">
|
||||
&aboutSupport.appBasicsMemoryUse;
|
||||
</th>
|
||||
|
||||
<td>
|
||||
<a href="about:memory">about:memory</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -194,7 +205,7 @@
|
||||
<th class="name">
|
||||
&aboutSupport.modifiedPrefsName;
|
||||
</th>
|
||||
|
||||
|
||||
<th class="value">
|
||||
&aboutSupport.modifiedPrefsValue;
|
||||
</th>
|
||||
@ -208,12 +219,12 @@
|
||||
<h2 class="major-section">
|
||||
&aboutSupport.graphicsTitle;
|
||||
</h2>
|
||||
|
||||
|
||||
<table>
|
||||
<tbody id="graphics-tbody">
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<table>
|
||||
<tbody id="graphics-failures-tbody">
|
||||
</tbody>
|
||||
|
@ -21,6 +21,7 @@
|
||||
<!ENTITY aboutSupport.appBasicsBuildConfig "Build Configuration">
|
||||
<!ENTITY aboutSupport.appBasicsUserAgent "User Agent">
|
||||
<!ENTITY aboutSupport.appBasicsCrashIDs "Crash Reports">
|
||||
<!ENTITY aboutSupport.appBasicsMemoryUse "Memory Use">
|
||||
|
||||
<!ENTITY aboutSupport.show.label "Open Containing Folder">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user