Commit 8f85c499 authored by Oana Pop Rus's avatar Oana Pop Rus
Browse files

Backed out 3 changesets (bug 1559244) for browser chrome failure in...

Backed out 3 changesets (bug 1559244) for browser chrome failure in browser_background_tab_crash.js on a CLOSED TREE

Backed out changeset 1ce7d9bbe7a1 (bug 1559244)
Backed out changeset dced8cea7b23 (bug 1559244)
Backed out changeset dabda4e90259 (bug 1559244)
parent f7a731ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ var restart = async function(browser) {
  // Make sure the main process has all of the current tab state before crashing
  await TabStateFlusher.flush(browser);

  await BrowserTestUtils.crashFrame(browser);
  await BrowserTestUtils.crashBrowser(browser);

  let tab = gBrowser.getTabForBrowser(browser);
  SessionStore.reviveCrashedTab(tab);
+3 −3
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ add_task(async function test_show_form() {
      await TabStateFlusher.flush(browser);

      // Now crash the browser.
      await BrowserTestUtils.crashFrame(browser);
      await BrowserTestUtils.crashBrowser(browser);

      let doc = browser.contentDocument;

@@ -87,7 +87,7 @@ add_task(async function test_show_form() {
    async function(browser) {
      await TabStateFlusher.flush(browser);
      // Now crash the browser.
      await BrowserTestUtils.crashFrame(browser);
      await BrowserTestUtils.crashBrowser(browser);

      let doc = browser.contentDocument;

@@ -138,7 +138,7 @@ add_task(async function test_no_offer() {
      prepareNoDump();

      // Now crash the browser.
      await BrowserTestUtils.crashFrame(browser);
      await BrowserTestUtils.crashBrowser(browser);

      let doc = browser.contentDocument;

+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ add_task(async function test_clear_email() {
      prefs.setBoolPref("emailMe", true);

      let tab = gBrowser.getTabForBrowser(browser);
      await BrowserTestUtils.crashFrame(
      await BrowserTestUtils.crashBrowser(
        browser,
        /* shouldShowTabCrashPage */ true,
        /* shouldClearMinidumps */ false
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ add_task(async function test_without_dump() {
    async function(browser) {
      delete browser.permanentKey;

      await BrowserTestUtils.crashFrame(browser);
      await BrowserTestUtils.crashBrowser(browser);
      let crashReport = promiseCrashReport();

      await ContentTask.spawn(browser, null, async function() {
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ add_task(async function test_show_form() {
      });

      // Now crash the browser.
      await BrowserTestUtils.crashFrame(browser);
      await BrowserTestUtils.crashBrowser(browser);

      let doc = browser.contentDocument;

Loading