| Commit message (Expand) | Author | Age | Files | Lines |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, base/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari... | tfarina@chromium.org | 2013-02-06 | 1 | -1/+2 |
* | Revert 180547 (didn't help) | thakis@chromium.org | 2013-02-04 | 1 | -4/+4 |
* | Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest | thakis@chromium.org | 2013-02-04 | 1 | -4/+4 |
* | base: Update the calls from QuitClosure() to QuitWhenIdleClosure(). | tfarina@chromium.org | 2013-02-04 | 1 | -4/+4 |
* | Remove the base::files:: namespace. | darin@chromium.org | 2013-01-15 | 1 | -2/+0 |
* | (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w... | kmadhusu@chromium.org | 2012-12-05 | 1 | -31/+101 |
* | Change FilePathWatcher tests to use the new callback style FilePathWatcher::W... | thestig@chromium.org | 2012-12-01 | 1 | -113/+115 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | base: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-10-30 | 1 | -3/+3 |
* | Fix stack corruption bug in FilePathWatcherTest.Callback. | joaodasilva@chromium.org | 2012-08-31 | 1 | -2/+17 |
* | Added a base::Callback interface to FilePathWatcher. | joaodasilva@chromium.org | 2012-06-04 | 1 | -2/+47 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-04-25 | 1 | -0/+9 |
* | Update uses of TimeDelta in base/files. | tedvessenes@gmail.com | 2012-04-16 | 1 | -1/+1 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -3/+3 |
* | base::Bind: Convert FilePathWatcher. | jhawkins@chromium.org | 2011-11-23 | 1 | -37/+15 |
* | Mark FilePathWatcherTest.DisappearingDirectory as flaky. | joi@chromium.org | 2011-11-09 | 1 | -0/+4 |
* | Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*. | jbates@chromium.org | 2011-10-05 | 1 | -3/+3 |
* | [Linux] Make FilePathWatcher somewhat more symlink aware. | craig.schlenter@chromium.org | 2011-09-05 | 1 | -0/+164 |
* | Move test utilities into test_file_util.*. | ahendrickson@chromium.org | 2011-09-02 | 1 | -0/+1 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Mark FilePathWatcherTest.DestroyWithPendingNotification as FLAKY on MacOS | asargent@chromium.org | 2011-06-13 | 1 | -1/+7 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -2/+2 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 1 | -0/+622 |