summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ChannelMojo: Bind the channel TaskRunner to the right threadrockot2016-03-251-2/+4
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+3
* Make ChannelMojo Send thread-saferockot2016-03-234-59/+158
* Add support for Attachment Brokering of IPC::Channels on multiple threads.erikchen2016-03-218-22/+74
* Add RetainedRef uses where needed.vmpstr2016-03-212-2/+2
* ChannelMojo: Remove intermediate Message structrockot2016-03-183-20/+16
* Handle brokered attachment race conditionallan.jensen2016-03-171-0/+10
* Remove deprecated functions from comment for IPC::TestSink.kotenkov2016-03-161-3/+8
* Add support for MojoChannel field trialrockot2016-03-162-10/+0
* ipc: change CreateUnixDomainSocket() to return a bool typetfarina2016-03-141-11/+16
* Move mach code shared by Chrome IPC and Mojo to //base/mac.amistry2016-03-124-149/+36
* Replace web_cache_messages.h with Mojo service.leon.han2016-03-111-1/+0
* ipc: improve the documentation for some functions in unix_domain_socket_util.cctfarina2016-03-111-4/+6
* Disable IPCChannelMojoTest.SendFailAfterClose on Androidalexmos2016-03-101-1/+7
* Revert of Clang plugin to check that unstable types are not used in IPC. (pat...thakis2016-03-102-15/+1
* Fix failing tests with ChannelMojo enabled.sammc2016-03-1017-444/+445
* Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 ...tsergeant2016-03-1017-440/+428
* Fix failing tests with ChannelMojo enabled.sammc2016-03-1017-428/+440
* Clang plugin to check that unstable types are not used in IPC.dskiba2016-03-092-1/+15
* Remove Mojo bindings environment.Yuzhu Shen2016-03-083-8/+0
* Replace base::Tuple in //ipc with std::tupletzik2016-03-088-99/+111
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-0725-1216/+446
* ipc: check if we can create the server directory before everything elsetfarina2016-03-071-9/+13
* Propagate window coordinates to out-of-process iframes renderers.lfg2016-03-042-2/+2
* Remove agl from several OWNERS files.Adam Langley2016-03-021-1/+0
* Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...rockot2016-03-011-1/+0
* Bootstrap Mojo IPC independent of Chrome IPCrockot2016-02-291-0/+1
* mustash: Move Media IPC Messages to media_messages.hfsamuel2016-02-251-0/+1
* Decouple browser-specific GPU IPC messages from GPU service IPCsfsamuel2016-02-251-0/+1
* Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (p...shrike2016-02-251-1/+0
* ipc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-242-0/+3
* Decouple browser-specific GPU IPC messages from GPU service IPCsfsamuel2016-02-241-0/+1
* ipc: split the process of creating unix domain socket into a separate functiontfarina2016-02-211-21/+28
* Mojo: Simplify IPC initialization assumptionsrockot2016-02-192-134/+23
* Refactor content/common/message_router to ipc/message_routermarkdittmer2016-02-194-0/+130
* Add more CHECKs to help investigate the Mojo bootstrap crashrockot2016-02-191-0/+1
* Enable Android SurfaceView fullscreen video with WMPIwatk2016-02-181-0/+1
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-178-31/+95
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-178-95/+28
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-168-28/+95
* Replace base::Tuple implementation with std::tupletzik2016-02-111-12/+12
* Fix Android x64 build.jam2016-02-112-2/+4
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-106-78/+25
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-106-25/+78
* Add compile time checks against longs being used in IPC structs on 32 bit And...jam2016-02-102-8/+24
* [mojo] Disable tests that time out after deletion of //third_party/mojoblundell2016-02-101-10/+35
* [mojo] Delete third_party/mojorockot2016-02-1014-186/+62
* use variadic macros/templates in IPC message implementationmdempsky2016-02-099-805/+695
* ipc: make use of |socket_name| in the error paths tootfarina2016-02-091-5/+4
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-056-0/+366