[webkit-dev] CORS Access-Control-Expose-Headers not supported by webkit?

Eric Seidel eric at webkit.org
Mon Nov 21 14:10:23 PST 2011


Actually you just want to make:
http://trac.webkit.org/browser/trunk/Source/WebCore/loader/CrossOriginAccessControl.cpp#L94

Response-dependent.  It should be super easy to implement. :)

On Mon, Nov 21, 2011 at 1:47 PM, Eric Seidel <eric at webkit.org> wrote:
> This is where you would look:
> http://trac.webkit.org/browser/trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp
>
> You might also find these documents useful:
> http://www.webkit.org/coding/contributing.html
> http://www.webkit.org/quality/reporting.html
> http://www.webkit.org/quality/testwriting.html
>
> -eric
>
> On Mon, Nov 21, 2011 at 1:39 PM, Adam Barth <abarth at webkit.org> wrote:
>> Patches welcome.
>>
>> Adam
>>
>>
>> On Mon, Nov 21, 2011 at 1:16 PM, Andy Hou <andyehou at google.com> wrote:
>>> Hi Webkit Developers,
>>> Are there plans to support the CORS Access-Control-Expose-Headers in webkit?
>>> It's been supported by Firefox for a few months now.
>>> There's a webkit bug filed. It would be great if someone could take a look
>>> at this.
>>> Thanks,
>>> - Andy
>>> _______________________________________________
>>> webkit-dev mailing list
>>> webkit-dev at lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>
>>>
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>


More information about the webkit-dev mailing list