| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner | sergeyu@chromium.org | 2012-07-02 | 1 | -3/+3 |
* | Remove Message::Sender and Channel::Listener typedefs. | brettw@chromium.org | 2012-06-29 | 1 | -3/+3 |
* | IPC: change sync channel dispatch restriction to allow dispatch to other chan... | piman@chromium.org | 2012-03-30 | 1 | -8/+23 |
* | Add OVERRIDE to ipc/. | avi@chromium.org | 2011-11-17 | 1 | -8/+8 |
* | Allow proxy channels to be created without initializing the underlying channel. | kkania@chromium.org | 2011-11-16 | 1 | -0/+13 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 1 | -4/+3 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -2/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -2/+2 |
* | Add additional comments to the sync channel. | brettw@chromium.org | 2011-04-15 | 1 | -0/+28 |
* | Add sync context dispatch restriction. | piman@google.com | 2011-04-08 | 1 | -0/+15 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -1/+2 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 1 | -4/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -2/+2 |
* | Allow synchronous messages to be sent from threads other than the main thread... | jabdelmalek@google.com | 2010-04-06 | 1 | -16/+5 |
* | Don't use any member variables when sending a sync call, since SyncChannel co... | jam@chromium.org | 2009-12-01 | 1 | -2/+3 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -3/+2 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 1 | -1/+4 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Speculative fix for a leak in SyncChannel. | jeremy@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+162 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -159/+0 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -0/+159 |