summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_url_request_info.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-282/+0
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-0/+4
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-101-5/+5
* * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...brettw@chromium.org2010-11-081-0/+4
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-24/+32
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-041-1/+9
* Turn on file access checks on Win.jam@chromium.org2010-11-041-1/+1
* 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
* Resubmit http://codereview.chromium.org/3944001.dumi@chromium.org2010-10-201-1/+2
* Revert 63153 - Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-2/+1
* Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-1/+2
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-1/+1
* Pepper: Update AppendDataToBody to take a data pointer and length ...viettrungluu@chromium.org2010-10-041-6/+2
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+25
* Change all callers of WebFileInfo::appendFileRange() to use the newdumi@chromium.org2010-09-171-4/+1
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-3/+6
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-301-5/+5
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-3/+19
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-7/+6
* Pepper: Make AppendDataToBody() not append empty data.viettrungluu@chromium.org2010-07-201-1/+2
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-151-12/+82
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-091-5/+5
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-021-1/+3
* Fix GCC warning about unhandled enum cases.darin@chromium.org2010-06-301-1/+2
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-301-3/+40
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-281-4/+3
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-241-0/+111