RESOLVED DUPLICATE of bug 166908 Bug 114232
Web Inspector: add option to preserve network load data after main frame navigation
https://bugs.webkit.org/show_bug.cgi?id=114232
Summary Web Inspector: add option to preserve network load data after main frame navi...
Paul Miller
Reported 2013-04-08 19:48:16 PDT
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
Radar WebKit Bug Importer
Comment 1 2013-04-08 19:48:36 PDT
Timothy Hatcher
Comment 2 2013-04-09 05:34:27 PDT
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
Comment 3 2014-12-11 16:41:45 PST
TBH, this use case will be superseded by web replay someday. Until then, I guess this bug can stay around.
Blaze Burg
Comment 4 2017-01-13 17:20:10 PST
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
Comment 5 2017-02-06 14:33:50 PST
*** This bug has been marked as a duplicate of bug 166908 ***
Note You need to log in before you can comment on or make changes to this bug.