RESOLVED FIXED 21105
XHRs logged in the console may show the wrong URL for the source
https://bugs.webkit.org/show_bug.cgi?id=21105
Summary XHRs logged in the console may show the wrong URL for the source
Kevin McCullough
Reported 2008-09-25 09:12:37 PDT
XHRs that are logged in the console show the URL of the main resource not necessarily the resource that loaded them. * STEPS TO REPRODUCE 1. Load the attached test and run from a server 2. View the XHRs listed in the profiler. The resource xhrCSS.css was loaded from xhrJS.js not xhrTest.html <rdar://problem/6136598>
Attachments
zip of test (456.16 KB, application/zip)
2008-09-25 09:14 PDT, Kevin McCullough
no flags
Proposed patch (2.90 KB, patch)
2008-09-25 09:16 PDT, Kevin McCullough
mitz: review+
Kevin McCullough
Comment 1 2008-09-25 09:14:04 PDT
Created attachment 23797 [details] zip of test
Kevin McCullough
Comment 2 2008-09-25 09:16:29 PDT
Created attachment 23798 [details] Proposed patch
mitz
Comment 3 2008-09-25 09:28:44 PDT
Comment on attachment 23798 [details] Proposed patch r=me
Kevin McCullough
Comment 4 2008-09-25 09:48:49 PDT
Committed revision 36895.
Note You need to log in before you can comment on or make changes to this bug.