summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_url_loader_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-550/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-7/+7
* Remove Pepper URLLoader from resource tracker early.bbudge@chromium.org2013-05-011-6/+7
* remove unnecessary dependencies on WebSecurityOriginalecflett@chromium.org2013-04-221-1/+0
* Pepper: Autogenerate thunk for PPB_URL_Loader.teravest@chromium.org2013-04-181-1/+1
* Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader."asargent@chromium.org2013-04-171-1/+1
* Pepper: Autogenerate thunk for PPB_URL_Loader.teravest@chromium.org2013-04-171-1/+1
* Update some #includes in webkit/plugins for headers in the new Platform direc...pilgrim@chromium.org2013-01-161-5/+4
* PPB_URLLoader: Don't touch the buffer provided by caller after Close() is cal...yzshen@chromium.org2012-12-191-2/+6
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-9/+42
* Break path whereby AssociatedURLLoader::~AssociatedURLLoader() is re-entered ...tsepez@chromium.org2012-11-161-0/+6
* Make sure PluginResource doesn't live forever because of holding references t...yzshen@chromium.org2012-11-081-1/+0
* Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.ncbray@chromium.org2012-11-051-0/+3
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-051-1/+1
* Plumb RequestorProcessID field through various layers to enable the Networkdarin@chromium.org2012-10-031-1/+3
* Intermittend UAF in webkit::ppapi::PPB_URLLoader_Impl::FillUserBuffer. This i...tsepez@chromium.org2012-09-191-2/+8
* Convert url request info to new proxy API.brettw@chromium.org2012-09-191-15/+22
* Remove possibility of stale user_buffer_ member in PPB_URLLoader_Impl when Fi...tsepez@chromium.org2012-07-231-0/+6
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-13/+14
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-1/+1
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-2/+12
* Fix crash in didReceiveData, if user calls Close() during RunCallback.bbudge@chromium.org2012-01-051-9/+15
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-10/+7
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-5/+5
* Facebook : photo upload fails. Give PPB_URLLoader_Impl ability to send creden...bbudge@chromium.org2011-11-131-1/+2
* Remove redundant XHR method/header validation. This is done byAssociatedURLLo...bbudge@chromium.org2011-11-061-7/+9
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-1/+1
* Don't try to call setDefersLoading when the loader is null. This does a bit o...brettw@google.com2011-09-161-10/+22
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-1/+1
* Add a call to UpdateStatus in PPB_URLLoader_Impl::didReceiveData sobbudge@chromium.org2011-09-011-0/+1
* Remove incorrect assertion. This used to saybrettw@google.com2011-08-311-1/+0
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-15/+18
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-10/+25
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-23/+14
* 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