summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SharedMemoryHandle a class on windows.erikchen2015-09-255-22/+73
* ipc: Change the timing of the construction of the attachment broker.erikchen2015-09-251-4/+1
* ipc: Extend attachment broker unit tests.erikchen2015-09-259-62/+258
* Re-land architecture for cross-process memory notification suppressingpetrcermak2015-09-241-0/+1
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-2428-186/+94
* ipc: Refactor some attachment broker classes.erikchen2015-09-247-24/+66
* Revert of Reland debugging for ipc related crash.erikchen2015-09-235-37/+2
* Add UMA metrics to log attachment broker errors.erikchen2015-09-233-1/+29
* ipc: Serialize brokerable attachments and append them to the message.erikchen2015-09-223-2/+41
* Reland of land debugging for ipc related crash. (patchset #1 id:1 of https://...erikchen2015-09-225-2/+37
* Revert of Architecture for cross-process memory notification suppressing (pat...huangs2015-09-221-1/+0
* Architecture for cross-process memory notification suppressingpetrcermak2015-09-221-0/+1
* Revert of Reland debugging for ipc related crash. (patchset #1 id:1 of https:...erikchen2015-09-215-37/+2
* ipc: Remove a CHECK to fix some memory tests.erikchen2015-09-211-1/+4
* PageLoadMetrics renderer and browser implementation.csharrison2015-09-211-0/+1
* Reland debugging for ipc related crash.erikchen2015-09-195-2/+37
* Revert of Reland #2 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-166-56/+2
* ipc: Remove basictypes.h includes.tfarina2015-09-1614-17/+13
* Reland #2 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-166-2/+56
* ipc: Make a new class PlaceholderBrokerableAttachment.erikchen2015-09-1516-73/+126
* ipc: Move //crypto dependency into a Windows-only file.erikchen2015-09-157-28/+56