Use browser:purge-sessionStorage instead of extension:purge-sessionStorage in SiteDataManager.jsm
Categories
(Toolkit :: Data Sanitization, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | --- | verified |
firefox67 | --- | verified |
People
(Reporter: johannh, Assigned: johannh)
References
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
Assignee | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
bugherder |
Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 9041961 [details]
Bug 1525763 - Use browser:purge-sessionStorage instead of extension:purge-sessionStorage in SiteDataManager.jsm. r=baku,asuth
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
User impact if declined
Clearing site data in the site data manager doesn't clear sessionStorage
Is this code covered by automated tests?
No
Has the fix been verified in Nightly?
No
Needs manual test from QE?
Yes
If yes, steps to reproduce
- Visit a site with sessionStorage (like https://edition.cnn.com/)
- View sessionStorage in DevTools (keep it open)
- Open the Site Data Manager in about:preferences and delete storage for edition.cnn.com
- Refresh the sessionStorage in devtools using the little refresh arrow icon
- Most sessionStorage should disappear (there may be storage left over that is being immediately reset by the page, like in my case "beemray_id4")
List of other uplifts needed
None
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
Just a typo fix
String changes made/needed
None
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
I have managed to reproduce the issue using Fx67.0a1 buildID: 20190206215551.
The issue is verified fixed using Fx67.0a1 buildID: 20190213213409 on Ubuntu 16.04, macOS 10.12 and Windows 10. Most of the session storage is cleared, only 'beemray_id4' remains but is reset by the page as mentioned in c#4.
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment on attachment 9041961 [details]
Bug 1525763 - Use browser:purge-sessionStorage instead of extension:purge-sessionStorage in SiteDataManager.jsm. r=baku,asuth
Typo fix for session storage, verified in Nightly.
OK for uplift for beta 8.
Comment 7•6 years ago
|
||
bugherder uplift |
Comment 8•6 years ago
|
||
The issue is also verified fixed using Fx66.0b8 on Ubuntu 18.04, Windows 10 and macOS 10.14.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Description
•