summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-3013-121/+217
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-2913-217/+121
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-2913-121/+217
* Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on var...jam@chromium.org2014-05-271-14/+3
* Ensure that the disabled test doesn't run setup on xpjam@chromium.org2014-05-211-0/+5
* Disable IPCChannelBadMessageTest.BadMessage on XP botsjam@chromium.org2014-05-211-0/+9
* Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is al...jam@chromium.org2014-05-212-61/+228
* Bundle DidOverscrollParams with the input event ackjdduke@chromium.org2014-05-201-0/+35
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-6/+3
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-163-98/+9
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-157-6/+40
* Add Battery Status API support in content/renderer and IPC messages.timvolodine@chromium.org2014-05-141-0/+1
* Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword.jam@chromium.org2014-05-142-10/+20
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-133-96/+135
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-072-8/+4
* [Android] Add messages for Gin Java Bridge implementationmnaganov@chromium.org2014-05-061-0/+1
* IPC: Restrict 'toplevel' to truly toplevel events.epenner@chromium.org2014-05-024-8/+8
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-2513-178/+262
* Make IPC::ChannelProxy test check filter eventsdmichael@chromium.org2014-04-231-8/+52
* Remove --debug-on-start and --debug-children.pkasting@chromium.org2014-04-173-7/+0
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-2/+0
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-10/+0
* DCHECK that listener thread != IO threaddmichael@chromium.org2014-04-172-0/+15
* Remove SyncChannel::SendWithTimeoutpiman@chromium.org2014-04-163-154/+16
* Checkpoint work to get GN builds working on Android.dpranke@chromium.org2014-04-121-71/+74
* Minor GN build cleanup.brettw@chromium.org2014-04-081-4/+4
* Push API: send and receive IPC messages for registration.mvanouwerkerk@chromium.org2014-04-081-0/+1
* Move Translate renderer messages to the Translate componentdroger@chromium.org2014-04-041-0/+1
* Add IPC to the GN build.brettw@chromium.org2014-04-021-0/+172
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-1/+0
* Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..."viettrungluu@chromium.org2014-03-302-4/+0
* Revert 260408 "Another temporary CHECK to help track down crash ..."viettrungluu@chromium.org2014-03-301-2/+0
* Another temporary CHECK to help track down crash in IPC.viettrungluu@chromium.org2014-03-301-0/+2
* Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-292-0/+4
* Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."viettrungluu@chromium.org2014-03-292-2/+0
* Add a temporary CHECK to IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-292-0/+2
* Remove PlatformFile from spell checkerrvargas@chromium.org2014-03-251-0/+9
* IPC: Fix size_t to int cast for Win64 build.epenner@chromium.org2014-03-201-1/+1
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-204-20/+57
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-195-9/+47
* Replace std::map with base::SmallMap in ui::LatencyInfojdduke@chromium.org2014-03-181-0/+36
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-181-0/+1
* Revert 257505 "Adds the ability for the renderer to create the m..."viettrungluu@chromium.org2014-03-181-1/+0
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-171-0/+1
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-172-27/+26
* Revert of Adds the ability for the renderer to create the mojo channel (https...jamesr@chromium.org2014-03-151-1/+0
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-151-0/+1
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-152-26/+27
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-27/+26
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-142-24/+24