Open
Bug 1421690
(storage-v2)
Opened 7 years ago
Updated 1 year ago
[meta] Storage (Site Data and Cookies) Management V2
Categories
(Firefox :: Settings UI, enhancement, P2)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
relnote-firefox | --- | 60+ |
People
(Reporter: johannh, Unassigned)
References
(Depends on 15 open bugs, Blocks 1 open bug)
Details
(Keywords: feature, meta, Whiteboard: [storage-v2])
User Story
UI Concept: https://mozilla.invisionapp.com/share/3YEUL9R7N#/screens Storage UI Guidelines: https://storage.spec.whatwg.org/#ui-guidelines WebStorage Privacy Guidelines: https://www.w3.org/TR/webstorage/#privacy
We'd like to continue working on the site data section that was added in bug 1312351 and make it provide more user value, primarily by merging cookies and network cache into this section and improving different parts of the UI.
A preliminary spec with some points that are still open for discussion can be found here: https://drive.google.com/file/d/1VTg2pUrmHgHrJZmmYu8Zn369E4CrjCDn/view
I'll update the User Story field with the most recent spec as we progress (we should try to get a non-moco-only version for the next iteration).
Comment hidden (off-topic) |
Comment hidden (off-topic) |
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Reporter | ||
Updated•7 years ago
|
User Story: (updated)
Reporter | ||
Comment 3•7 years ago
|
||
Updated the user story to also include the relevant standards to consider in our implementation (our current design does not follow them at all, in my understanding).
User Story: (updated)
Reporter | ||
Comment 4•7 years ago
|
||
Sorry for the late relnote addition:
Release Note Request (optional, but appreciated)
[Why is this notable]: This project improved the site data management UI in about:preferences to be easier to use (and plugged a few holes in clearing site data).
[Affects Firefox for Android]: Not really.
[Suggested wording]: An updated and simplified UI for managing cookies and other data websites store on your computer.
[Links (documentation, blog post, etc)]: There's a bunch of updated documentation around this:
https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences
https://support.mozilla.org/en-US/kb/delete-cookies-remove-info-websites-stored
https://support.mozilla.org/en-US/kb/block-websites-storing-site-preferences
https://support.mozilla.org/en-US/kb/storage
Thanks!
relnote-firefox:
--- → ?
Flags: needinfo?(ryanvm)
why did you delete the functionality to block certain domains from creating cookies? i don't get why the tracking/telemetry functionality gets new features but basic functionality like blocking cookies gets removed
also the "accept third party cookies" functionality was removed. this removed the functionality to disallow most of the time, tracking cookies from third parties. is there any replacement in the pipe that will re-integrate the removed functionality?
Reporter | ||
Comment 8•7 years ago
|
||
These functionalities were not removed, you can find them right below where they used to be, in a top level section (Privacy -> Cookies and Site Data) instead of hidden in a sub-menu.
seems the "Cookies and Site Data" entry was missing because my profile was too old. creating a new profile brought the entry back. thanks
Comment 10•7 years ago
|
||
(In reply to Sen Si from comment #9)
> seems the "Cookies and Site Data" entry was missing because my profile was
> too old. creating a new profile brought the entry back. thanks
In your old profile, check the following:
`browser.storageManager.enabled` - if false, this hides the Site Data UI
`dom.storageManager.enabled` - if false, this disables the Storage API which Site Data uses
`browser.cache.offline.enable` - if false in FF60 or lower, makes the Site Data UI never finish calculating your data
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•