DescriptionRevert 169496 "HTML Imports: Send credentials for same origin re..."
broke maps_pixel_test on gpu debug bots (so far mac and linux, probably win also)
one exampel: http://chromegw.corp.google.com/i/chromium.webkit/builders/GPU%20Mac10.7%20%28dbg%29/builds/23223
> HTML Imports: Send credentials for same origin requests
>
> This captures following spec chagne: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24905
> The essential part of the change is in HTMLImportsController.cpp.
> Anything else is to make it work with redirect.
>
> The problem here is that allowCredentials flag is held both
> by ResourceLoaderOptions and ResourceRequest and these two
> can go out-of-sync. This change tries to make them in sync.
>
> Such a state duplication should be resolved eventually, but
> that is another story.
>
> BUG=348671
> TEST=import-cors-credentials.html
> R=abarth, dglazkov@chromium.org
>
> Review URL: https://codereview.chromium.org/196043002
TBR=morrita@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169504
Patch Set 1 #Messages
Total messages: 10 (0 generated)
|