summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_file_ref_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-251-511/+0
* Create a public API around webkit::ppapi::PluginInstance and use it in chrome...jam@chromium.org2013-07-241-12/+13
* webkit: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-06-291-1/+1
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-251-30/+23
* fileapi: Remove FilePath parameter from FileSystemMsg_DidReadMetadatasatorux@chromium.org2013-06-181-2/+1
* Use a direct include of strings headers in webkit/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-071-1/+1
* Pepper: Refactor FileInfo conversions.teravest@chromium.org2013-06-041-16/+1
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-10/+11
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-2/+2
* FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntrynhiroki@chromium.org2013-05-201-2/+4
* Cleanup: Deprecate FileSystemCallbackDispatcherkinuko@chromium.org2013-05-161-27/+104
* CRX FileSystem Pepper private APIvictorhsieh@chromium.org2013-05-081-2/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-3/+3
* Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntrieshamaji@chromium.org2013-05-031-6/+43
* Refactor FileSystem.victorhsieh@chromium.org2013-04-121-30/+54
* Add Query() support to FileRef.teravest@chromium.org2013-04-021-2/+95
* The previous code was too strict about path validation, banning files like "/...teravest@chromium.org2013-03-111-1/+10
* Implement Pepper proxy for PPB_DirectoryReadernhiroki@chromium.org2013-02-131-5/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-8/+8
* Escape filesystem paths properly in Pepper filesystem URLs.ericu@chromium.org2012-11-141-3/+4
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-231-13/+7
* Pass display names from file chooser to Pepper FileRef.kinaba@chromium.org2012-06-161-2/+6
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-3/+3
* 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