Closed
Bug 1894266
Opened 9 months ago
Closed 8 months ago
Add a "clear cache" option to about:networking
Categories
(Core :: Networking: Cache, enhancement, P3)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
People
(Reporter: acreskey, Assigned: sekim)
References
Details
(Keywords: good-first-bug, Whiteboard: [necko-triaged])
Attachments
(1 file)
It would be useful if about:cache
exposed an option to clear the http cache.
Reporter | ||
Updated•9 months ago
|
Keywords: good-first-bug
Updated•9 months ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•9 months ago
|
Whiteboard: [necko-triaged]
Updated•9 months ago
|
Attachment #9401424 -
Attachment description: Bug 1894266 - Add a clear cache option to about:cache → WIP: Bug 1894266 - Add a clear cache option to about:cache
Updated•9 months ago
|
Attachment #9401424 -
Attachment description: WIP: Bug 1894266 - Add a clear cache option to about:cache → Bug 1894266 - Add a clear HTTP cache option to about:networking r?acreskey,valentin
Pushed by acreskey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/829472cbae85
Add a clear HTTP cache option to about:networking r=necko-reviewers,desktop-theme-reviewers,fluent-reviewers,valentin,jules
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
Note: Since about:cache
gets generated synchronously by nsAboutCache.cpp
, it required a deeper dive to access Services.cache2.clear();
. Note that it was not possible to connect toabout:debugging
via console. For now, I migrated the option to about:networking
.
Summary: Add a "clear cache" option to about:cache → Add a "clear cache" option to about:networking
Comment 4•8 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•