Skip to content

Commit

Permalink
browser(firefox): follow-up with crash reporter disabling (microsoft#…
Browse files Browse the repository at this point in the history
…5534)

Since we now disable crash reporter compilation and don't ship it
with Firefox anymore, we should not attempt to disable it
with preferences.
  • Loading branch information
aslushnikov authored Feb 20, 2021
1 parent f10d0a8 commit 496aeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1233
Changed: lushnikov@chromium.org Fri 19 Feb 2021 12:48:12 PM PST
1234
Changed: lushnikov@chromium.org Fri 19 Feb 2021 21:20:12 PM PST
2 changes: 0 additions & 2 deletions browser_patches/firefox/preferences/playwright.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,3 @@ pref("extensions.blocklist.enabled", false);
// Force Firefox Devtools to open in a separate window.
pref("devtools.toolbox.host", "window");

// Disable crash reporter.
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false;

0 comments on commit 496aeeb

Please sign in to comment.