summaryrefslogtreecommitdiffstats
path: root/base/cancelable_callback_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-3/+5
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-5/+3
* base: Remove use of MessageLoopProxyskyostil2015-04-291-3/+5
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-2/+3
* Revert 180547 (didn't help)thakis@chromium.org2013-02-041-4/+2
* Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTestthakis@chromium.org2013-02-041-2/+4
* base: Update the calls from QuitClosure() to QuitWhenIdleClosure().tfarina@chromium.org2013-02-041-4/+2
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-301-12/+15
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-241-0/+182