Commit 12c2ba4b authored by Mihai Alexandru Michis's avatar Mihai Alexandru Michis
Browse files

Backed out 5 changesets (bug 1602463) for causing diffoscope failures.

CLOSED TREE

Backed out changeset ff565862e785 (bug 1602463)
Backed out changeset 2583a2703658 (bug 1602463)
Backed out changeset 8f3de97c5d50 (bug 1602463)
Backed out changeset be11972a8149 (bug 1602463)
Backed out changeset 5a6058d8266c (bug 1602463)
parent 352da8fd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2310,10 +2310,3 @@ pref("devtools.whatsnew.feature-enabled", true);

// FirstStartup service time-out in ms
pref("first-startup.timeout", 30000);

// Enable the default browser agent.
// The agent still runs as scheduled if this pref is disabled,
// but it exits immediately before taking any action.
#ifdef XP_WIN
  pref("default-browser-agent.enabled", true);
#endif
+0 −6
Original line number Diff line number Diff line
@@ -428,12 +428,6 @@ var Policies = {
    },
  },

  DisableDefaultBrowserAgent: {
    // The implementation of this policy is in the default browser agent itself
    // (/toolkit/mozapps/defaultagent); we need an entry for it here so that it
    // shows up in about:policies as a real policy and not as an error.
  },

  DisableDeveloperTools: {
    onBeforeAddons(manager, param) {
      if (param) {
+0 −4
Original line number Diff line number Diff line
@@ -228,10 +228,6 @@
      }
    },

    "DisableDefaultBrowserAgent": {
      "type": "boolean"
    },

    "DisableDeveloperTools": {
      "type": "boolean"
    },
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ This is the nascent documentation of the Firefox front-end code.
   extensions/formautofill/docs/index
   components/newtab/docs/index
   installer/windows/installer/index
   /toolkit/mozapps/defaultagent/default-browser-agent/index
   components/newtab/content-src/asrouter/docs/index
   base/sslerrorreport/index
   base/tabbrowser/index
+0 −4
Original line number Diff line number Diff line
@@ -487,7 +487,3 @@ i686/gmp-clearkey/0.1/clearkey.dll
; build, which, practically speaking, is the case.
@BINPATH@/gmp-clearkey/0.1/manifest.json
#endif

#if defined(XP_WIN)
@BINPATH@/default-browser-agent@BIN_SUFFIX@
#endif
Loading