Bug 20627
| Summary: | Inspector Resources tab could use a "clear/delete" button | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tak <mtakacs> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Enhancement | CC: | keishi, mrowe, rtakacs |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 116924 | ||
Tak
Im looking to find a "clear" button/tab on the Inspector's Resources tab.
My use case is that after initially loading a page, I'd love to clear all the "first load" elements out of the network resources window and just view the new requests made as I interact with the loaded page. Personally, I think it'd be much clearer to see delayed load / ajax-style server interaction / content fetches, if I can clear out the window at any point.
firebug does do something like this: net tab | clear
+++ This bug was initially created as a clone of Bug #17991 +++
When you're working in the Inspector's console (and especially after bug 14354 and bug 14355 are implemented), it would be nice to have a "clear" keyword that will clear the contents of the console. AFAIK, Firebug doesn't have anything like this to work off of.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Good idea!
Roland Takacs
It works correctly for me (there is a clear button at the bottom of the network tab).
I will close the bug if noone minds.