summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple implementation with std::tupletzik2016-02-111-12/+12
* Fix Android x64 build.jam2016-02-112-2/+4
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-106-78/+25
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-106-25/+78
* Add compile time checks against longs being used in IPC structs on 32 bit And...jam2016-02-102-8/+24
* [mojo] Disable tests that time out after deletion of //third_party/mojoblundell2016-02-101-10/+35
* [mojo] Delete third_party/mojorockot2016-02-1014-186/+62
* use variadic macros/templates in IPC message implementationmdempsky2016-02-099-805/+695
* ipc: make use of |socket_name| in the error paths tootfarina2016-02-091-5/+4
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-056-0/+366
* ipc: Fix unused variable error when using IPC_HANDLER_GENERIC.sunnyps2016-02-051-0/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-7/+0
* IPC::Message -> base::Picklerockot2016-02-0316-245/+268
* 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