Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quellcode-Bibliothek browser_bug1719178.js   Sprache: unbekannt

 
/* 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=95 H=78 G=86

[0.35QuellennavigatorsProjekt 2026-05-03]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge