summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* ChannelMojo should use PID from the bootstrap Channel.Hajime Morrita2015-03-034-1/+55
* ChannelMojo: Reduce the number of dup() callHajime Morrita2015-03-031-5/+14
* Add //ipc to "gn check", work on basebrettw2015-02-172-1/+4
* This change adds a LockThreadAffinity and uses it tobrucedawson2015-02-122-0/+60
* Added chrome-side support for link rel=preconnectpmeenan2015-02-111-1/+1
* Mechanical rename of base::debug -> base::trace_event [final pass]ssid2015-02-091-1/+2
* IPC: Add MojoHandleAttachmentmorrita2015-02-0617-95/+478
* Change ipc_perftests large-message test count to 1,000brucedawson2015-02-051-1/+1
* Deleting the forwarding header files base/debug/trace_event*ssid2015-02-031-1/+0
* Non-SFI mode: Use dummy PID for NaCl's IPC channel for nacl_helper_nonsfi.hidehiko2015-02-032-2/+13
* Move GuestView IPCs into their own messages file.fsamuel2015-02-031-0/+1
* IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachmentmorrita2015-01-3115-192/+167
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-302-2/+2
* Revert of Revert of IPC::ChannelMojo: Make IPC handling robust against bad me...inferno2015-01-292-2/+16
* Revert of IPC::ChannelMojo: Make IPC handling robust against bad messages. (p...inferno2015-01-292-16/+2
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-272-1/+26
* Revert of Revert of Enable ChannelMojo (patchset #1 id:1 of https://coderevie...morrita2015-01-271-2/+2
* undo zturner visualc compiler workaroundcpu2015-01-271-7/+0
* Revert of Add ChannelPosix::ResetSafely() to deal with a lingering crash (pat...yoichio2015-01-272-24/+1
* Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chro...yoichio2015-01-271-2/+2
* Add ChannelPosix::ResetSafely() to deal with a lingering crashmorrita2015-01-272-1/+24
* Enable ChannelMojomorrita2015-01-271-2/+2
* IPC: Introduce MessageAttachment and PlatformFileAttachment.morrita2015-01-268-50/+195
* Enable posting a message from JS to Android webview.sgurun2015-01-231-0/+1
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-2311-15/+15
* Use PathService to get temp dir name for IPC unittests.byungchul2015-01-222-10/+7
* Adding "static_assert" in lieu of "COMPILE_ASSERT" in ipc moduleanujk.sharma2015-01-223-7/+8
* Ipclist fixes.Abhishek Arya2015-01-211-3/+0
* Revert of Ipclist fixes. (patchset #2 id:20001 of https://codereview.chromium...Nico Weber2015-01-211-0/+3
* Move the test template to //testing/test.gni (part 2)qsr2015-01-212-0/+3
* Ipclist fixes.Abhishek Arya2015-01-211-3/+0
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-192-12/+12
* ChannelMojo: Use MessageLoop::IOObservermorrita2015-01-163-14/+95
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-161-1/+2
* IPC: Generalize FileDescriptorSet to MessageAttachmentSetmorrita2015-01-1416-153/+170
* Move WeakPtrFactory to the end of AsyncHandleWaiterdmichael2015-01-132-5/+5
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-127-34/+33
* Add content_browsertests to GN build.brettw2015-01-121-3/+5
* ChannelMojo: Adopt |mojo::embedder::AsyncWait()|morrita2015-01-108-54/+387
* Send more file descriptors in IPCSendFdsTest.DescriptorTestyusukes2015-01-061-14/+26
* Fix build break from strict checking of {virtual,override,final}.Daniel Cheng2014-12-311-7/+2
* Remove deprecated methods from Pickle.avi2014-12-288-46/+46
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-288-46/+46
* Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https...avi2014-12-232-75/+76
* Revert "Update legacy Tuple-using code."Avi Drissman2014-12-232-76/+75
* Standardize usage of virtual/override/final specifiers in ipc/.dcheng2014-12-234-8/+8
* Remove deprecated methods from Pickle.Avi Drissman2014-12-228-46/+46
* Update legacy Tuple-using code.Avi Drissman2014-12-222-75/+76
* Add "override" to ParamDeserializer::SerializeOutputParametersdmichael2014-12-181-1/+2
* Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler.rmcilroy2014-12-182-0/+23