summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ipc: Make MessageAttachment inherit from RefCountedThreadSafe.erikchen2015-10-302-3/+3
* ipc: Add ParamTraits<signed char>ortuno2015-10-302-0/+26
* ipc: Add a lock to guard modifications of state of the AttachmentBroker.erikchen2015-10-294-3/+24
* IPC: Remove unnecessary conversions of BrokerableAttachment.erikchen2015-10-2918-47/+48
* Revert "Temporarily add UMA histogram for IPC message sizes."dskiba2015-10-291-4/+0
* ipc: Add UMA metrics for all possible errors during attachment brokering.erikchen2015-10-273-9/+25
* Build nacl_helper_nonsfi with GNphosek2015-10-271-2/+3
* Reland 1: "mac: Add auto-close and share-read-only functionality to SharedMem...erikchen2015-10-245-5/+179
* Revert of mac: Add auto-close and share-read-only functionality to SharedMemo...erikchen2015-10-235-179/+5
* mac: Add auto-close and share-read-only functionality to Mach based SharedMem...erikchen2015-10-235-5/+179
* ipc: Move AttachmentBrokerPrivileged singleton logic into ipc/.erikchen2015-10-228-57/+89
* ipc: Allow attachment broker messages to be processed out of order.erikchen2015-10-216-85/+204
* ipc: Move methods into AttachmentBroker interface.erikchen2015-10-216-24/+57
* ipc: Fix minor bug in ChannelProxy.erikchen2015-10-211-0/+2
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-204-30/+44
* Revert of ipc: Add a member to IPC::Message::Header on Windows. (patchset #1 ...erikchen2015-10-202-4/+3
* Fold IPCSupportInitializer::ForceShutdown() with ShutDown().amistry2015-10-202-22/+13
* ipc: Add a member to IPC::Message::Header on Windows.erikchen2015-10-192-3/+4
* Make ipc_tests and ipc_perftests run on Androidpkotwicz2015-10-161-83/+80
* Temporarily add UMA histogram for IPC message sizes.dskiba2015-10-141-0/+5
* Isolate ipc_tests_apk.stip2015-10-132-1/+38
* ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac.erikchen2015-10-1210-12/+888
* ipc: Move Mac test utilities into their own file.erikchen2015-10-125-99/+163
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-128-25/+24
* ipc: Refactor and fix a bug in AttachmentBrokerPrivilegedMac.erikchen2015-10-123-65/+147
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-121-1/+1
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-107-79/+184
* ipc: Add missing includes for USE_ATTACHMENT_BROKER.erikchen2015-10-102-5/+7
* ipc: Add BrokerableAttachmentMac.erikchen2015-10-097-4/+43
* ipc: Implement MachPortMac serialization.erikchen2015-10-092-4/+23
* ipc: Update MachPortMac ownership semantics.erikchen2015-10-0720-36/+117
* ipc: Make factory methods for attachment brokers.erikchen2015-10-076-8/+63
* ipc: Initialize a struct member passed to mach_msg().erikchen2015-10-061-0/+1
* ipc: Plumbing for attachment brokering in ChannelPosix.erikchen2015-10-064-38/+155
* ipc: Write privileged and unprivileged attachment brokers for Mac.erikchen2015-10-069-0/+1020
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-062-2/+2
* Add more tracking detail to Mojo async waits.rockot2015-10-061-1/+1
* Presubmit fixes from r352123 since presubmit scripts crashed in it.jam2015-10-031-1/+1
* Fix build errors from r478251.jam2015-10-031-1/+0
* mac: Implement Mach-primitive backed shared memory.erikchen2015-10-021-17/+34
* Reland 1: "ipc: Change the timing of the construction of the attachment broker."erikchen2015-10-021-4/+2
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-0210-115/+149
* Fix another 'enumerator not handled in switch' Win-Clang warningHans Wennborg2015-10-021-0/+1
* Fix 'enumeration not handled in switch' error on Win-Clang botsHans Wennborg2015-10-011-0/+1
* ipc: Add UMA metrics for the unprivileged attachment broker.erikchen2015-10-013-1/+26
* ipc: Make a wrapper and attachment for mach ports.erikchen2015-10-017-0/+199
* Resize IPC input buffer to fit the next message.dskiba2015-09-306-20/+235
* ipc: Add a new field num_brokered_attachments to the message header on Mac.erikchen2015-09-292-0/+12
* Revert of ipc: Change the timing of the construction of the attachment broker...erikchen2015-09-281-1/+4
* Cleanup: Pass std::string as const reference from ipc/ki.stfu2015-09-251-5/+18