Closed
Bug 1955948
Opened 27 days ago
Closed 18 days ago
Refactor url classifier allow-list mechanism to use xpcom interfaces
Categories
(Core :: Privacy: Anti-Tracking, task, P2)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: emz, Assigned: emz)
References
(Blocks 1 open bug)
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1955948 - Update url classifier exception list service for new exception list logic. r=timhuang!
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
We're currently using comma separated list of URI patterns in one big string. For advanced filtering we need more variables. Let's migrate the mechanism to dedicated xpcom interfaces.
Assignee | ||
Comment 1•25 days ago
|
||
Assignee | ||
Comment 2•25 days ago
|
||
Also switches it over to the new RemoteSettings url-classifier-exceptions collection.
Assignee | ||
Comment 3•25 days ago
|
||
Assignee | ||
Comment 4•25 days ago
|
||
Assignee | ||
Comment 5•25 days ago
|
||
Assignee | ||
Comment 6•25 days ago
|
||
Assignee | ||
Comment 7•23 days ago
|
||
Pushed by ezuehlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca6aa54a85d3
Add classes for url classifier exception list. r=timhuang
https://hg.mozilla.org/integration/autoland/rev/64445da76d5e
Update url classifier exception list service for new exception list logic. r=timhuang
https://hg.mozilla.org/integration/autoland/rev/cf8a03f34529
Update exception list pref to new format. r=timhuang
https://hg.mozilla.org/integration/autoland/rev/2d2a61b75642
Update consumers of url classifier exception list. r=timhuang
https://hg.mozilla.org/integration/autoland/rev/a67f522fa61d
Remove url classifier exception list IPC. r=timhuang
https://hg.mozilla.org/integration/autoland/rev/1ca181a5db47
Update url classifier exception list tests. r=timhuang,anti-tracking-reviewers
https://hg.mozilla.org/integration/autoland/rev/a5ca62eb2b96
Add more complex url classifier exception list test. r=timhuang,anti-tracking-reviewers
Comment 9•18 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ca6aa54a85d3
https://hg.mozilla.org/mozilla-central/rev/64445da76d5e
https://hg.mozilla.org/mozilla-central/rev/cf8a03f34529
https://hg.mozilla.org/mozilla-central/rev/2d2a61b75642
https://hg.mozilla.org/mozilla-central/rev/a67f522fa61d
https://hg.mozilla.org/mozilla-central/rev/1ca181a5db47
https://hg.mozilla.org/mozilla-central/rev/a5ca62eb2b96
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•