Closed
Bug 1525502
Opened 6 years ago
Closed 6 years ago
Add an MRU cache for CheckContentBlockingAllowList()
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Whiteboard: [anti-tracking])
Attachments
(2 files)
This funtion tends to get called repeatedly for the same window and channel arguments, so it makes sense to add a small MRU cache to save the cost of recomputing the answer when we had just computed it moments ago.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D18779
Assignee | ||
Updated•6 years ago
|
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b9d970f20f18
Part 1: Add an API for registering a callback to get called when something changes in the environment which can change the result of anti-tracking checks; r=baku
https://hg.mozilla.org/integration/autoland/rev/02e125fcde8a
Part 2: Add an MRU cache for CheckContentBlockingAllowList(); r=baku
Comment 4•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•