diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-30 12:07:42 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-30 12:07:42 +0200 |
commit | 4e721d14cd374916bad653a97d0e19712fb40caa (patch) | |
tree | 773c4854c7c8e398b05895fdd63b1c00c536bc2a /dom/plugins/test/mochitest/test_hang_submit.xul | |
parent | 4e368f8199a61c6319621ad1b9d6c352f0319f41 (diff) | |
download | UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.gz UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.lz UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.xz UXP-4e721d14cd374916bad653a97d0e19712fb40caa.zip |
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
Diffstat (limited to 'dom/plugins/test/mochitest/test_hang_submit.xul')
-rw-r--r-- | dom/plugins/test/mochitest/test_hang_submit.xul | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dom/plugins/test/mochitest/test_hang_submit.xul b/dom/plugins/test/mochitest/test_hang_submit.xul index 6c037ecd4..52ed78c6b 100644 --- a/dom/plugins/test/mochitest/test_hang_submit.xul +++ b/dom/plugins/test/mochitest/test_hang_submit.xul @@ -78,10 +78,6 @@ var testObserver = { // Next unregister our observer Services.obs.removeObserver(testObserver, "crash-report-status"); - // Then re-set MOZ_CRASHREPORTER_NO_REPORT - let env = Cc["@mozilla.org/process/environment;1"].getService(Ci.nsIEnvironment); - env.set("MOZ_CRASHREPORTER_NO_REPORT", "1"); - // Finally re-set prefs crashReporter.serverURL = oldServerURL; Services.prefs.setIntPref("dom.ipc.plugins.timeoutSecs", oldTimeoutPref); @@ -133,13 +129,6 @@ function runTests() { // Default plugin hang timeout is too high for mochitests Services.prefs.setIntPref("dom.ipc.plugins.timeoutSecs", 1); - // the test harness will have set MOZ_CRASHREPORTER_NO_REPORT, - // ensure that we can change the setting and have our minidumps - // wind up in Crash Reports/pending - let env = Cc["@mozilla.org/process/environment;1"] - .getService(Ci.nsIEnvironment); - env.set("MOZ_CRASHREPORTER_NO_REPORT", ""); - // Override the crash reporter URL to send to our fake server crashReporter.serverURL = NetUtil.newURI(SERVER_URL); |