summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_case.html.mock-http-headers
Commit message (Collapse)AuthorAgeFilesLines
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The ↵bbudge@chromium.org2011-06-161-0/+3
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. Review URL: http://codereview.chromium.org/7046091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89405 0039d316-1c4b-4281-b951-d872f2087c98