Commit d62018c7 authored by Kathleen Brade's avatar Kathleen Brade Committed by Richard Pospesel
Browse files

Bug 40002: Remove about:ion

Firefox Ion (previously Firefox Pioneer) is an opt-in program in which people
volunteer to participate in studies that collect detailed, sensitive data about
how they use their browser.
parent 10be2a3b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2347,8 +2347,6 @@ BrowserGlue.prototype = {
    this._monitorScreenshotsPref();
    this._monitorWebcompatReporterPref();
    this._monitorHTTPSOnlyPref();
    this._monitorIonPref();
    this._monitorIonStudies();
    this._setupSearchDetection();

    this._monitorGPCPref();
+0 −3
Original line number Diff line number Diff line
@@ -138,9 +138,6 @@ static const RedirEntry kRedirMap[] = {
         nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
         nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
         nsIAboutModule::IS_SECURE_CHROME_UI},
    {"ion", "chrome://browser/content/ion.html",
     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT |
         nsIAboutModule::IS_SECURE_CHROME_UI},
};

static nsAutoCString GetAboutModuleName(nsIURI* aURI) {
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ pages = [
    'loginsimportreport',
    'firefoxview',
    'newtab',
    'ion',
    'pocket-home',
    'pocket-saved',
    'pocket-signup',
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ DIRS += [
    "migration",
    "newtab",
    "originattributes",
    "ion",
    "places",
    "pocket",
    "preferences",