Allow WebExtensions to clear IndexedDB by hostname
Categories
(WebExtensions :: General, enhancement, P3)
Tracking
(firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: dlnnnupy, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, parity-chrome, Whiteboard: [browsingData])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Steps to reproduce:
The is currently no for WebExtensions to clear IndexedDB by hostname.
Please add an API or reliable way to do this.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
I will add a component for this issue and ask someone from dev's team to give us a hand with this scenario. If the component isn't a proper one please fell free to change it.
Thanks for your contribution.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Hi, will this enhancement require manual validation? If yes, please provide some steps to reproduce in order for us to properly verify it and any other resource needed for testing (website, add-on, etc.). Additionally, please set the “qe-verify+” flag. Thanks !
Comment 3•5 years ago
|
||
I expect this to be covered by unit tests. There is no implementation yet (the bug isn't even assigned), so I'll leave the qe-verify flag unset for now.
FYI: Chrome supports this now with a different option: https://developer.chrome.com/extensions/browsingData#specific_origins
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Comment 8•5 years ago
|
||
Should there be schema data to accompanying this change?
Assignee | ||
Comment 9•5 years ago
|
||
No. removeIndexedDB
has a RemovalOptions
parameter which already contains hostnames
.
Comment 10•5 years ago
|
||
Sorry, can you point me at the schema file, I don't seem to to be able to find it.
Assignee | ||
Comment 11•5 years ago
|
||
Comment 12•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•