summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_url_loader.h
Commit message (Expand)AuthorAgeFilesLines
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-2/+2
* Remove record_upload_progress and record_download_progress flags from the URLbrettw@chromium.org2010-11-121-3/+8
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-5/+5
* Close URL requests associated with an instance when that instance goes away.brettw@chromium.org2010-11-091-2/+13
* * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...brettw@chromium.org2010-11-081-1/+11
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-041-8/+17
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-1/+1
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-1/+1
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
* Revert PPAPI change.brettw@chromium.org2010-11-021-1/+1
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-1/+1
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-1/+1
* Implement cancelling a pepper request.jam@chromium.org2010-10-151-1/+4
* Implement PPB_URLLoaderTrusted_Dev.darin@chromium.org2010-09-201-1/+11
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+1
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-301-2/+2
* Initial stream to file implementation.darin@chromium.org2010-07-281-1/+2
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-0/+2
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-151-0/+1
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-301-14/+14
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-301-3/+33
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-241-0/+58