Extend browsingData api for single site
Categories
(WebExtensions :: General, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: afnankhan, Unassigned)
References
(Depends on 2 open bugs)
Details
(Whiteboard: [design-decision-approved][browsingData] triaged)
Attachments
(2 obsolete files)
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Updated•8 years ago
|
Comment 10•8 years ago
|
||
Comment 12•8 years ago
|
||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 20•5 years ago
|
||
With bug 1551301 and bug 1632990 fixed we can now clear indexedDB and ServiceWorkers by hostname. What is the most important missing one now? I suspect caches, which is also supported by Chrome via origins.
Updated•5 years ago
|
Comment 21•5 years ago
|
||
Awesome, thank you very much for these fixes! These will come for FF 77? I'm assuming I can try them on nightly?
These are currently not possible yet:
- Cache
- Plugin Data
- Form Data
- Passwords
I'd say in this order (top to bottom)
What's also not possible right now as it seems it to clear session storage. Not sure if this is supposed to be cleared together with local storage.
Also, Firefox Mobile (Fennec) currently doesn't support these cleanup options:
- indexedDB
- ServiceWorkers
- Local Storage
- History (+)
- Cache
- Session Storage (+)
- Passwords (+)
- Plugin Data (+), though not sure if this is even relevant for mobile
- Form Data
The ones marked with (+) are not possible to clear at all in Fennec.
Though I guess it might be best to focus the attention on Firefox Preview instead.
Comment 22•5 years ago
|
||
(In reply to Lusito from comment #21)
Awesome, thank you very much for these fixes! These will come for FF 77? I'm assuming I can try them on nightly?
Yes this is coming in Firefox 77. You can try this in Nightly and Beta at this point.
These are currently not possible yet:
Thanks for you list. I think we can tackle Cache and Plugin Data next.
Updated•5 years ago
|
Comment 23•5 years ago
|
||
With bug 1636784, cache
and pluginData
can now be cleaned up by hostname. This is going to be available in Firefox 78 and already in Nightly of course.
Comment 24•5 years ago
|
||
Very nice. Thanks!
Would you mind taking a look at the related bug1353726 after this one? These two have been the biggest limitations for cleaning extensions and the other one would really help with creating container-specific rules.
Updated•2 years ago
|
Description
•