Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a direct include of the message_loop header in base/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -4/+4 |
* | base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari... | tfarina@chromium.org | 2013-02-06 | 1 | -28/+23 |
* | Disassociate argument type from return type in PostTaskAndReplyWithResult tem... | ajwong@chromium.org | 2012-11-28 | 1 | -0/+19 |
* | base: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-10-30 | 1 | -3/+3 |
* | Fix a leak following r135955 | rsleevi@chromium.org | 2012-05-10 | 1 | -0/+8 |
* | Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. | rsleevi@chromium.org | 2012-05-09 | 1 | -0/+31 |
* | When using PostTaskAndReplyWithResults, if the ResultType is a passed type (e... | rsleevi@chromium.org | 2012-05-03 | 1 | -1/+36 |
* | Move PostTaskAndReplyWithStatus into task_runner_helpers.h | battre@chromium.org | 2012-04-17 | 1 | -0/+40 |