Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docshell/test/browser/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 952 B image not shown  

Quelle  browser_bug1719178.js

  Sprache: JAVA
 

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

"use strict";
SimpleTest.requestFlakyTimeout(
  "The test needs to let objects die asynchronously."
);

add_task(async function test_accessing_shistory() {
  let tab = await BrowserTestUtils.openNewForegroundTab(
    gBrowser,
    "about:preferences"
  );
  let sh = tab.linkedBrowser.browsingContext.sessionHistory;
  ok(sh, "Should have SessionHistory object");
  gBrowser.removeTab(tab);
  tab = null;
  for (let i = 0; i < 5; ++i) {
    SpecialPowers.Services.obs.notifyObservers(
      null,
      "memory-pressure",
      "heap-minimize"
    );
    SpecialPowers.DOMWindowUtils.garbageCollect();
    await new Promise(function (r) {
      // eslint-disable-next-line mozilla/no-arbitrary-setTimeout
      setTimeout(r, 50);
    });
  }

  try {
    sh.reloadCurrentEntry();
  } catch (ex) {}
  ok(true"This test shouldn't crash.");
});

Messung V0.5 in Prozent
C=94 H=95 G=94

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.