Open
Bug 576348
Opened 15 years ago
Updated 4 years ago
Turn off cookies.sqlite cache
Categories
(Core :: Networking: Cookies, defect, P5)
Tracking
()
NEW
People
(Reporter: dwitte, Unassigned)
Details
(Whiteboard: [necko-backlog])
Since we only perform writes after we've read in the db, there's no point in having sqlite keep a cache. We should either turn it off entirely, or after the async read is complete. (The cache might help in the case of concurrent sync + async reads.)
Comment 1•15 years ago
|
||
This is strongly related to bug 572223
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 4•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•