| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dmaclach from OWNERS files | thestig@chromium.org | 2012-08-22 | 1 | -1/+0 |
* | base: Add missing "virtual" keyword and OVERRIDE to some methods. | tfarina@chromium.org | 2012-07-31 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 4 | -4/+0 |
* | Move dir_reader to base/files | brettw@chromium.org | 2012-06-29 | 4 | -0/+264 |
* | Added a base::Callback interface to FilePathWatcher. | joaodasilva@chromium.org | 2012-06-04 | 3 | -2/+95 |
* | Removed file_path_watcher_mac.cc, which isn't used anymore. | joaodasilva@chromium.org | 2012-06-04 | 3 | -504/+8 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-04-25 | 6 | -9/+28 |
* | Update uses of TimeDelta in base/files. | tedvessenes@gmail.com | 2012-04-16 | 1 | -1/+1 |
* | [Coverity] Check return value. | craig.schlenter@chromium.org | 2012-04-05 | 1 | -17/+18 |
* | Remove a unused parameter in the Linux FilePathWatcher implementation. | thestig@chromium.org | 2012-03-13 | 1 | -18/+11 |
* | [base] Make FilePathWatcher::Watch virtual so that it can be mocked. | szym@chromium.org | 2012-02-24 | 1 | -3/+4 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -3/+3 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | base::Bind: Remove Task. | jhawkins@chromium.org | 2012-01-05 | 1 | -63/+50 |
* | base::Bind: Convert FilePathWatcher. | jhawkins@chromium.org | 2011-11-23 | 5 | -70/+44 |
* | Add CHECKs for file descriptors used in select() by InotifyReaderTask | mnissler@chromium.org | 2011-11-23 | 1 | -0/+5 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Mark FilePathWatcherTest.DisappearingDirectory as flaky. | joi@chromium.org | 2011-11-09 | 1 | -0/+4 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 2 | -3/+497 |
* | rename file_path_watcher_mac to file_path_watcher_kqueue | robert.nagy@gmail.com | 2011-10-25 | 1 | -0/+8 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 2 | -10/+10 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 2 | -10/+10 |
* | Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*. | jbates@chromium.org | 2011-10-05 | 3 | -10/+12 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -2/+5 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | [Linux] Make FilePathWatcher somewhat more symlink aware. | craig.schlenter@chromium.org | 2011-09-05 | 2 | -33/+227 |
* | Move test utilities into test_file_util.*. | ahendrickson@chromium.org | 2011-09-02 | 1 | -0/+1 |
* | Mirror Windows implementation of CancelOnMessageLoopThread. | dominich@chromium.org | 2011-08-18 | 1 | -9/+11 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 4 | -4/+4 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | 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 |
* | Base: More adjustments to BASE_API and project dependencies to | rvargas@google.com | 2011-04-21 | 1 | -1/+2 |
* | Move FilePathWatcher to base/files. | craig.schlenter@chromium.org | 2011-04-14 | 8 | -0/+2053 |