[Webkit-unassigned] [Bug 58139] Web Inspector: No headers information in network panel for downloads.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 23:43:07 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58139





--- Comment #6 from Yury Semikhatsky <yurys at chromium.org>  2011-04-12 23:43:07 PST ---
(From update of attachment 89277)
View in context: https://bugs.webkit.org/attachment.cgi?id=89277&action=review

> Source/WebCore/loader/MainResourceLoader.cpp:261
> +        InspectorInstrumentation::continueWithPolicyDownload(m_frame.get(), documentLoader(), identifier(), r);

Shouldn't we move this call a few lines down, closer to frameLoader()->client()->download call? Otherwise we call continueWithPolicyDownload while the loader reports an error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list