Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1352497 - Remove about:healthreport. r=gfritzsche,nechen
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 4FQ5aL2XrU5
  • Loading branch information
daogottwald committed Nov 28, 2017
1 parent ceb5ae4 commit ba1e320
Show file tree
Hide file tree
Showing 44 changed files with 18 additions and 975 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ mobile/android/tests/browser/chrome/tp5/**

# Uses `#filter substitution`
mobile/android/app/mobile.js
mobile/android/chrome/content/healthreport-prefs.js

# Uses `#expand`
mobile/android/chrome/content/about.js
Expand Down
15 changes: 0 additions & 15 deletions browser/base/content/abouthealthreport/abouthealth.css

This file was deleted.

172 changes: 0 additions & 172 deletions browser/base/content/abouthealthreport/abouthealth.js

This file was deleted.

31 changes: 0 additions & 31 deletions browser/base/content/abouthealthreport/abouthealth.xhtml

This file was deleted.

7 changes: 0 additions & 7 deletions browser/base/content/baseMenuOverlay.xul
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
onclick="checkForMiddleClick(this, event);"
label="&helpKeyboardShortcuts.label;"
accesskey="&helpKeyboardShortcuts.accesskey;"/>
#ifdef MOZ_SERVICES_HEALTHREPORT
<menuitem id="healthReport"
label="&healthReport2.label;"
accesskey="&healthReport2.accesskey;"
oncommand="openHealthReport()"
onclick="checkForMiddleClick(this, event);"/>
#endif
<menuitem id="troubleShooting"
accesskey="&helpTroubleshootingInfo.accesskey;"
label="&helpTroubleshootingInfo.label;"
Expand Down
3 changes: 0 additions & 3 deletions browser/base/content/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
with Files("**"):
BUG_COMPONENT = ("Firefox", "General")

with Files("abouthealthreport/**"):
BUG_COMPONENT = ("Firefox Health Report", "Client: Desktop")

with Files("defaultthemes/**"):
BUG_COMPONENT = ("Firefox", "Theme")

Expand Down
4 changes: 0 additions & 4 deletions browser/base/content/test/about/browser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
support-files =
aboutHome_content_script.js
head.js
healthreport_pingData.js
healthreport_testRemoteCommands.html
print_postdata.sjs
searchSuggestionEngine.sjs
searchSuggestionEngine.xml
test_bug959531.html
POSTSearchEngine.xml

[browser_aboutCertError.js]
[browser_aboutHealthReport.js]
skip-if = os == "linux" # Bug 924307
[browser_aboutHome_imitate.js]
[browser_aboutHome_input.js]
skip-if = os == "win" && debug && !e10s # Bug 1399648
Expand Down
Loading

0 comments on commit ba1e320

Please sign in to comment.