| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -0/+4 |
* | Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory | brettw@chromium.org | 2010-11-10 | 1 | -5/+5 |
* | * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a... | brettw@chromium.org | 2010-11-08 | 1 | -0/+4 |
* | Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W... | dmichael@google.com | 2010-11-05 | 1 | -24/+32 |
* | Add callback ability for URLLoader so an asynchronous proxy can send the | brettw@chromium.org | 2010-11-04 | 1 | -1/+9 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f... | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert PPAPI change due to Linux compile failures. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert PPAPI change. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr... | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Switch to the new PPAPI repository. This removes the DEPS entry that refers to | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Resubmit http://codereview.chromium.org/3944001. | dumi@chromium.org | 2010-10-20 | 1 | -1/+2 |
* | Revert 63153 - Update Pepper's FileSystem and FileRef implementations. | dumi@chromium.org | 2010-10-20 | 1 | -2/+1 |
* | Update Pepper's FileSystem and FileRef implementations. | dumi@chromium.org | 2010-10-20 | 1 | -1/+2 |
* | Convert pepper module and instance IDs from being pointer values to being | brettw@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Pepper: Update AppendDataToBody to take a data pointer and length ... | viettrungluu@chromium.org | 2010-10-04 | 1 | -6/+2 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -0/+25 |
* | Change all callers of WebFileInfo::appendFileRange() to use the new | dumi@chromium.org | 2010-09-17 | 1 | -4/+1 |
* | Track Pepper string and object vars with the module so they can be deleted on | brettw@chromium.org | 2010-09-13 | 1 | -3/+6 |
* | Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr... | brettw@chromium.org | 2010-08-30 | 1 | -5/+5 |
* | Pepper stream-to-file plumbing. | darin@chromium.org | 2010-07-22 | 1 | -3/+19 |
* | De-coupled resource references by plugin from Resource object's refcount. Mad... | neb@chromium.org | 2010-07-20 | 1 | -7/+6 |
* | Pepper: Make AppendDataToBody() not append empty data. | viettrungluu@chromium.org | 2010-07-20 | 1 | -1/+2 |
* | Add support for POST requests and custom request headers. | darin@chromium.org | 2010-07-15 | 1 | -12/+82 |
* | Update Chrome to pull latest PPAPI with new uses of point and size. | brettw@chromium.org | 2010-07-09 | 1 | -5/+5 |
* | Allow Pepper plugins to make requests with relative urls. Also allow bundled... | jam@chromium.org | 2010-07-02 | 1 | -1/+3 |
* | Fix GCC warning about unhandled enum cases. | darin@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Add basic Pepper URLLoader implementation. | darin@chromium.org | 2010-06-30 | 1 | -3/+40 |
* | Add a GetAs<ResourceType> template. | neb@chromium.org | 2010-06-28 | 1 | -4/+3 |
* | Boilerplate implementation of the Pepper URL Loader API. | darin@chromium.org | 2010-06-24 | 1 | -0/+111 |