Bug 886794 - Remove old about:crash page. r=fryn

This commit is contained in:
Jim Mathies 2013-07-01 17:09:26 -05:00
parent 14b7e9d6cf
commit 85dc0e72cb
4 changed files with 0 additions and 38 deletions

View File

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html [
<!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
%htmlDTD;
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % aboutRightsDTD SYSTEM "chrome://global/locale/aboutRights.dtd">
%aboutRightsDTD;
]>
<!-- 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/. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Oh noooz! You crashed!</title>
<link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/>
</head>
<body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer">
<h1>Oh noooz! You crashed!</h1>
<p>A crash report is being submitted as you read this, we hope! Check <a href="about:crashes">about:crashes</a> for crash reports.</p>
<p>(I'm know I'm boring to look at, hopefully someday I'll be pretty and useful and stuff!)</p>
<script type="application/javascript"><![CDATA[
]]></script>
</body>
</html>

View File

@ -8,7 +8,6 @@ chrome.jar:
content/aboutCertError.xhtml (content/pages/aboutCertError.xhtml)
content/aboutRights.xhtml (content/pages/aboutRights.xhtml)
content/aboutCrash.xhtml (content/pages/aboutCrash.xhtml)
content/blockedSite.xhtml (content/pages/blockedSite.xhtml)
content/netError.xhtml (content/pages/netError.xhtml)

View File

@ -40,10 +40,6 @@ let modules = {
home: {
uri: "about:blank",
privileged: true
},
crash: {
uri: "chrome://browser/content/aboutCrash.xhtml",
privileged: true
}
}

View File

@ -6,7 +6,6 @@ contract @mozilla.org/network/protocol/about;1?what=firefox {433d2d75-5923-49b0-
contract @mozilla.org/network/protocol/about;1?what=rights {433d2d75-5923-49b0-854d-f37267b03dc7}
contract @mozilla.org/network/protocol/about;1?what=certerror {433d2d75-5923-49b0-854d-f37267b03dc7}
contract @mozilla.org/network/protocol/about;1?what=home {433d2d75-5923-49b0-854d-f37267b03dc7}
contract @mozilla.org/network/protocol/about;1?what=crash {433d2d75-5923-49b0-854d-f37267b03dc7}
#ifdef MOZ_SAFE_BROWSING
contract @mozilla.org/network/protocol/about;1?what=blocked {433d2d75-5923-49b0-854d-f37267b03dc7}
#endif