| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -11/+11 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -2/+2 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -5/+5 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -2/+2 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -6/+7 |
* | Fix a chrome browser crash observed in chrome frame reliability test runs. Th... | ananta@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Add MessageLoop::QuitNow and use it to terminate a sync IPC. | darin@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Revert "Better handle oversized IPC messages" r37102 | jeremy@chromium.org | 2010-01-26 | 1 | -9/+0 |
* | Better handle oversized IPC messages | jeremy@chromium.org | 2010-01-26 | 1 | -0/+9 |
* | Don't use any member variables when sending a sync call, since SyncChannel co... | jam@chromium.org | 2009-12-01 | 1 | -26/+27 |
* | Fix 64-bit warnings (for 64-bit Windows build) | gregoryd@google.com | 2009-11-20 | 1 | -1/+1 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -3/+4 |
* | The send done event in the old send watcher can be NULL as it can be signaled... | ananta@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 1 | -6/+44 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+453 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -453/+0 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -0/+453 |