summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+7
* Move gn _run target generation into test().jbudorick2016-02-031-7/+0
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-031-1/+1
* ipc: simplify SetupSocket() by reusing UnixDomainSocket functionstfarina2016-02-021-31/+3
* Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows.erikchen2016-02-011-0/+5
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-301-1/+1
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-31/+0
* Implement MediaSession on top of the WebMediaPlayerDelegate.dalecurtis2016-01-271-0/+1
* ipc: hide IsRecoverableError() function behind unnamed namespacetfarina2016-01-261-7/+6
* Emit logcats for ipc_tests.stip2016-01-261-0/+1
* ipc: remove unused variable from CreateClientUnixDomainSocket() functiontfarina2016-01-262-7/+1
* allocator cleanup: remove memory benchmarking extensionprimiano2016-01-251-1/+0
* Remove ipc_channel_unittests from Android build.brettw2016-01-213-13/+12
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-01-191-1/+1
* base: update SetNonBlocking() function to use HANDLE_EINTRtfarina2016-01-161-5/+4
* 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