summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_url_loader_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 93987 - Close the URL request in the destroctor. This ensures the load...dpapad@chromium.org2011-07-261-1/+0
* Close the URL request in the destroctor. This ensures the load is actuallybrettw@chromium.org2011-07-251-0/+1
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-211-12/+14
* Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...bbudge@google.com2011-07-111-9/+6
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-10/+0
* Maintain a map of all resources in the resource tracker and clear instance ba...cdn@chromium.org2011-06-201-7/+3
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-167/+32
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...bbudge@chromium.org2011-06-161-10/+25
* Fix renderer crash and resulting test hang in PDFBrowserTests.ddorwin@chromium.org2011-05-051-4/+7
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-041-0/+32
* Fix a bug where immediate failure in PPB_URLLoader_Impl::Open doesn't report ...bbudge@chromium.org2011-04-161-0/+7
* Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...bbudge@chromium.org2011-04-141-26/+17
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-1/+1
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-7/+7
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-1/+1
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-071-10/+2
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-311-0/+9
* Fix up some types in the API.neb@chromium.org2011-03-281-3/+3
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-141-0/+3
* Comment out broken CHECK in ppapi/ppb_url_loader_impl.cc.polina@google.com2011-01-211-2/+3
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-10/+10
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-46/+17
* Reland r69146darin@chromium.org2011-01-141-9/+1
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-141-30/+52
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-141-48/+32
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-131-32/+48
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+559