summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPC::ChannelMojo: Add a tracemorrita2014-12-171-0/+5
* Chromecast: IPC messages for browser-based media pipeline.gunsch2014-12-171-0/+1
* Changed identification level to anonymous for windows IPC channelforshaw2014-12-161-1/+1
* Move mojo gypfiles to toplevel mojorockot2014-12-161-7/+7
* Pass navigator.connect calls through to the browser process.mek2014-12-131-0/+1
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-115-25/+42
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-115-42/+25
* gn format // (the rest, except mojo)scottmg2014-12-031-4/+2
* Revert ChannelMojo switch-onmorrita2014-11-261-3/+2
* bluetooth: Impl uses new WebBluetoothDevice in content/browser.scheib2014-11-261-0/+1
* Turn ChannelMojo on for all platformsmorrita2014-11-261-8/+2
* ChannelMojo Refactoring: Merge MessageReader into MessagePipeReadermorrita2014-11-259-256/+141
* Remove the old Web Notification code-path (Chromium)peter2014-11-201-1/+0
* Turn ChannelMojo on Mac and Linuxmorrita2014-11-201-1/+8
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-191-1/+1
* Componentize renderer side of DNS prefetching.gunsch2014-11-181-0/+1
* IPC: Remove debugging code.rvargas2014-11-142-78/+5
* IPC: a way for security exploit browsertests to simulate the appearance of a ...nick2014-11-144-2/+69
* IPC::ChannelMojo: Make IPC handling robust against bad messages.morrita2014-11-132-2/+16
* Fix signed integer overflow in GetRefNumUpper24.rickyz2014-11-121-2/+2
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-072-12/+1
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi.hidehiko2014-11-061-4/+0