| Commit message (Expand) | Author | Age | Files | Lines |
* | Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces | akalin@chromium.org | 2012-02-15 | 1 | -117/+6 |
* | 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 | -22/+3 |
* | Convert various ReleaseSoon methods to use base::Bind() | dcheng@chromium.org | 2011-12-30 | 1 | -3/+9 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-30 | 1 | -2/+9 |
* | Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ... | dcheng@chromium.org | 2011-12-29 | 1 | -9/+2 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-29 | 1 | -2/+9 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+4 |
* | Fix comment for PostTaskAndReply(). | willchan@chromium.org | 2011-09-16 | 1 | -1/+1 |
* | Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. | ajwong@chromium.org | 2011-08-18 | 1 | -0/+45 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -6/+9 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Support Closure in ALL the loops! | ajwong@chromium.org | 2011-07-26 | 1 | -1/+23 |
* | Clarify documentation about when a task may fail to post to a message loop | joth@chromium.org | 2011-04-07 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -2/+4 |
* | Fix shutdown crash in CertVerifier by using a MessageLoopProxy. | willchan@chromium.org | 2010-11-23 | 1 | -1/+2 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | base: comment fixes only | agl@chromium.org | 2010-10-11 | 1 | -4/+5 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -4/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add virtual to some base classes that have virtual methods | jar@chromium.org | 2010-06-25 | 1 | -0/+3 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 1 | -1/+27 |
* | Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C... | sanjeevr@chromium.org | 2010-05-03 | 1 | -0/+3 |
* | Created a MessageLoopProxy interface. This provides a thread-safe refcounted ... | sanjeevr@chromium.org | 2010-04-29 | 1 | -0/+45 |