| Commit message (Expand) | Author | Age | Files | Lines |
* | ipc: don't treat replies with the unblock flag set as regular messages | piman@chromium.org | 2012-04-10 | 1 | -4/+4 |
* | IPC: change sync channel dispatch restriction to allow dispatch to other chan... | piman@chromium.org | 2012-03-30 | 1 | -5/+6 |
* | Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. | tedvessenes@gmail.com | 2012-03-07 | 1 | -1/+1 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -4/+4 |
* | Reimplement ReceivedSyncMsgQueue::DispatchMessages | jhorwich@chromium.org | 2012-01-11 | 1 | -17/+29 |
* | Allow proxy channels to be created without initializing the underlying channel. | kkania@chromium.org | 2011-11-16 | 1 | -11/+22 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+2 |
* | base:Bind: Convert ipc/. | jhawkins@chromium.org | 2011-11-12 | 1 | -9/+11 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -1/+0 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -0/+1 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -1/+1 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -6/+7 |
* | Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u... | kushi.p@gmail.com | 2011-04-28 | 1 | -1/+1 |
* | Add additional comments to the sync channel. | brettw@chromium.org | 2011-04-15 | 1 | -0/+4 |
* | Add sync context dispatch restriction. | piman@google.com | 2011-04-08 | 1 | -11/+25 |
* | 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 |