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>
Created attachment 255798 [details] Patch v1
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?
Comment on attachment 255798 [details] Patch v1 Clearing flags on attachment: 255798 Committed r186099: <http://trac.webkit.org/changeset/186099>
All reviewed patches have been landed. Closing bug.