Bug 89419
Summary: | TestFailures is broken by Access-Control-Allow-Origin: * on build.webkit.org | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, ap, dpranke, lforschler, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
Now that b.w.o returns Access-Control-Allow-Origin: * on all requests, build.webkit.org/TestFailures is broken because of:
XMLHttpRequest cannot load http://build.webkit.org/results/Apple%20Lion%20Debug%20WK1%20(Tests)/. Request header field Accept-Encoding is not allowed by Access-Control-Allow-Headers.
So I guess we need to have the server return
Access-Control-Allow-Headers: *
as well?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This only seems to be an issue on my home machine. Need to investigate further.