summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_ref_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-8/+4
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-4/+0
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-2/+2
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-2/+2
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-2/+2
* Implement FileRef GetPathPrivate interface for O3Djhorwich@chromium.org2011-11-281-0/+14
* Enabling creating of file_ref from filesystem and path for external filesystem.tbarzic@chromium.org2011-09-271-2/+8
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-0/+10
* Convert FileRefImpl and URLRequestInfo to shared_impl.brettw@chromium.org2011-08-261-78/+67
* Fix ARM errors regarding NULL/integer conversions.brettw@chromium.org2011-08-241-2/+2
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-16/+35
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-12/+6
* Adding checks against directory traversal.sanga@chromium.org2011-08-171-1/+1
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-2/+3
* Fixing PPB_FileRef::Create so it returns 0 for non-local file systems.sanga@chromium.org2011-07-131-0/+4
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-2/+3
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-1/+2
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-081-2/+3
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-071-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-213/+122
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-122/+213
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-213/+122
* Let Pepper open FileSystem files again.ericu@google.com2011-04-161-1/+3
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-19/+24
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-24/+19
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-19/+24
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-6/+5
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-24/+19
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-19/+24
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-25/+20
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-20/+25
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-25/+20
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-20/+25
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-211-1/+3
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-24/+0
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-12/+16
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-5/+7
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+359