summaryrefslogtreecommitdiffstats
path: root/base/files/file_util_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Remove unused code from FileUtilProxy.rvargas@chromium.org2014-05-221-331/+1
* Remove CreatePlatformFile from file_util_proxyrvargas@chromium.org2014-04-091-11/+14
* Handle errors properly in FileUtilProxy::CreateTemporary.davidben@chromium.org2014-03-081-1/+10
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-30/+37
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+3
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-2/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Remove FileUtilProxy from the untrusted (NaCl) build of base.bbudge@chromium.org2013-08-031-16/+0
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-16/+5
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Port base/files/file_util_proxy to Native Client.bbudge@chromium.org2013-07-121-1/+16
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-2/+2
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-261-0/+426