Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/browser/components/shell/test/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 902 B image not shown  

Quelle  browser_processAUMID.js

  Sprache: JAVA
 

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


/**
 * Bug 1950734 tracks how calling PinCurrentAppToTaskbarWin11
 * on MSIX may cause the process AUMID to be unnecessarily changed.
 * This test verifies that the behaviour will no longer happen
 */


ChromeUtils.defineESModuleGetters(this, {
  ShellService: "moz-src:///browser/components/shell/ShellService.sys.mjs",
});

add_task(async function test_processAUMID() {
  let processAUMID = ShellService.checkCurrentProcessAUMIDForTesting();

  // This function will trigger the relevant code paths that
  // incorrectly changes the process AUMID on MSIX, prior to
  // Bug 1950734 being fixed
  await ShellService.checkPinCurrentAppToTaskbarAsync(false);

  is(
    processAUMID,
    ShellService.checkCurrentProcessAUMIDForTesting(),
    "The process AUMID should not be changed"
  );
});

Messung V0.5 in Prozent
C=80 H=100 G=90

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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