Closed
Bug 21095
Opened 25 years ago
Closed 25 years ago
about:cache and logging cache requests.
Categories
(Core :: Networking: Cache, enhancement, P2)
Core
Networking: Cache
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: fur, Assigned: gordon)
References
Details
(Whiteboard: [nsbeta3+][PDTP2])
Attachments
(2 files)
3.78 KB,
application/octet-stream
|
Details | |
530 bytes,
patch
|
Details | Diff | Splinter Review |
The cache API defines nsISimpleEnumerator methods for iterating over all the
cache entries.
It should be relatively simple to create an RDF tree view of the cache contents
that one can browse, similar to the bookmarks sidebar.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M15
Bulk move of all Cache (to be deleted component) bugs to new Networking: Cache
component.
Reporter | ||
Updated•25 years ago
|
Summary: Implement browsing of cache contents → RFE: Implement browsing of cache contents
Comment 2•25 years ago
|
||
Assigning fur's cache bugs to Gordon. He can split them up with davidm.
Updated•25 years ago
|
Summary: RFE: Implement browsing of cache contents → RFE: Implement browsing of cache contents (about:cache)
Comment 3•25 years ago
|
||
We should implement the about:cache handler eventually. It would be nice if it
produced an HTTP-INDEX listing so that the results went into a tree view
widget. That would allow you to sort the columns, etc.
Comment 5•25 years ago
|
||
Moving to M17 which is now considered part of beta2.
Target Milestone: M16 → M17
Putting on [nsbeta2-] radar. Not critical to beta2.
Whiteboard: 3d? → [nsbeta2-]3d?
Comment 8•25 years ago
|
||
David has left netscape and davidm@netscape.com is an invalid email address.
Assigning his five remaining bugs to gagan to find a new owner for them. Thanks
Comment 9•25 years ago
|
||
oops i didn't actually reassign to gagan last time. sorry for the spam
Assignee: davidm → gagan
Comment 10•25 years ago
|
||
removing nsbeta2 and adding nsbeta3, and assigning to neeti.
Comment 11•25 years ago
|
||
this blocks qa from verifying if an object is in the cache. putting on + radar.
Assignee: neeti → gagan
Status: ASSIGNED → NEW
Summary: RFE: Implement browsing of cache contents (about:cache) → about:cache and logging cache requests.
Whiteboard: nsbeta3+
Updated•25 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Comment 12•25 years ago
|
||
gagan, in addition to about:cache we should have about:image-cache and
about:memory-cache (or something similar to these). This would make most of
the existing cache tests useful.
Comment 13•25 years ago
|
||
actually the about:cache will contain info about the memory cache. But the image
cache would have to be a separate issue.
Comment 14•25 years ago
|
||
Comment 15•25 years ago
|
||
rpotts sez he is working on this, so I have attached what I had done and would
let him carry on from here... Thx. rick.
Assignee: gagan → rpotts
Comment 16•25 years ago
|
||
I've checked in a first pass at about:cache.
it's not turned on yet though :-(
-- rick
Status: NEW → ASSIGNED
Comment 18•25 years ago
|
||
I really think that this should be nsbeta3+ since it is a *TOTAL* blocker for
QAing the cache (both disk and memory).
Without cache logging there is no quantifiable way to determine if the cache is
actually working!
I have all of the code for about:cache already checked in.. I just need to
register the 'about:cache' component with the component manager.
-- rick
Assignee | ||
Comment 22•25 years ago
|
||
Assignee | ||
Comment 23•25 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 24•25 years ago
|
||
verif:
WinNT 2000092508
Mac os9 2000092008
Linux rh6 2000092008
Status: RESOLVED → VERIFIED
![]() |
||
Comment 25•24 years ago
|
||
*** Bug 60291 has been marked as a duplicate of this bug. ***
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•