summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_url_loader_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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