- 67c0c48 Speed up FilePathWatcherTest.TrivialParentDirChange. by Greg Thompson · 4 years ago
- 2aaa315 Retire Windows.TmpFileDeleter.{Fail,Success}Count metrics. by Greg Thompson · 4 years ago
- 6a1f77c Move FileErrorOr to //base by Austin Sullivan · 4 years ago
- 138d7ff7 Fix [readability/namespace] lint errors in base/ by Sumaid Syed · 4 years, 1 month ago
- 05f1454 Remove leftover <vector> includes in base/ by Victor Hugo Vianna Silva · 4 years, 1 month ago
- 665c2f7 Clarify base::FilePath::Extension doc comment by Nigel Tao · 4 years, 1 month ago
- b487a83 Fix a few -Wunreachable-code-aggressive warnings by Nico Weber · 4 years, 1 month ago
- 4e8fd4e base: Remove stat.h include in file.h by Nico Weber · 4 years, 1 month ago
- ad33042 Use scopers instead of SetIOAllowed() where scope is trivial by Gabriel Charette · 4 years, 1 month ago
- 6457cf54 Remove more windows.h includes from headers by Bruce Dawson · 4 years, 1 month ago
- 53fa72d base: Use a smaller chunk_size when reading a 0-length file by Anand K Mistry · 4 years, 1 month ago
- 9df510e Removing windows.h includes from some base headers by Bruce Dawson · 4 years, 1 month ago
- 1ad438d Changes to base to allow removing windows.h by Bruce Dawson · 4 years, 2 months ago
- d554315 Fix -Wc++11-narrowing: base/ by Peter Kasting · 4 years, 2 months ago
- 8e78b0a Clarify base::FilePath::Extension doc comment by Nigel Tao · 4 years, 2 months ago
- b7f2622 Swap from base/stl_util.h to cxx17_backports.h in base/ .cc files. by Lei Zhang · 4 years, 2 months ago
- 5e8d822cc4 Remove unneeded base/macros.h includes from many base/ files. by Lei Zhang · 4 years, 3 months ago
- 21c390b Remove some unneeded base/stl_util.h includes in base/ and mojo/. by Lei Zhang · 4 years, 3 months ago
- c0f9fc5 Remove base/containers/contain.h include from base/stl_util.h. by Lei Zhang · 4 years, 3 months ago
- 046ecad Introduce ownership tracking for base::ScopedFD by Ken Rockot · 4 years, 3 months ago
- 7dd58ad Reland "base: Replace base::Optional and friends with absl counterparts" by Anton Bikineev · 4 years, 3 months ago
- d68d079 Adapt /base to move-only thread options. by Olivier Li · 4 years, 3 months ago
- 6dd5406a Revert "base: Replace base::Optional and friends with absl counterparts" by Findit · 4 years, 3 months ago
- 3c983bd base: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 3 months ago
- a9ba2d8 Reverse delegation between base::WriteFileDescriptor() variants. by Lei Zhang · 4 years, 3 months ago
- c9e8a16 Change base::WriteFileDescriptor() to take a span or StringPiece. by Lei Zhang · 4 years, 3 months ago
- cddf850 Change base::AppendToFile() to take a span or StringPiece. by Lei Zhang · 4 years, 3 months ago
- 162cf9880 Do IWYU for base/files/file_path_watcher.h. by Lei Zhang · 4 years, 3 months ago
- 2d6563b Add retries for async file delete on Windows by David Bienvenu · 4 years, 4 months ago
- b49a213e Remove unneeded base/strings/stringprintf.h includes. by Lei Zhang · 4 years, 4 months ago
- 2a55b44 Add a note to avoid using base::CreateNewTempDirectory(). by Lei Zhang · 4 years, 4 months ago
- bebb200 [tracing] Rename WriteIntoTracedValue into WriteIntoTrace by Alexander Timin · 4 years, 4 months ago
- ddff172 [base] Add nogncheck to tracing includes by Alexander Timin · 4 years, 4 months ago
- 591e8f2 base: Linux: use sendfile when copying file contents by Brian Geffon · 4 years, 5 months ago
- c0b95cd Remove unnecessary variable declaration in FileDescriptorWatcher. by Sunwoo Nam · 4 years, 5 months ago
- 5f5b451a [base] Don't include stl_util.h in file_path.h by Hans Wennborg · 4 years, 5 months ago
- 7ad032f4 Remove base::FileProxy default constructor. by Jeremy Roman · 4 years, 5 months ago
- 8ed6fce [base] Templatize BasicStringPiece by Character Type by Jan Wilken Dörrie · 4 years, 5 months ago
- bc3a2c3 Do case-insensitive match for hostname in network paths by Joel Hockey · 4 years, 5 months ago
- 4eb43a6 Remove usage of AdaptCallbackForRepeating in //base by Fabrice de Gans-Riberi · 4 years, 5 months ago
- b6108d6 [bookmarks] Partially move JSON serialization to backend sequence by Mikel Astiz · 4 years, 5 months ago
- 09a4396 [LSC] Remove base/strings/string16.h #includes by Jan Wilken Dörrie · 4 years, 5 months ago
- 578bf7b Fix inotify watches over count by Xiyuan Xia · 4 years, 5 months ago
- 085b2aa [LSC] Replace string16 with std::u16string in //base by Jan Wilken Dörrie · 4 years, 5 months ago
- 85285b0 [LSC] Replace base::string16 with std::u16string in //[a-e]* by Jan Wilken Dörrie · 4 years, 6 months ago
- ad587c3 [LSC] Add #include <string> to prepare for removal of base::string16 by Jan Wilken Dörrie · 4 years, 6 months ago
- 677e0c87 [LSC] Remove base::char16 type alias by Jan Wilken Dörrie · 4 years, 6 months ago
- 7372d536 [tracing] Add TracedValue support to base::File{Path} by Alexander Timin · 4 years, 6 months ago
- 3879f8a Fix a race that leaves FilePathWatcherImpl reference behind by Xiyuan Xia · 4 years, 6 months ago
- 5db50ac [base] Remove StringPiece::as_string() in //base by Jan Wilken Dörrie · 4 years, 6 months ago
- 9a2e343 Deleting non-existent files and dirs is success all the time. by Greg Thompson · 4 years, 6 months ago
- c840cce Fix error reporting in CreateAndOpenTemporaryFileInDir. by Greg Thompson · 4 years, 7 months ago
- 08c59d76 Change FileDescriptorWatcher::Controller::watcher_ to raw pointer by Keishi Hattori · 4 years, 7 months ago
- aa6e6557 FileDescriptorWatcher: Make WaitableEvent owned by Watcher. by Wez · 4 years, 7 months ago
- 704c11f Revert "FileDescriptorWatcher: Make WaitableEvent owned by Watcher." by Alexander Timin · 4 years, 7 months ago
- 28cf096 FileDescriptorWatcher: Make WaitableEvent owned by Watcher. by Alexander Timin · 4 years, 7 months ago
- 7b302c4 base: "bits::Align() -> bits::AlignUp() in //base. by Benoit Lize · 4 years, 7 months ago
- 4c9c503 Fix crash in FilePathWatcherKQueue. by Greg Thompson · 4 years, 7 months ago
- 6be3dbb Revert "[Mac] Fix a crash following destruction of a FilePathWatcher." by Greg Thompson · 4 years, 7 months ago
- bbbc9688 Revert "Fix crash in FilePathWatcherKQueue." by Greg Thompson · 4 years, 7 months ago
- 8cb19ba Fix crash in FilePathWatcherKQueue. by Greg Thompson · 4 years, 7 months ago
- cd7b7fd Retire ImportantFile.DeleteOnCloseError histogram. by Greg Thompson · 4 years, 8 months ago
- 0ab3b49 Fix crash when running a FileDescriptorWatcher's callback. by Greg Thompson · 4 years, 8 months ago
- 3565fc3 Retry ReplaceFile to protect against anti-virus by Bruce Dawson · 4 years, 8 months ago
- e56b996a Remove DISALLOW_COPY_AND_ASSIGN from base/files. by David Bienvenu · 4 years, 8 months ago
- 0d5712a [Mac] Fix a crash following destruction of a FilePathWatcher. by Greg Thompson · 4 years, 8 months ago
- 81f1908c Record metrics on time to serialize important files by Dominic Battre · 4 years, 9 months ago
- 3fab2a2 Fix temporary filenames for ImportantFileWriterCleaner by Aidan Wolter · 4 years, 9 months ago
- d8f940d [FilePathWatcher] Remove the deprecated Watch(bool) overload. by Greg Thompson · 4 years, 9 months ago
- c7911fe Initialize ImportantFileWriter::previous_data_size_ for JsonPrefStore by Dominic Battre · 4 years, 9 months ago
- 0a41c4a Preallocate memory in ImportantFileWriter by Dominic Battre · 4 years, 9 months ago
- 53bfc89c2 file_util: Export CopyFileContents function by Alexander Bolodurin · 4 years, 9 months ago
- 2c108cb [ImportantFileWriter] Improve diagnostics on failure to replace. by Greg Thompson · 4 years, 9 months ago
- 2f5a126 [FilePathWatcher] Introduce the kTrivial watch type for macOS. by Greg Thompson · 4 years, 9 months ago
- 989852e [FilePathWatcher] Use an enum rather than a bool for the type of watch. by Greg Thompson · 4 years, 9 months ago
- 000df18f Reland "LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH)" by Yuta Hijikata · 4 years, 9 months ago
- db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 10 months ago
- 91a94c7 Revert "LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH)" by Wei-Yin Chen (陳威尹) · 4 years, 10 months ago
- d9689b0 LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) by Yuta Hijikata · 4 years, 10 months ago
- ef4e9194 Reland "Move base/test/bind_test_util.h to base/test/bind.h" by Guido Urdaneta · 4 years, 10 months ago
- 8bd07a6c Revert "Move base/test/bind_test_util.h to base/test/bind.h" by Denis Kuznetsov [CET] · 4 years, 10 months ago
- a4493a6 Move base/test/bind_test_util.h to base/test/bind.h by danakj · 4 years, 10 months ago
- 4169c9f Add HANDLE_EINTR() to mprotect() calls. by Benoit Lize · 4 years, 10 months ago
- 5141e6f8e [base] Enable cleanup of temporary files in ImportantFileWriter. by Wez · 4 years, 10 months ago
- d837ccb Convert NULL to nullptr by Keishi Hattori · 4 years, 11 months ago
- 20656ca Set last-error code in DeleteFileAndRecordMetrics if deletion failed by Michael Li (EDGE) · 4 years, 11 months ago
- 73f3f949 base: Use fdatasync() on Fuchsia. by Victor Costan · 4 years, 11 months ago
- dffb1d04 base: Remove default mode from base::File::Lock(). by Victor Costan · 5 years ago
- b2a8ac9a Clean up Safari importing by Avi Drissman · 5 years ago
- 3f69f1b base: Implement base::PreReadFile() on macOS and iOS. by Victor Costan · 5 years ago
- 7c68f58 lacros: Renamed build/lacros_buildflags.h to build/chromeos_buildflags.h by Hidehiko Abe · 5 years ago
- 789213b remove DISALLOW_COPY_AND_ASSIGN from base/* by David Bienvenu · 5 years ago
- 39b8d34 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 5 years ago
- 4aa966b [base] Remove StringPiece16::as_string by Jan Wilken Dörrie · 5 years ago
- a2b67d6 base: Document problems with FileEnumerator::GetInfo() and the .. directory by Ian Barkley-Yeung · 5 years ago
- 20b21af8 Fix "the the" typos in base/. by Lei Zhang · 5 years ago
- ab221bb Lacros: Adds BUILDFLAG(IS_LACROS) to //base/files by Darin Fisher · 5 years ago
- b3fa4021 Fix UAF in ImportantFileWriter. by Greg Thompson · 5 years ago
- 78281f3 Further cleanup of OS_MACOSX in base by Avi Drissman · 5 years ago
- 5b28637 Migrate to OS_MAC and OS_APPLE in base by Avi Drissman · 5 years ago