tor-browser

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

commit cfd2a60aa406f79101ad157dce22359d11895daa
parent 720721ad985538a0f5e3416cfa62b236234199b7
Author: Alexandru Marc <amarc@mozilla.com>
Date:   Fri,  5 Dec 2025 11:44:17 +0200

Revert "Bug 2003881 - Add warning in StaticPrefList.yaml and in wpt runner about keeping ship-pref defaults in sync with the test harnesses behavior. r=ohall" for causing xpcshell failures @ test_node_execute_npm.js

This reverts commit 720721ad985538a0f5e3416cfa62b236234199b7.

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 5-----
Mtesting/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py | 7-------
2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -6142,11 +6142,6 @@ # Disable storing the session history in the parent process, and accessing it # over IPC from the child processes. -# WARNING: Until the test harness can understand ship-pref default values, this pref’s -# default must be synchronized with the values set in testing/mochitest/runtests.py and in -# testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py. -# Changing the default here without updating the test harnesses will cause mismatches -# in automation. - name: fission.disableSessionHistoryInParent type: bool value: false diff --git a/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py b/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py @@ -167,13 +167,6 @@ class ProfileCreator(FirefoxProfileCreator): @staticmethod def default_prefs(): - # Until the test harness can understand default pref values, - # (https://bugzilla.mozilla.org/show_bug.cgi?id=1577912) this value - # should by synchronized with the default pref value indicated in - # StaticPrefList.yaml. - # - # Currently for automation, the pref defaults to false (but can be - # overridden with --setpref). return {"fission.disableSessionHistoryInParent": False} def _set_required_prefs(self, profile):