tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 19be8bc17947fa989d7f66ed62a678b8d391d756
parent 69c068e4972dd6ecb56ef991bd48762f64d9af70
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Tue, 11 Nov 2025 18:53:48 +0000

Bug 1997760 - Remove release or beta expectations for several tests that run on backlog implemenation and are no longer needed. r=aryx DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D271906

Diffstat:
Mtesting/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html.ini | 2--
Mtesting/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html.ini | 1-
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/fetch.https.html.ini | 43-------------------------------------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/websocket.https.html.ini | 14--------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/xhr.https.html.ini | 43-------------------------------------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/fetch.https.html.ini | 43-------------------------------------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/websocket.https.html.ini | 14--------------
Mtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/xhr.https.html.ini | 40----------------------------------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/fetch.https.html.ini | 34----------------------------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/websocket.https.html.ini | 15---------------
Dtesting/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/xhr.https.html.ini | 34----------------------------------
Mtesting/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.meta/upgrade/fetch.https.html.ini | 22+++++-----------------
Mtesting/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/fetch.https.html.ini | 22+++++-----------------
Mtesting/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/websocket.https.html.ini | 6+-----
Mtesting/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/xhr.https.html.ini | 22+++++-----------------
15 files changed, 16 insertions(+), 339 deletions(-)

diff --git a/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html.ini b/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html.ini @@ -1,7 +1,5 @@ implementation-status: backlog [cache-storage-reporting-dedicated-worker.https.html] - expected: - if release_or_beta: ["FAIL", "TIMEOUT"] [COEP support on DedicatedWorker.] expected: FAIL diff --git a/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html.ini b/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html.ini @@ -1,7 +1,6 @@ implementation-status: backlog [cache-storage-reporting-service-worker.https.html] expected: - if release_or_beta: [FAIL, TIMEOUT] if os == "win": [OK, TIMEOUT] [COEP support on ServiceWorker.] expected: diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/fetch.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/fetch.https.html.ini @@ -1,43 +0,0 @@ -[fetch.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects blocked for fetch to same-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta:NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/websocket.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/websocket.https.html.ini @@ -1,14 +0,0 @@ -[websocket.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/xhr.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module-data.http-rp/opt-in/xhr.https.html.ini @@ -1,43 +0,0 @@ -[xhr.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/fetch.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/fetch.https.html.ini @@ -1,43 +0,0 @@ -[fetch.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects blocked for fetch to same-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/websocket.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/websocket.https.html.ini @@ -1,14 +0,0 @@ -[websocket.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/xhr.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/opt-in/xhr.https.html.ini @@ -1,43 +1,3 @@ [xhr.https.html] expected: - if release_or_beta: TIMEOUT if os == "win": [OK, ERROR] - [Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/fetch.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/fetch.https.html.ini @@ -1,34 +0,0 @@ -[fetch.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for fetch to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/websocket.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/websocket.https.html.ini @@ -1,15 +0,0 @@ -[websocket.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects allowed for websocket to same-wss origin and no-redirect redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for websocket to same-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for websocket to cross-ws origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - diff --git a/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/xhr.https.html.ini b/testing/web-platform/meta/mixed-content/gen/sharedworker-module.http-rp/unset/xhr.https.html.ini @@ -1,34 +0,0 @@ -[xhr.https.html] - expected: - if release_or_beta: TIMEOUT - [Mixed-Content: Expects allowed for xhr to same-https origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - - [Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects allowed for xhr to same-https origin and keep-scheme redirection from https context.] - expected: - if release_or_beta: FAIL - - [Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN - - [Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.] - expected: - if release_or_beta: NOTRUN diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.meta/upgrade/fetch.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.meta/upgrade/fetch.https.html.ini @@ -1,30 +1,18 @@ [fetch.https.html] - expected: - if release_or_beta: TIMEOUT [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.] expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/fetch.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/fetch.https.html.ini @@ -1,30 +1,18 @@ [fetch.https.html] - expected: - if release_or_beta: TIMEOUT [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.] expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/websocket.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/websocket.https.html.ini @@ -1,10 +1,6 @@ [websocket.https.html] - expected: - if release_or_beta: TIMEOUT [Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.] expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/xhr.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module.http-rp/upgrade/xhr.https.html.ini @@ -1,30 +1,18 @@ [xhr.https.html] - expected: - if release_or_beta: TIMEOUT [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.] expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.] - expected: - if release_or_beta: NOTRUN - FAIL + expected: FAIL [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.] - expected: - if release_or_beta: TIMEOUT - FAIL + expected: FAIL