summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_url_loader_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-176/+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-1/+1
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-5/+9
* Plumb RequestorProcessID field through various layers to enable the Networkdarin@chromium.org2012-10-031-2/+4
* Convert url request info to new proxy API.brettw@chromium.org2012-09-191-2/+4
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-10/+13
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-2/+2
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-1/+1
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-1/+1
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-1/+1
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-1/+1
* Cleanup: Remove unneeded forward declarations in webkit/plugins/.thestig@chromium.org2011-11-171-2/+0
* Don't try to call setDefersLoading when the loader is null. This does a bit o...brettw@google.com2011-09-161-0/+12
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-1/+7
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-4/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-4/+2
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-211-0/+2
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-2/+0
* Maintain a map of all resources in the resource tracker and clear instance ba...cdn@chromium.org2011-06-201-1/+1
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-29/+28
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-041-0/+2
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-0/+4
* Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...bbudge@chromium.org2011-04-141-2/+0
* 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-1/+1
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-1/+1
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-071-6/+0
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-311-0/+8
* Fix up some types in the API.neb@chromium.org2011-03-281-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-13/+2
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-141-6/+19
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-141-19/+6
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-131-6/+19
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+145