summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_file_ref.cc
Commit message (Expand)AuthorAgeFilesLines
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-0/+4
* Change FileRef::GetName() to return the name of the file even fordumi@chromium.org2010-11-171-2/+12
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-4/+5
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-041-5/+6
* 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
* Fix some FileRef-related issues that show up only on POSIX.dumi@chromium.org2010-10-251-1/+14
* Resubmit http://codereview.chromium.org/3944001.dumi@chromium.org2010-10-201-59/+184
* Revert 63153 - Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-184/+59
* Update Pepper's FileSystem and FileRef implementations.dumi@chromium.org2010-10-201-59/+184
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-081-1/+1
* Fix up PPAPI renames in Chrome.neb@chromium.org2010-10-071-3/+3
* Add the ability to create FileRefs pointing to inexistent ordumi@chromium.org2010-09-141-0/+19
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-2/+2
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-301-7/+5
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-0/+7
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-201-11/+8
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-151-0/+1
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-091-5/+5
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-281-9/+5
* File API boilerplate.darin@chromium.org2010-06-261-0/+175