summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate FilePathWatcher::Delegate.darin@chromium.org2013-01-156-100/+38
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-057-47/+154
* Change FilePathWatcher tests to use the new callback style FilePathWatcher::W...thestig@chromium.org2012-12-011-113/+115
* [cros] RlzValueStore made protected by a cross-process lock and not persisted...ivankr@chromium.org2012-11-292-11/+23
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-165-2/+267
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-082-12/+12
* Re-enable ImportantFileWriterTest.BatchingWritesphajdan.jr@chromium.org2012-11-081-2/+1
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-012-12/+12
* Adding 'base_prefs' target to base/gypi.joi@chromium.org2012-11-011-1/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-302-12/+12
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-302-4/+4
* Make important file writing a critical taskstuartmorgan@chromium.org2012-10-251-1/+2