summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_url_response_info_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-3/+3
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-28/+3
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-3/+28
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-28/+3
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-3/+28
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-28/+3
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-2/+2
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-4/+2
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-11/+12
* 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
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-171-54/+55
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-11/+28
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-9/+18
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-16/+19
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-211-5/+12
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+4
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-12/+13
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-081-2/+2
* Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoaderbrettw@chromium.org2010-11-051-0/+112