summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Remove FileUtilProxy from the untrusted (NaCl) build of base.bbudge@chromium.org2013-08-031-16/+0
* Revert 215407 "Base: FileEnumerator should not follow reparse po..."rvargas@google.com2013-08-031-4/+2
* Base: FileEnumerator should not follow reparse points.rvargas@chromium.org2013-08-021-2/+4
* Add ScopedPlatformFileCloser to base.vandebo@chromium.org2013-07-262-0/+42
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-186-6/+6
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-167-45/+27
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-154-14/+13
* Port base/files/file_util_proxy to Native Client.bbudge@chromium.org2013-07-121-1/+16
* Disable FilePathWatcherTest.DestroyWithPendingNotification on ARM linux.sbc@chromium.org2013-07-111-8/+2
* Move PathExists to base namespace.brettw@chromium.org2013-07-114-12/+12
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-013-6/+6
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-016-19/+19
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-285-6/+6
* mac: Remove ScopedCFTypeRef from base::mac::.thakis@chromium.org2013-06-241-3/+3
* Add FilePath::{As,From}UTF16Unsafedarin@chromium.org2013-06-202-0/+32
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-9/+5
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-115-5/+5
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-106-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-084-0/+486
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-072-2/+2
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-311-2/+2
* Remove base::FileUtilProxy::Entry since it is no longer used.nhiroki@chromium.org2013-05-221-8/+0
* split file path constants out for split linkscottmg@chromium.org2013-05-213-16/+30
* Make Windows traversal checking handle pathological cases jschuh@chromium.org2013-05-172-1/+11
* Revert 200603 "Make Windows traversal checking handle pathologic..."rouslan@chromium.org2013-05-162-14/+1
* Make Windows traversal checking handle pathological cases jschuh@chromium.org2013-05-162-1/+14
* Cleanup: Remove unneeded base/file_util.h includes in base.thestig@chromium.org2013-05-144-22/+21
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-084-486/+0
* Revert 198824 "Export FileInfo"dbeam@chromium.org2013-05-081-1/+1
* Export FileInfobrettw@chromium.org2013-05-071-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-074-0/+486
* base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-251-1/+1
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-123-1/+53
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Stop casting uintptr_t* to int*.avi@chromium.org2013-04-022-24/+29
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-302-2/+2
* Cleanup: Remove more base/file_paths.h references.thestig@chromium.org2013-02-272-2/+2
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-244-0/+275
* Move file_path.h to base/files.brettw@chromium.org2013-02-2412-10/+2914
* Linux/ChromeOS Chromium style checker cleanup, base/ edition.rsleevi@chromium.org2013-02-072-3/+3
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-062-2/+4
* Revert 180547 (didn't help)thakis@chromium.org2013-02-042-7/+7
* Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTestthakis@chromium.org2013-02-042-7/+7
* base: Update the calls from QuitClosure() to QuitWhenIdleClosure().tfarina@chromium.org2013-02-042-7/+7
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-263-0/+1047
* Remove the base::files:: namespace.darin@chromium.org2013-01-157-14/+0