RESOLVED FIXED 146441
Flag sync XHRs from the network process so they can be handled appropriately
https://bugs.webkit.org/show_bug.cgi?id=146441
Summary Flag sync XHRs from the network process so they can be handled appropriately
Brady Eidson
Reported 2015-06-29 16:44:28 PDT
Flag sync XHRs from the network process so they can be handled appropriately This is a requirement (for Mac/CFNetwork at least) lost in the transition to OOP networking. <rdar://problem/21579162>
Attachments
Patch v1 (5.62 KB, patch)
2015-06-29 17:02 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2015-06-29 17:02:28 PDT
Created attachment 255798 [details] Patch v1
Darin Adler
Comment 2 2015-06-29 17:11:41 PDT
Comment on attachment 255798 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=255798&action=review > Source/WebCore/platform/network/ResourceHandleClient.h:87 > + virtual bool loadingSynchronousXHR() { return false; } Maybe isPerformingSynchronousLoad? Maybe shouldScheduleSynchronousLoad?
WebKit Commit Bot
Comment 3 2015-06-29 17:33:15 PDT
Comment on attachment 255798 [details] Patch v1 Clearing flags on attachment: 255798 Committed r186099: <http://trac.webkit.org/changeset/186099>
WebKit Commit Bot
Comment 4 2015-06-29 17:33:19 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.