Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/fs/test/xpcshell/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  head.js

  Sprache: JAVA
 

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


async function require_module(id) {
  if (!require_module.moduleLoader) {
    const { ModuleLoader } = ChromeUtils.importESModule(
      "resource://testing-common/dom/quota/test/modules/ModuleLoader.sys.mjs"
    );

    const base = Services.io.newFileURI(do_get_file("")).spec;

    const depth = "../../../../";

    Cu.importGlobalProperties(["storage"]);

    const { Utils } = ChromeUtils.importESModule(
      "resource://testing-common/dom/quota/test/modules/Utils.sys.mjs"
    );

    const proto = {
      Assert,
      Cr,
      DOMException,
      navigator: {
        storage,
      },
      TextEncoder,
      Utils,
    };

    require_module.moduleLoader = new ModuleLoader(base, depth, proto);
  }

  return require_module.moduleLoader.require(id);
}

async function run_test_in_worker(script) {
  const { runTestInWorker } = ChromeUtils.importESModule(
    "resource://testing-common/dom/quota/test/modules/WorkerDriver.sys.mjs"
  );

  const base = "resource://testing-common/dom/fs/test/xpcshell/";

  const listener = {
    onOk(value, message) {
      ok(value, message);
    },
    onIs(a, b, message) {
      Assert.equal(a, b, message);
    },
    onInfo(message) {
      info(message);
    },
  };

  await runTestInWorker(script, base, listener);
}

add_setup(async function () {
  const {
    setStoragePrefs,
    clearStoragePrefs,
    clearStoragesForOrigin,
    resetStorage,
  } = ChromeUtils.importESModule(
    "resource://testing-common/dom/quota/test/modules/StorageUtils.sys.mjs"
  );

  const optionalPrefsToSet = [
    ["dom.fs.enabled"true],
    ["dom.fs.writable_file_stream.enabled"true],
    ["dom.fs.testing"true],
  ];

  setStoragePrefs(optionalPrefsToSet);

  registerCleanupFunction(async function () {
    const principal = Cc["@mozilla.org/systemprincipal;1"].createInstance(
      Ci.nsIPrincipal
    );

    await clearStoragesForOrigin(principal);

    Services.prefs.clearUserPref(
      "dom.quotaManager.temporaryStorage.fixedLimit"
    );

    await resetStorage();

    const optionalPrefsToClear = [
      "dom.fs.enabled",
      "dom.fs.writable_file_stream.enabled",
      "dom.fs.testing",
    ];

    clearStoragePrefs(optionalPrefsToClear);
  });

  do_get_profile();
});

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

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© 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.