| Commit message (Expand) | Author | Age | Files | Lines |
| * | Separate out the platform-independent parts of Channel reading. | brettw@chromium.org | 2012-03-01 | 2 | -81/+108 |
| * | This changes around our handling of file descriptors to reduce code duplicati... | brettw@chromium.org | 2012-02-29 | 2 | -273/+285 |
| * | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -2/+3 |
| * | iCleanup: Delete a bunch of empty directories, part 4. | thestig@chromium.org | 2012-02-23 | 1 | -4/+0 |
| * | Make IPC_MESSAGE_EXPORT more robust. | thakis@chromium.org | 2012-02-21 | 2 | -8/+14 |
| * | Reverting in an attempt to fix Win Builder 2010 (dbg). | jhawkins@chromium.org | 2012-02-18 | 1 | -9/+6 |
| * | Make IPC_MESSAGE_EXPORT more robust. | thakis@chromium.org | 2012-02-18 | 1 | -6/+9 |
| * | Simple trace logging of received IPC messages | rbyers@chromium.org | 2012-02-14 | 1 | -1/+12 |
| * | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -4/+4 |
| * | Revert 121889 - Add simple trace logging of received IPC messages | rbyers@chromium.org | 2012-02-14 | 1 | -13/+2 |
| * | Add simple trace logging of received IPC messages | rbyers@chromium.org | 2012-02-14 | 1 | -2/+13 |
| * | Refactoring: Split more accessibility code into separate files. | dmazzoni@chromium.org | 2012-02-13 | 1 | -0/+1 |
| * | Remove static initializer in dummy_event | tbreisacher@chromium.org | 2012-02-03 | 1 | -4/+18 |
| * | Add option --dump-render-tree to content_shell to dump the render tree as text. | jochen@chromium.org | 2012-01-29 | 1 | -1/+2 |
| * | Fix warning so Android ipc_tests builds again. (-Werror turned on in http://c... | jrg@chromium.org | 2012-01-25 | 1 | -2/+2 |
| * | Implement support for a cancelable SyncSocket. | tommi@chromium.org | 2012-01-25 | 1 | -11/+50 |
| * | Initialize IPC:ChannelHandle from existing HANDLE | amit@chromium.org | 2012-01-24 | 4 | -13/+105 |
| * | Convert use of int ms to TimeDelta in files owned by jeremy. | tedvessenes@gmail.com | 2012-01-13 | 4 | -9/+9 |
| * | Reimplement ReceivedSyncMsgQueue::DispatchMessages | jhorwich@chromium.org | 2012-01-11 | 2 | -18/+288 |
| * | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 1 | -3/+2 |
| * | Coverity: Fix leaks. | jhawkins@chromium.org | 2011-12-21 | 1 | -0/+2 |
| * | Removing MessageLoop::QuitTask() from ipc/ | dcheng@chromium.org | 2011-12-08 | 1 | -1/+1 |
| * | views: Add an Options enum to MessageBoxView control. | tfarina@chromium.org | 2011-12-07 | 1 | -1/+1 |
| * | base::Bind: Convert IPC::SendTask. | jhawkins@chromium.org | 2011-11-29 | 2 | -12/+14 |
| * | base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. | jhawkins@chromium.org | 2011-11-28 | 1 | -21/+14 |
| * | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 7 | -1/+20 |
| * | Add OVERRIDE to ipc/. | avi@chromium.org | 2011-11-17 | 7 | -21/+21 |
| * | Allow proxy channels to be created without initializing the underlying channel. | kkania@chromium.org | 2011-11-16 | 5 | -34/+139 |
| * | Uncomment a different third IPC hook for about:profiler | jar@chromium.org | 2011-11-15 | 1 | -2/+2 |
| * | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+2 |
| * | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 2 | -7/+5 |
| * | base:Bind: Convert ipc/. | jhawkins@chromium.org | 2011-11-12 | 7 | -62/+71 |
| * | Revert 109760 - Uncomment third IPC hook for about:profiler | jar@chromium.org | 2011-11-12 | 1 | -1/+1 |
| * | Uncomment third IPC hook for about:profiler | jar@chromium.org | 2011-11-12 | 1 | -1/+1 |
| * | Uncomment second IPC hook for about:profiler | jar@chromium.org | 2011-11-11 | 1 | -1/+1 |
| * | Uncomment first (major) IPC hook for about:profiler | jar@chromium.org | 2011-11-11 | 1 | -1/+1 |
| * | Land commented out IPC hooks for profiling | jar@chromium.org | 2011-11-11 | 1 | -31/+42 |
| * | Revert 109357 - Support tracking of IPC messages as tasks in profiler | jar@chromium.org | 2011-11-10 | 1 | -36/+26 |
| * | Support tracking of IPC messages as tasks in profiler | jar@chromium.org | 2011-11-10 | 1 | -26/+36 |
| * | Revert 108752 - Support tracking of IPC messages as tasks in profiler | joi@chromium.org | 2011-11-08 | 1 | -21/+14 |
| * | Support tracking of IPC messages as tasks in profiler | jar@chromium.org | 2011-11-05 | 1 | -14/+21 |
| * | Android IPC changes. | jrg@chromium.org | 2011-11-04 | 6 | -5/+25 |
| * | Add gamepad IPC message definitions, not in-use yet. | scottmg@chromium.org | 2011-10-28 | 1 | -0/+1 |
| * | more content exports. | dpranke@chromium.org | 2011-10-27 | 1 | -2/+2 |
| * | Update automation messages to use the new way of declaring message structs, t... | jam@chromium.org | 2011-10-21 | 1 | -3/+1 |
| * | Adds the renderer component of the Java Bridge | steveblock@chromium.org | 2011-10-20 | 1 | -0/+1 |
| * | More message names and some timing output for the IPC logging. | scottbyer@chromium.org | 2011-10-20 | 3 | -9/+87 |
| * | OpenBSD patch for ipc, split from CR #8275005 | mark@chromium.org | 2011-10-18 | 1 | -1/+5 |
| * | Fix IPC logging on Windows. | jam@chromium.org | 2011-10-17 | 2 | -7/+12 |
| * | Use a placeholder instead of the default plugin for missing plug-ins on Mac a... | bauerb@chromium.org | 2011-10-05 | 1 | -0/+31 |