summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Fix file path notification filtering on Windows.vandebo@chromium.org2014-05-191-9/+18
* Replace FileUtilProxy with FileProxy in renderer_host/pepperrvargas@chromium.org2014-05-153-11/+31
* Linux: Implement recursive file watching.thestig@chromium.org2014-05-132-31/+181
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-123-12/+136
* Adding myself as owner of base/files and base/winrvargas@chromium.org2014-05-111-0/+2
* Revert 269415 "Introduce a new framework for back-and-forth trac..."ananta@chromium.org2014-05-093-115/+10
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-093-10/+115
* Revert 269346 "Introduce a new framework for back-and-forth trac..."rlp@chromium.org2014-05-093-115/+10
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-093-10/+115
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-3/+3
* Base: Make FileProxy automaticaly close the file on a worker thread.rvargas@chromium.org2014-05-064-11/+37
* Render comment for FilePath::ReferencesParent() more precisely.tnagel@chromium.org2014-05-011-2/+2
* Clean up the Linux FileWatcher implementation.thestig@chromium.org2014-04-261-123/+143
* Revert of Base: Make FileProxy automaticaly close the file on a worker thread...leviw@chromium.org2014-04-154-37/+11
* Base: Make FileProxy automaticaly close the file on a worker thread.rvargas@chromium.org2014-04-144-11/+37
* Remove CreatePlatformFile from file_util_proxyrvargas@chromium.org2014-04-092-16/+18
* Base: Make file_util and file use the same code to translate from stat to Fil...rvargas@chromium.org2014-04-053-53/+66
* GN: Move towards only using / on Windowsscottmg@chromium.org2014-04-032-2/+12
* Implement Read/WriteAtCurrentPos correctlyhashimoto@chromium.org2014-03-311-2/+3
* Remove PlatforFile from fileapi/native_file_utilrvargas@chromium.org2014-03-263-1/+22
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-213-18/+39
* Revert 257577 "Revert 257562 "Base: Make base::File use ScopedFD..."zmo@chromium.org2014-03-184-29/+39
* Revert 257562 "Base: Make base::File use ScopedFD on POSIX."zmo@chromium.org2014-03-184-39/+29
* Base: Make base::File use ScopedFD on POSIX.rvargas@chromium.org2014-03-184-29/+39
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-171-0/+14
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-172-0/+82
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-152-82/+0
* Base: Introduce a new version of FileUtilProxy that works with File.rvargas@chromium.org2014-03-153-0/+833
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-2/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-0/+82
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-142-82/+0
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-0/+82
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-1/+1
* Fix IWYU in base/files/file.htnagel@chromium.org2014-03-091-3/+2
* Handle errors properly in FileUtilProxy::CreateTemporary.davidben@chromium.org2014-03-081-1/+10
* Implement File::WriteAtCurrentPos for Windowsrvargas@chromium.org2014-03-072-15/+45
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-7/+6
* Fix base/files/OWNERS syntaxtnagel@chromium.org2014-03-041-2/+1
* Base: Don't check for thread restrictions when closing a file doesn't do IO.rvargas@chromium.org2014-02-213-4/+10
* GN: Change gen command syntax, support relative dirs.brettw@chromium.org2014-02-191-0/+7
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-273-61/+69
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-3/+2
* Convert most of base and net to use base::Filervargas@chromium.org2014-01-091-10/+6
* Base: Rename File::error() to File::error_details()rvargas@chromium.org2014-01-085-22/+22
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-075-21/+43
* Convert base::MemoryMappedFile to use File instead of PlatformFile.rvargas@chromium.org2014-01-039-110/+123
* Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file ...davidben@chromium.org2013-12-093-19/+80
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-3/+3
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-3/+3