summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Allow ChannelProxy to be set as a channel endpoint.erikchen2015-07-314-1/+28
* Reland #1: Clean up interface of attachment broker.erikchen2015-07-3014-5/+64
* Revert of ipc: Clean up interface of attachment broker. (patchset #5 id:80001...avi2015-07-3014-62/+4
* ipc: Clean up interface of attachment broker.erikchen2015-07-3014-4/+62
* Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.c...rockot2015-07-291-1/+3
* Re-enable ChannelMojorockot2015-07-291-3/+1
* Hold message in SyncMessageFilter before initboliu2015-07-292-13/+27
* ipc: Create AttachmentBrokerPrivileged and AttachmentBrokerUnprivileged.erikchen2015-07-2814-87/+193
* ipc: Create an unforgeable mechanism to get the process id of the sender.erikchen2015-07-2815-18/+48
* Remove Android filter file for ipc_tests.tfarina2015-07-289-24/+141
* ipc: Add attachment broker code for the privileged browser process.erikchen2015-07-2719-89/+733
* Update ChannelReader to use AttachmentBroker.erikchen2015-07-2724-69/+575
* ipc: Move BasicMessageTest into ipc_message_unittest.cctfarina2015-07-272-33/+32
* Use thread-safe send when using Mojo.jam2015-07-231-1/+1
* Add ipc ParamTraits for StackVectormiletus2015-07-232-0/+53
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+7
* Remove ForwardingMessageFilter.mvanouwerkerk2015-07-214-131/+0
* ipc: Remove the ability to override the listener task runnerskyostil2015-07-212-23/+0
* Add IPC and Windows message map macro blocks to .clang-format optionsDaniel Cheng2015-07-161-3/+3
* Make attachment broker a subclass of IPC::Listener.erikchen2015-07-1511-3/+116
* ChannelPosix: Robustly close FDs of deleting messages.morrita2015-07-101-0/+1
* Fix unused private fields errors in ipc/mojo/.mlamouri2015-07-102-3/+1
* Adjust the binding point of IPC flow events from the next slice to the enclos...yuhaoz2015-07-081-2/+2
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-1/+0
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-081-1/+1
* Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks.amistry2015-07-081-22/+18
* Stub in more IPC attachment brokering functionality.erikchen2015-07-0728-26/+378
* Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (pa...thakis2015-07-071-1/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-071-1/+1
* Revert of Convert ipc_mojo_unittests to run exclusively on Swarming (patchset...bruening2015-07-062-35/+0
* Convert ipc_mojo_unittests to run exclusively on Swarmingthakis2015-07-062-0/+35
* Replace image_messages.h with Mojo servicehalton.huo2015-07-061-1/+0
* Convert ipc_tests to run exclusively on Swarmingmaruel2015-06-302-0/+44
* Update client side navigator.connect API to use ServicePortCollection [2/3]mek2015-06-291-1/+0
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-233-2/+58
* Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...scottmg2015-06-192-0/+70
* Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...scottmg2015-06-192-70/+0
* Mac: Make SharedMemoryHandle its own class.erikchen2015-06-192-0/+70
* Disable ipc_mojo_unittests that timeout on Android.msw2015-06-192-9/+56
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-1911-322/+50
* ipc: Remove virtual inheritance of SupportsAttachmentBrokering.erikchen2015-06-171-1/+1
* Fix win style errors.erikchen2015-06-163-4/+4
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-1631-146/+287
* IPC: Add new classes required for attachment brokering.erikchen2015-06-1610-0/+220
* Disable ChannelMojorockot2015-06-121-2/+3
* Fix leak of PlatformHandleDispatchers in Mojo IPCrogerj2015-06-121-1/+2
* ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error.morrita2015-06-111-8/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Refactoring: Moving the SafeJsonParser to its own component.eranm2015-06-031-0/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-0318-128/+209