summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a RenderProcess message class and move keygen to it.avi2015-09-141-0/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-1410-48/+57
* Remove dependency on //crypto in //ipc, except on windows.Sergey Ulanov2015-09-147-52/+42
* ipc: Convert k(u)int*max types from basictypes.h to std::numeric_limits varia...tfarina2015-09-113-5/+7
* ipc: Update Message::FindNext to parse brokered attachments.erikchen2015-09-113-11/+91
* ipc: Make sure that ChannelReader is destroyed correctly.erikchen2015-09-115-2/+15
* ipc: Add the inner class OutputElement to Channel.erikchen2015-09-104-15/+58
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-6/+4
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-0433-147/+180
* Add missing locking for the |sender_| member in IPC::SyncMessageFilter.amistry2015-09-041-2/+5
* Revert of Reland #1 "ipc: Add a new field num_brokered_attachments to the mes...erikchen2015-09-042-19/+0
* ipc: Add methods for AttachmentBroker nonce serialization.erikchen2015-09-042-7/+36
* ipc: Temporarily disable attachment broker end-to-end tests.erikchen2015-09-041-4/+5
* Reland #1 "ipc: Add a new field num_brokered_attachments to the message header."erikchen2015-09-032-0/+19
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0