Add an additional mochitest manifest to run service worker tests with dFPI enabled
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
Details
Attachments
(4 files)
To verify the service worker with dFPI, we can add an additional mochitest manifest which flips the pref and run the service worker tests. Here is an example of how we can achieve this.
The goal of this bug is to create the manifest and start to run service worker tests that can work with dFPI already. The final goal is to run all service worker tests with dFPI.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
In order to support running service worker tests for dFPI, we first
convert the existing mochitest.ini, chrome.ini and browser.ini to
mochitest-common.ini, chrome-common.ini and browser-common.ini respectively.
And create ini files that import them.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D130745
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D130746
Assignee | ||
Comment 4•3 years ago
|
||
Currently, the third-party service worker is disabled in dFPI. So, it
makes no sense to run xorigin tests for dFPI.
Depends on D130747
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/470f1a878913
https://hg.mozilla.org/mozilla-central/rev/a49b573e4aea
https://hg.mozilla.org/mozilla-central/rev/cf41ca834450
https://hg.mozilla.org/mozilla-central/rev/fb07dd74e93a
Description
•