Bug 146441

Summary: Flag sync XHRs from the network process so they can be handled appropriately
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 none

Description Brady Eidson 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>
Comment 1 Brady Eidson 2015-06-29 17:02:28 PDT
Created attachment 255798 [details]
Patch v1
Comment 2 Darin Adler 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?
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-06-29 17:33:19 PDT
All reviewed patches have been landed.  Closing bug.