Closed
Bug 1750164
Opened 3 years ago
Closed 3 years ago
Clearing history does not properly clear StorageAccessAPI permissions when clearing by time range
Categories
(Toolkit :: Data Sanitization, enhancement, P1)
Toolkit
Data Sanitization
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: h.sofie.p, Assigned: h.sofie.p)
References
Details
Attachments
(1 file)
When clearing history with a time range, the storage access permissions are not cleared.
This is due to the ClearDataService working with microseconds time range and the StorageAccessAPI working with milliseconds. Hence, the time range the ClearDataService gives to the StorageAccessAPI is a time in the future.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P1
Updated•3 years ago
|
Attachment #9259759 -
Attachment description: Bug 1750164 - Properly clear StorageAccess permissions. r=pbz → Bug 1750164 - Hand over the proper unit of time from ClearDataService to PermissionManager. r=pbz
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a14cd8ecb469
Hand over the proper unit of time from ClearDataService to PermissionManager. r=pbz
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•