summaryrefslogtreecommitdiffstats
path: root/base/files
Commit message (Expand)AuthorAgeFilesLines
* Move Pickle to base namespace.brettw2015-06-021-2/+2
* Testing: Fixed printing FilePaths when a test fails comparing them.mgiuca2015-05-283-7/+19
* Subject .mm files to the header sorting presubmittapted2015-05-191-1/+1
* Cleanup: Fix base header include guards.tfarina2015-05-132-2/+2
* Add granular file tracing.dbeam2015-05-116-27/+247
* Revert of Add granular base::File tracing. (patchset #10 id:490001 of https:/...dbeam2015-05-056-226/+26
* Revert of Revert some other possible suspects of a 0.43% size increase of set...dbeam2015-05-046-26/+226
* Revert some other possible suspects of a 0.43% size increase of setup.exe: ht...Dan Beam2015-05-046-226/+26
* Add granular base::File tracing.dbeam2015-05-046-26/+226
* base: Remove most uses of MessageLoopProxyskyostil2015-04-3012-87/+83
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-2912-83/+87
* base: Remove use of MessageLoopProxyskyostil2015-04-2912-87/+83
* Avoid copying the data string when posting ImportantFileWriter write taskshashimoto2015-04-283-19/+23
* Revert "Intercept base::File Open/Close"pasko2015-04-275-194/+1
* Make unused InitializeUnsafe private and rename to DoInitialize.dbeam2015-04-244-179/+179
* Remove some needless base:: from base::File.dbeam2015-04-233-34/+34
* Remove unused macro PRFilePathLiteral.thakis2015-04-231-2/+0
* Update {virtual,override} to follow C++11 style in base.nick2015-04-221-6/+6
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-7/+7
* Enable FilePathWatcher base unittests on Android.pauljensen2015-04-132-1/+38
* Access fields from the appropriate threads in FilePathWatcherFSEvents.reillyg2015-04-102-87/+125
* Move FilePathWatcher tests to base_unittests.mnissler2015-04-101-0/+0
* Add metrics for time elapsed in base::File::Flush().tnagel2015-04-034-19/+32
* Include DirectoryExists to libbase_nacl_nonsfi.a.hidehiko2015-04-011-2/+4
* Add DCHECK for FilePathWatcherFSEvents destroyed before being cancelled.reillyg2015-04-011-1/+4
* Let ImportantFileWriter Use fdatasynchashimoto2015-03-241-10/+8
* Add File::Duplicate to duplicate a file handle.grt2015-03-194-0/+86
* Update/improve base::File comments.tnagel2015-03-171-4/+5
* Mapping file busy/exists in POSIX File::OSErrorToFileError().cmumford2015-03-131-1/+4
* base: Stop passing by non-const references in some more places.danakj2015-03-101-14/+14
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Leave ImportantFileWriter::WriteFileAtomically argument info in the stackhashimoto2015-02-271-0/+16
* Add base_unittests to win8 trybot. Fix PEImage tests.wfh2015-02-251-1/+2
* Cosmetic changes (spelling, grammar) and fix an annoyance.dougk2015-02-131-3/+3
* Cleanup: Remove some #defines that should already be in linux/magic.h.thestig2015-02-101-15/+0
* Make base unit tests work when TEMP has a lower case drive.rvargas2015-02-091-0/+9
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-1/+1
* Ignore FILE_ATTRIBUTE_NOT_CONTENT_INDEXED for base unit tests.rvargas2015-02-091-9/+5
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* Mechanical rename of tracing includes for /baseprimiano2015-01-311-1/+1
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-221-4/+0
* Add WARN_UNUSED_RESULT to [Final]Extensionscottmg2015-01-201-2/+2
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-092-0/+4
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-237-21/+11
* Linux: Fix an out of bound error in FilePathWatcherImpl::OnFilePathChanged.thestig2014-12-191-9/+32
* Mark as unused the "Closing" UMA entry in ImportantFile.TempFileFailures.tnagel2014-12-151-1/+5
* Generalizing conditional compilation logic for systems with native utf8 locale.halliwell2014-12-121-4/+4
* Cleanup: Get rid of more base::ASCIIToWide usage.thestig2014-12-041-25/+25
* Remove #include of compiler_specific.h from macros.h.pkasting2014-11-211-0/+1