[webkit-reviews] review granted: [Bug 50390] Web Inspector: Console records for failed XHRs should contain call stack and request method : [Attachment 76027] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 05:18:32 PST 2010


Pavel Feldman <pfeldman at chromium.org> has granted Yury Semikhatsky
<yurys at chromium.org>'s request for review:
Bug 50390: Web Inspector: Console records for failed XHRs should contain call
stack and request method
https://bugs.webkit.org/show_bug.cgi?id=50390

Attachment 76027: Patch
https://bugs.webkit.org/attachment.cgi?id=76027&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=76027&action=review

> WebCore/inspector/front-end/ConsoleView.js:668
> +		       stackTrace = resource.stackTrace;

In case of redirects, stackTrace will only be on the first item of the redirect
chain. Get it from there or copy stack trace upon redirect resource clone.


More information about the webkit-reviews mailing list