Closed
Bug 317627
Opened 19 years ago
Closed 19 years ago
Display hex dump of cache data in about:cache-entry
Categories
(Core :: Networking: Cache, enhancement)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file, 2 obsolete files)
4.51 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
Display hex dump of cache data in about:cache-entry
There are times when you really want to see the data for a cache entry. It's really easy to add a hexdump of the data to about:cache-entry, so why not? ;-)
Patch coming up...
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #204085 -
Flags: review?(cbiesinger)
Comment 2•19 years ago
|
||
hm... what does isprint return for \n or \r? (\v ?) it's also locale-sensitive... although that shouldn't cause problems for chars < 0x80, I think.
Assignee | ||
Comment 3•19 years ago
|
||
better is printable handling.
Attachment #204085 -
Attachment is obsolete: true
Attachment #204090 -
Flags: review?(cbiesinger)
Attachment #204085 -
Flags: review?(cbiesinger)
Assignee | ||
Comment 4•19 years ago
|
||
Slightly improved patch.
Attachment #204090 -
Attachment is obsolete: true
Attachment #205342 -
Flags: review?(cbiesinger)
Attachment #204090 -
Flags: review?(cbiesinger)
Comment 5•19 years ago
|
||
Comment on attachment 205342 [details] [diff] [review]
v1.2 patch
hm... this always dumps the entire cache contents? might lead to a long page. either way, r=biesi
Attachment #205342 -
Flags: review?(cbiesinger) → review+
Assignee | ||
Comment 6•19 years ago
|
||
Yeah, I decided that it was more useful to have a way to actually see the cache contents than to have a responsive UI. Afterall, about:cache is a hidden feature of the developer oriented browser.
Assignee | ||
Comment 7•19 years ago
|
||
> Afterall, about:cache is a hidden feature of the developer oriented browser.
Uhm... no coffee yet. I meant:
"Afterall, about:cache is a hidden developer-oriented feature of the browser."
Assignee | ||
Comment 8•19 years ago
|
||
fixed-on-trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•