summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_url_loader_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-161-652/+0
* ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Pepper: Autogenerate thunk for PPB_URL_Loader.teravest@chromium.org2013-04-181-3/+3
* Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader."asargent@chromium.org2013-04-171-3/+3
* Pepper: Autogenerate thunk for PPB_URL_Loader.teravest@chromium.org2013-04-171-3/+3
* Change dcheck to an early return as a bad ipc message can reach this error co...cdn@chromium.org2013-03-111-1/+4
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-11/+29
* Exclude host-side code from the NaCl IRT proxy build.bbudge@chromium.org2012-11-131-2/+9
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-051-2/+2
* Plumb RequestorProcessID field through various layers to enable the Networkdarin@chromium.org2012-10-031-2/+8
* Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages.bbudge@chromium.org2012-10-021-2/+0
* Convert url request info to new proxy API.brettw@chromium.org2012-09-191-11/+10
* Eliminate some buffer copies in the URLLoader proxy.darin@chromium.org2012-09-181-38/+62
* Remove unused member variable.nileshagrawal@chromium.org2012-07-181-2/+1
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-25/+17
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-301-1/+0
* Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.bbudge@chromium.org2012-04-181-1/+4
* 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-1/+6
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-051-24/+13
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-3/+3
* ppapi/proxy: Fix a bug in OnMsgFinishStreamingToFile.polina@google.com2011-11-241-1/+1
* Fix a regression in Canary which caused flash to not render.ananta@chromium.org2011-10-251-0/+2
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-54/+79
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-79/+54
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-54/+79
* 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