RESOLVED FIXED 62992
Web Inspector: Show content in network panel correctly when two resources were loaded from the same url with different content.
https://bugs.webkit.org/show_bug.cgi?id=62992
Summary Web Inspector: Show content in network panel correctly when two resources wer...
Vsevolod Vlasov
Reported 2011-06-20 08:28:06 PDT
Show content in network panel correctly when two resources were loaded from the same url with different content. Example: var im1 = new Image(); im1.src="randomImage.php"; document.body.appendChild(im1); var im2 = new Image(); im2.src="randomImage.php"; document.body.appendChild(im2);
Attachments
Patch (11.53 KB, patch)
2011-06-20 08:34 PDT, Vsevolod Vlasov
no flags
Patch (11.75 KB, patch)
2011-06-20 14:27 PDT, Vsevolod Vlasov
no flags
Vsevolod Vlasov
Comment 1 2011-06-20 08:34:27 PDT
Vsevolod Vlasov
Comment 2 2011-06-20 14:27:23 PDT
WebKit Review Bot
Comment 3 2011-06-21 06:00:59 PDT
Comment on attachment 97857 [details] Patch Clearing flags on attachment: 97857 Committed r89349: <http://trac.webkit.org/changeset/89349>
WebKit Review Bot
Comment 4 2011-06-21 06:01:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.