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


Quelle  browser_devtools_loader.js   Sprache: JAVA

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

"use strict";

declTest("getActor in the regular shared loader", {
  loadInDevToolsLoader: false,

  async test(browser) {
    let parent = browser.browsingContext.currentWindowGlobal.domProcess;
    let parentActor = parent.getActor("TestProcessActor");
    ok(parentActor, "JSProcessActorParent should have value.");
    is(
      Cu.getRealmLocation(Cu.getGlobalForObject(parentActor)),
      "shared JSM global",
      "The JSActor module in the parent process should be loaded in the shared global"
    );

    await SpecialPowers.spawn(browser, [], async function () {
      let child = ChromeUtils.domProcessChild;
      ok(child, "DOMProcessChild should have value.");
      let childActor = child.getActor("TestProcessActor");
      ok(childActor, "JSProcessActorChild should have value.");
      is(
        Cu.getRealmLocation(Cu.getGlobalForObject(childActor)),
        "shared JSM global",
        "The JSActor module in the child process should be loaded in the shared global"
      );
    });
  },
});

declTest("getActor in the distinct DevTools loader", {
  loadInDevToolsLoader: true,

  async test(browser) {
    let parent = browser.browsingContext.currentWindowGlobal.domProcess;
    let parentActor = parent.getActor("TestProcessActor");
    ok(parentActor, "JSProcessActorParent should have value.");
    is(
      Cu.getRealmLocation(Cu.getGlobalForObject(parentActor)),
      "DevTools global",
      "The JSActor module in the parent process should be loaded in the distinct DevTools global"
    );

    await SpecialPowers.spawn(browser, [], async function () {
      let child = ChromeUtils.domProcessChild;
      ok(child, "DOMProcessChild should have value.");
      let childActor = child.getActor("TestProcessActor");
      ok(childActor, "JSProcessActorChild should have value.");
      is(
        Cu.getRealmLocation(Cu.getGlobalForObject(childActor)),
        "DevTools global",
        "The JSActor module in the child process should be loaded in the distinct DevTools global"
      );
    });
  },
});

Messung V0.5
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.1 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


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