summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* reland 1: Add basic memory usage tests for attachment brokering.erikchen2015-11-241-3/+180
* Revert of ipc: Add basic memory usage tests for attachment brokering. (patchs...dcheng2015-11-211-169/+3
* ipc: Add basic memory usage tests for attachment brokering.erikchen2015-11-201-3/+169
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Call base::DispatchToMethod by the fully qualified nametzik2015-11-192-3/+3
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-193-4/+7
* IPC: Use <algorithm> helpers for comparing arraysjsbell2015-11-171-12/+5
* Fix the new Mojo EDK working in component build on Linux.jam2015-11-171-16/+6
* Add UMA metric: Startup.BrowserMainToRendererMain.fdoray2015-11-161-0/+1
* Pass distillability updates from renderer to browserwychen2015-11-131-0/+1
* Fix racy crash in Mandoline child processes.jam2015-11-131-2/+2
* Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 ...hablich2015-11-131-2/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1310-13/+13
* Fix racy crash in Mandoline child processes.jam2015-11-121-2/+2
* mac: The attachment broker waits for the port provider before brokering.erikchen2015-11-117-91/+428
* include what you use: errno.h and string.h in ipc_channel_posix_unittest.ccmostynb2015-11-071-0/+2
* ipc: AttachmentBroker dispatches notifications onto an appropriate thread.erikchen2015-11-066-18/+98
* Make sure IPC deserialization isn't O(n^2) in the message size.thakis2015-11-061-1/+2
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-052-30/+0
* arc-bridge: Add IPC message definitionslhchavez2015-11-051-0/+2
* Android Webview IPC-based sync compositingboliu2015-11-051-0/+1
* ipc: Add more UMA metrics for AttachmentBrokerUnprivileged.erikchen2015-11-042-1/+7
* Trim IPC ChannelReader's buffer after processing large messages.dskiba2015-11-044-5/+218
* Change VLOGs in ipc::SyncChannel to DVLOGs.bauerb2015-11-031-8/+5
* 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