[webkit-reviews] review granted: [Bug 53925] AssociatedURLLoader does not support Cross Origin Requests : [Attachment 85537] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 07:58:34 PDT 2011


David Levin <levin at chromium.org> has granted Bill Budge <bbudge at gmail.com>'s
request for review:
Bug 53925: AssociatedURLLoader does not support Cross Origin Requests
https://bugs.webkit.org/show_bug.cgi?id=53925

Attachment 85537: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=85537&action=review

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=85537&action=review

> Source/WebKit/chromium/public/WebURLLoader.h:51
> +    WebURLLoaderOptions() : sniffContent(false), allowCredentials(false),
forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests) {}

Note we typically put a space in this construct "{ }".


More information about the webkit-reviews mailing list