Bug 114232
Summary: | Web Inspector: add option to preserve network load data after main frame navigation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Miller <paul+bugs> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bburg, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Paul Miller
Firefox is the only browser which preserves network data after page reload / change.
It is extremely useful if you want to get all information about form data that was sent. Firefox logged network requests to console until now, recently it received Network inspector.
Similar functionality to allow preserving network info will be nice. Like, currently inspector preserves previous console log, but adds ----- line after it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/13605618>
Timothy Hatcher
One big issue with this is the fact that the backend does not retain the resources between loads. So we wont be able to get source for previous loads. (Unless we change the backend to keep that data around and eat memory.)
Otherwise, this is a neat idea.
Brian Burg
TBH, this use case will be superseded by web replay someday. Until then, I guess this bug can stay around.
Blaze Burg
Saving *load* information is much cheaper than saving resource data. I think persisting old data and making it italicized or something is doable.
Blaze Burg
*** This bug has been marked as a duplicate of bug 166908 ***