WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(11.75 KB, patch)
2011-06-20 14:27 PDT
,
Vsevolod Vlasov
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2011-06-20 08:34:27 PDT
Created
attachment 97802
[details]
Patch
Vsevolod Vlasov
Comment 2
2011-06-20 14:27:23 PDT
Created
attachment 97857
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug