Bug 107491, improve SSL error messages

Patch v9 - docshell and netwerk portions
Second and final checkin of this patch, enabling the new SSL error page
r/sr=biesi
This commit is contained in:
kaie@kuix.de
2007-02-18 04:24:05 +00:00
parent 463fbc4af2
commit f71d83e95b
4 changed files with 46 additions and 5 deletions

View File

@@ -167,6 +167,7 @@
<h1 id="et_proxyResolveFailure">&proxyResolveFailure.title;</h1>
<h1 id="et_proxyConnectFailure">&proxyConnectFailure.title;</h1>
<h1 id="et_contentEncodingError">&contentEncodingError.title;</h1>
<h1 id="et_nssFailure">&nssFailure.title;</h1>
</div>
<div id="errorDescriptionsContainer">
<div id="ed_generic">&generic.longDesc;</div>
@@ -185,6 +186,7 @@
<div id="ed_proxyResolveFailure">&proxyResolveFailure.longDesc;</div>
<div id="ed_proxyConnectFailure">&proxyConnectFailure.longDesc;</div>
<div id="ed_contentEncodingError">&contentEncodingError.longDesc;</div>
<div id="ed_nssFailure">&nssFailure.longDesc;</div>
</div>
</div>