From 64e99f11c4b9f9e9a4bbdca61445e18bb4ab3981 Mon Sep 17 00:00:00 2001 From: Margaret Leibovic Date: Thu, 1 Nov 2012 14:08:16 -0700 Subject: [PATCH] Bug 807805 - Remove app.reportCrashes from b2g.js now that we have crash reporter settings in the UI. r=fabrice --- b2g/app/b2g.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index ba897a4b085c..5b0a4d0726fb 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -190,9 +190,6 @@ pref("app.privacyURL", "http://www.mozilla.com/%LOCALE%/m/privacy.html"); pref("app.creditsURL", "http://www.mozilla.org/credits/"); pref("app.featuresURL", "http://www.mozilla.com/%LOCALE%/b2g/features/"); pref("app.faqURL", "http://www.mozilla.com/%LOCALE%/b2g/faq/"); -// Whether we want to report crashes (headless) -//XXX Remove this pref when bug 801932 is fixed -pref("app.reportCrashes", true); // Name of alternate about: page for certificate errors (when undefined, defaults to about:neterror) pref("security.alternate_certificate_error_page", "certerror");