Open
Bug 1733330
Opened 4 years ago
Updated 4 years ago
Consolidate Document::RequestStorageAccess() and Document::RequestStorageAccessForOrigin() to reduce duplicate code
Categories
(Core :: Privacy: Anti-Tracking, enhancement)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: timhuang, Unassigned)
References
Details
In Bug 1724376, we have introduced Document::RequestStorageAccessForOrigin() function which duplicates a good chunk of code from Document::RequestStorageAccess(). We should refactor both functions to reduce duplicate code.
You need to log in
before you can comment on or make changes to this bug.
Description
•