Bug 159406 - Remove RequestOriginPolicy from ResourceLoaderOptions
Summary: Remove RequestOriginPolicy from ResourceLoaderOptions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks: 151937
  Show dependency treegraph
 
Reported: 2016-07-04 06:02 PDT by youenn fablet
Modified: 2016-07-05 05:17 PDT (History)
3 users (show)

See Also:


Attachments
Patch (24.16 KB, patch)
2016-07-04 06:09 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.