Star0
63
代码介绍
代码
Issues233
Pull Requests39
流水线
Actions
讨论
Wiki
项目成员35
分析
项目设置
Star0
63
  1. chromium_arkweb
  2. /
  3. ppapi
  4. /
  5. tests
  6. /
  7. test_case.html.mock-http-headers
Bbbudge@chromium.orgPatch 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: *