summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add IPC message definitions for camerahenryhsu2015-12-151-0/+1
* Create direct write font proxy classes and unit tests.kulshin2015-12-141-0/+1
* Hook up RendererMediaSessionManager with browser sidedavve2015-12-111-0/+1
* Remove the NoAtExitBaseTestSuite anti-pattern.jam2015-12-111-21/+4
* Revert "Create direct write font proxy classes and unit tests."mek2015-12-101-1/+0
* Create direct write font proxy classes and unit tests.kulshin2015-12-101-0/+1
* Fixing remaining VC++ 2015 64-bit build breaksbrucedawson2015-12-101-1/+1
* Revert "Create direct write font proxy classes and unit tests."Lambros Lambrou2015-12-091-1/+0
* Create direct write font proxy classes and unit tests.kulshin2015-12-081-0/+1
* Add most of //ui/ to "gn check"brettw2015-12-081-2/+14
* ipc: Add debugging to verify the source of ResourceDispatcher crashes.erikchen2015-12-074-0/+34
* ipc: Update Windows attachment brokering ownership semantics.erikchen2015-12-047-35/+91
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-1/+3
* ipc: Reenable Windows attachment brokering tests.erikchen2015-12-042-5/+6
* ipc: USE_ATTACHMENT_BROKER should apply to both Windows and OSX.erikchen2015-12-043-6/+6
* Add the field num_brokered_attachments to IPC::Message::Header on Windows.erikchen2015-12-032-3/+4
* Change callers of ScopedGeneric::Pass() to std::move()danakj2015-12-032-3/+5
* ipc: Add a comment to AttachmentBrokerUnprivilegedMac.erikchen2015-11-301-0/+2
* ipc: Slight change to GetSenderWithProcessId().erikchen2015-11-303-7/+16
* Remove SimpleBroker and instead use the production broker implementation in t...jam2015-11-301-21/+5
* ipc: Deallocate a Mach port if mach_msg fails.erikchen2015-11-291-7/+12
* ipc: Minor clean up to AttachmentBrokerPrivilegedMac.erikchen2015-11-281-9/+1
* ipc: Minor fixes to AttachmentBrokerPrivilegedMac.erikchen2015-11-283-29/+74
* 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