| Commit message (Expand) | Author | Age | Files | Lines |
* | Win 8 Start Menu shortcut changes | gab@chromium.org | 2012-04-06 | 1 | -4/+5 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -2/+2 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath(). | thestig@chromium.org | 2012-03-13 | 1 | -16/+0 |
* | Cleanup: Deprecate wstring version of file_util::CopyDirectory(). | thestig@chromium.org | 2012-03-03 | 1 | -19/+7 |
* | Fix the CountFilesCreatedAfter test. | gbillock@chromium.org | 2012-02-17 | 1 | -27/+16 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -1/+1 |
* | Match whole path components in DevicePathToDriveLetterPath(). Add tests. | skerner@chromium.org | 2012-01-17 | 1 | -1/+71 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -5/+4 |
* | GetPlatformFileInfo was always never returning directory | cpu@chromium.org | 2011-12-29 | 1 | -1/+19 |
* | Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux | mcgrathr@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Fix the file_util_unittests.cc for Android | michaelbai@chromium.org | 2011-10-25 | 1 | -0/+1 |
* | Update write checks for external extension file on mac. | skerner@chromium.org | 2011-10-17 | 1 | -45/+168 |
* | Get gid of created folders from stat()ing the folders, not from getgid(). | skerner@chromium.org | 2011-09-26 | 1 | -34/+9 |
* | Mark VerifyPathControlledByUserTest.* as FAILS_ on mac. | thakis@chromium.org | 2011-09-24 | 1 | -3/+31 |
* | Add external extensions json source in proper mac location. | skerner@google.com | 2011-09-22 | 1 | -0/+265 |
* | Add a gyp flag to enable dcheck by default in release without | nsylvain@chromium.org | 2011-09-20 | 1 | -1/+1 |
* | base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. | tfarina@chromium.org | 2011-08-15 | 1 | -4/+4 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-08-03 | 1 | -2/+2 |
* | Revert 94426 - Removed wchat_t from Time::FromString. | morrita@chromium.org | 2011-07-28 | 1 | -2/+2 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-07-28 | 1 | -2/+2 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Revert r83048 "Removed wchar_t from Time::FromString." | maruel@chromium.org | 2011-04-26 | 1 | -2/+2 |
* | Removed wchar_t from Time::FromString. | shinyak@google.com | 2011-04-26 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Base unit tests: Small fix for two incorrect utility | rvargas@google.com | 2011-03-25 | 1 | -2/+2 |
* | FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() | evan@chromium.org | 2011-02-04 | 1 | -2/+2 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -5/+8 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -8/+5 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -5/+8 |
* | Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. | tfarina@chromium.org | 2011-01-07 | 1 | -12/+0 |
* | base: Remove deprecated file_util::GetFilenameFromPath function. | tfarina@chromium.org | 2011-01-06 | 1 | -11/+0 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -3/+3 |
* | Some additions to support symlinks better on platforms that support them. | gspencer@chromium.org | 2010-11-30 | 1 | -11/+40 |
* | Add a TouchFile() function that takes a FilePath argument. | dumi@chromium.org | 2010-09-23 | 1 | -3/+13 |
* | Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" | maruel@chromium.org | 2010-09-23 | 1 | -13/+3 |
* | Add a TouchFile function that operates on FilePaths + fixing a bug | dumi@chromium.org | 2010-09-23 | 1 | -3/+13 |
* | GTTF: Fix FileUtilTest so multiple test instances can run in parallel. | phajdan.jr@chromium.org | 2010-09-15 | 1 | -110/+106 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Spelling correction: "nonexistant" -> "nonexistent". | viettrungluu@chromium.org | 2010-08-22 | 1 | -1/+1 |
* | Get rid of the deprecated file_util::InsertBeforeExtension. | tfarina@chromium.org | 2010-08-18 | 1 | -63/+0 |
* | Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro... | skerner@chromium.org | 2010-08-03 | 1 | -3/+3 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -1/+0 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 1 | -0/+6 |
* | Deprecate more old filepath functions. | evan@chromium.org | 2010-07-01 | 1 | -0/+3 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -0/+1 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -2/+1 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -1/+2 |
* | Add histograms to track the size of the profile data. | rvargas@google.com | 2010-06-11 | 1 | -0/+6 |