summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Removing ipc/content debugging for ResourceMsg.erikchen2016-01-134-34/+0
* Fix Win Clang -Wpessimizing-move errorHans Wennborg2016-01-081-1/+1
* ipc: Implement attachment brokering for SharedMemoryHandle on Windows.erikchen2016-01-0811-115/+138
* Remove unused codevitalybuka2016-01-071-1/+0
* ipc: Update Mach port attachment ownership semantics.erikchen2016-01-064-16/+12
* Remoting: Remove references to POSIX shared memory.erikchen2015-12-292-0/+30
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-289-49/+62
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in ipc/.avi2015-12-2284-16/+184
* 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