Bug 159406

Summary: Remove RequestOriginPolicy from ResourceLoaderOptions
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, dbates
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 151937    
Attachments:
Description Flags
Patch none

Description youenn fablet 2016-07-04 06:02:21 PDT
This is redundant with FetchOptions::Mode
Comment 1 youenn fablet 2016-07-04 06:09:38 PDT
Created attachment 282710 [details]
Patch
Comment 2 Sam Weinig 2016-07-04 10:53:38 PDT
Comment on attachment 282710 [details]
Patch

Not related to the patch exactly, but I wish it was spelled FetchOptions::Mode::CORS rather than FetchOptions::Mode::Cors since it's an acronym.
Comment 3 WebKit Commit Bot 2016-07-04 11:37:02 PDT
Comment on attachment 282710 [details]
Patch

Clearing flags on attachment: 282710

Committed r202811: <http://trac.webkit.org/changeset/202811>
Comment 4 WebKit Commit Bot 2016-07-04 11:37:06 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 youenn fablet 2016-07-05 05:17:24 PDT
(In reply to comment #2)
> Comment on attachment 282710 [details]
> Patch
> 
> Not related to the patch exactly, but I wish it was spelled
> FetchOptions::Mode::CORS rather than FetchOptions::Mode::Cors since it's an
> acronym.

That is not really possible as "cors" comes from an IDL enumeration.