summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_url_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-536/+0
* Revert r69146 due to webkit layout test failures.darin@chromium.org2010-12-141-1/+9
* Use WebFrame::createAssociatedURLLoader.darin@chromium.org2010-12-141-9/+1
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-0/+4
* Remove record_upload_progress and record_download_progress flags from the URLbrettw@chromium.org2010-11-121-11/+15
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-6/+6
* Close URL requests associated with an instance when that instance goes away.brettw@chromium.org2010-11-091-0/+37
* * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...brettw@chromium.org2010-11-081-11/+55
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-12/+15
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-041-9/+74
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-4/+4
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert PPAPI change.brettw@chromium.org2010-11-021-4/+4
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-4/+4
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-021-4/+4
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-4/+4
* Make plugin requests retrievable from the appcache for nplugins and pepper.michaeln@chromium.org2010-10-291-0/+8
* Implement cancelling a pepper request.jam@chromium.org2010-10-151-6/+10
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-2/+1
* Pepper: Fix getting the trusted URL loader interface.interfaceviettrungluu@chromium.org2010-09-231-0/+5
* Implement PPB_URLLoaderTrusted_Dev.darin@chromium.org2010-09-201-2/+27
* 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-3/+3
* Initial stream to file implementation.darin@chromium.org2010-07-281-7/+35
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-2/+13
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-13/+11
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-161-1/+4
* Revert r52688 to fix build bustage.darin@chromium.org2010-07-161-4/+1
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-161-1/+4
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-151-6/+12
* Fix some uninitialize variables that caused the URLLoader test todarin@chromium.org2010-07-141-1/+3
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-091-15/+15
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-021-0/+3
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-301-23/+23
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-301-7/+129
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-281-17/+9
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-241-0/+173