[Webkit-unassigned] [Bug 158239] Notify client immediately if network session doesn't exist for a synchronous XHR load.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 1 13:32:59 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158239
Brady Eidson <beidson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #280250|review? |review-
Flags| |
--- Comment #10 from Brady Eidson <beidson at apple.com> ---
Comment on attachment 280250
--> https://bugs.webkit.org/attachment.cgi?id=280250
Signal the error for all loads.
View in context: https://bugs.webkit.org/attachment.cgi?id=280250&action=review
> Source/WebKit2/NetworkProcess/NetworkLoad.cpp:62
> + m_client.didFailLoading(internalError(m_currentRequest.url()));
Synchronously calling back to the client - especially in the constructor - is probably inviting trouble.
We should spin the runloop.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160601/b1a3c130/attachment-0001.html>
More information about the webkit-unassigned
mailing list