Bug 45658
Summary: | Web Inspector: [Resources panel] Need a way to clear previous requests. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bweinstein, joepeck, keishi, loislo, nigelw, pfeldman, pmuellr, rik, sullivan, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Pavel Feldman
Need a way to clear previous requests. Many ajax pages stay open for hours. When debugging an AJAX issue, the panel can fill up with hundreds of previous requests and it gets very hard to navigate. Firebug provides a “Clear” button to remove previous requests. Even better, HttpWatch provides “Record”/”Stop” buttons so you can start and stop recording network activity at any time.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nigel White
This is definitely needed. As a priority. All the web apps I work on are single page, long lived with many requests.