summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_url_loader_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-11/+11
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-2/+2
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-2/+2
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-181-2/+2
* Convert ppapi/* to use base::Bind.dmichael@chromium.org2011-10-041-1/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-21/+6
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-6/+21
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-21/+6
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-6/+21
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-21/+6
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-9/+18
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-6/+4
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-8/+11
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-2/+2
* Reland 95309. Add a template to handle properly issuing completion callbacks.brettw@chromium.org2011-08-081-13/+4
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-031-4/+13
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-031-13/+4
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-1/+1
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-324/+262
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-5/+1
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-10/+78
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-8/+8
* Hook up status notifications in the Proxy.brettw@chromium.org2011-03-291-2/+49
* Fix up some types in the API.neb@chromium.org2011-03-281-2/+2
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-2/+7
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-0/+5
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-14/+32
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-113/+143
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-18/+57
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+8
* Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts usingbrettw@chromium.org2010-12-021-1/+46
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-121-30/+25
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-2/+2
* Remove unused function.thakis@chromium.org2010-11-101-16/+0
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-12/+12
* Instance interface implementation. These don't build by themselves, this isbrettw@chromium.org2010-11-051-0/+419
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-031-301/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-031-0/+301