Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/browser/components/sessionstore/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  browser_597071.js   Sprache: JAVA

 
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */


/**
 * Bug 597071 - Closed windows should only be resurrected when there is a single
 * popup window
 */

add_task(async function test_close_last_nonpopup_window() {
  // Purge the list of closed windows.
  forgetClosedWindows();

  let oldState = ss.getWindowState(window);

  let popupState = {
    windows: [{ tabs: [{ entries: [] }], isPopup: true, hidden: "toolbar" }],
  };

  // Set this window to be a popup.
  ss.setWindowState(window, JSON.stringify(popupState), true);

  // Open a new window with a tab.
  let win = await BrowserTestUtils.openNewBrowserWindow({ privatefalse });
  let tab = BrowserTestUtils.addTab(win.gBrowser, "http://example.com/");
  await BrowserTestUtils.browserLoaded(tab.linkedBrowser);

  // Make sure sessionstore sees this window.
  let state = JSON.parse(ss.getBrowserState());
  is(state.windows.length, 2, "sessionstore knows about this window");

  // Closed the window and check the closed window count.
  await BrowserTestUtils.closeWindow(win);
  is(ss.getClosedWindowCount(), 1, "correct closed window count");

  // Cleanup.
  ss.setWindowState(window, oldState, true);
});

Messung V0.5
C=90 H=96 G=93

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.