Star
0
Fork
63
代码
介绍
代码
Issues
233
Pull Requests
39
流水线
Actions
讨论
Wiki
项目成员
35
分析
项目设置
Star
0
Fork
63
trunk
chromium_arkweb
/
ppapi
/
tests
/
test_case.html.mock-http-headers
下载
B
bbudge@chromium.org
Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The cross-origin test doesn't properly check for an error, and the custom-referrer change broke cross-origin requests as a result. Also, there was confusion with some errors being reported as PP_ERROR_FAILED and others as PP_ERROR_NOACCESS. After conversations with WebKit folks, it seems unlikely that a consistent system of error codes can be added, so instead, have PPB_URLLoader_Impl::didFail report PP_ERROR_NOACCESS for unknown error domains (WebKit) and switch on net::kErrorDomain errors from our lower level WebURLLoader.
921667b1
创建于
2011年6月17日
历史提交
HTTP/1.1 200 OK Content-Type: text/html Access-Control-Allow-Origin: *