summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChan...viettrungluu@chromium.org2014-08-122-40/+25
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-3/+4
* IPC::ChannelMojo: Dup and own fds to transmitmorrita@chromium.org2014-08-091-2/+14
* IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITIONmorrita@chromium.org2014-08-082-8/+16
* Add ipc/mojo/OWNERSmorrita@chromium.org2014-08-081-0/+2
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-072-2/+2
* Introduce ChannelMojomorrita@chromium.org2014-08-0436-100/+1740
* IPC: Add more debug logic (crash tracking)rvargas@chromium.org2014-07-312-2/+12
* Refactor Web Notification permission requests.peter@chromium.org2014-07-291-0/+1
* Make IPC macros work with -Wunused-local-typedefs.thakis@chromium.org2014-07-291-6/+6
* Improve content test GN buildbrettw@chromium.org2014-07-231-3/+3
* GN Windows build fixesbrettw@chromium.org2014-07-221-1/+0
* Rename IPC::ChannelFactory to UnixDomainSocketAcceptor.morrita@chromium.org2014-07-184-154/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-15/+11
* Remove unused IPC_MESSAGE_START enum constants.tsepez@chromium.org2014-07-011-6/+0
* [DeviceLight] Add renderer+common partsrijubrata.bhaumik@intel.com2014-06-271-0/+1
* Extensions: Split extensions utility IPC messages into its own file.thestig@chromium.org2014-06-271-1/+2
* IPC ChannelWin: Add temporary debug info.rvargas@chromium.org2014-06-272-3/+53
* The LOG initialization code would clear the last error. Use PLOG instead.weitaosu@chromium.org2014-06-261-3/+2
* ozone: Add GPU message for cursor updatesspang@chromium.org2014-06-261-0/+1
* This patch defines three mechanisms for acquiring CLD2's data:andrewhayden@chromium.org2014-06-241-0/+1
* Support multiple files for AEC dump.grunell@chromium.org2014-06-181-0/+1
* Fix "inlcude" typo in comments.tsepez@chromium.org2014-06-181-2/+2
* Split printing utility IPC messages into its own file.thestig@chromium.org2014-06-181-0/+1
* Enable resource prefetch from the browser process.tburkard@chromium.org2014-06-171-0/+1
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-136-16/+16
* Build fix with gcc 4.8 and C++11 enabledch.dumez@samsung.com2014-06-101-1/+1
* Remove base::kInvalidPlatformFileValue from components, ipc and ppapi.rvargas@chromium.org2014-06-101-2/+1
* Remove cdn from OWNERS for IPC security review.palmer@chromium.org2014-06-081-1/+0
* IPC::Channel: Reduce POSIX specific API surfacemorrita@chromium.org2014-06-078-97/+55
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-0617-272/+257
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-056-63/+91
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-026-247/+71
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-026-71/+247
* 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