summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Convert ipc_tests to run exclusively on Swarmingmaruel2015-06-302-0/+44
* Update client side navigator.connect API to use ServicePortCollection [2/3]mek2015-06-291-1/+0
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-233-2/+58
* Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1...scottmg2015-06-192-0/+70
* Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ...scottmg2015-06-192-70/+0
* Mac: Make SharedMemoryHandle its own class.erikchen2015-06-192-0/+70
* Disable ipc_mojo_unittests that timeout on Android.msw2015-06-192-9/+56
* Release obigation to call ChannelMojoHost::OnClientLaunched()leon.han2015-06-1911-322/+50
* ipc: Remove virtual inheritance of SupportsAttachmentBrokering.erikchen2015-06-171-1/+1
* Fix win style errors.erikchen2015-06-163-4/+4
* IPC: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-1631-146/+287
* IPC: Add new classes required for attachment brokering.erikchen2015-06-1610-0/+220
* Disable ChannelMojorockot2015-06-121-2/+3
* Fix leak of PlatformHandleDispatchers in Mojo IPCrogerj2015-06-121-1/+2
* ChannelMojo: Make MOJO_RESULT_FAILED_PRECONDITION an error.morrita2015-06-111-8/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Refactoring: Moving the SafeJsonParser to its own component.eranm2015-06-031-0/+1
* Change most uses of Pickle to base::Picklebrettw2015-06-0318-128/+209
* Move Pickle to base namespace.brettw2015-06-029-62/+81
* Move ObserverList to base namespace.brettw2015-06-021-1/+1
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-292-0/+28
* Move Tuple to base namespace.brettw2015-05-294-105/+114
* Make IPC::Channel buffers stack based and secure against growthbratell2015-05-292-11/+7
* ipc: remove IPC_USES_READWRITEmdempsky2015-05-182-165/+5
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-2/+2
* Force immediate Mojo EDK shutdown on IO loop destruction.rockot2015-05-131-17/+6
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-1/+1
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-1218-142/+136
* Mojo IPC threading fixesrockot2015-05-113-69/+233
* Change kMaxDescriptorsPerMessage back to 7yusukes2015-05-062-3/+3
* Resolve the beforeinstallprompt event's promise.benwells2015-05-061-0/+1
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+3
* Revert of Change the callsites of InterfacePtr<> methods which directly deal ...dbeam2015-05-051-3/+1
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+3
* Update {virtual,override} to follow C++11 style in ipc.nick2015-04-233-15/+15
* DER VIED IST NICHT FUER DER GEFINGERPOKEN.thakis2015-04-231-1/+1
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-14/+12
* GuestView: Decouple extension IPCs from soon-to-be component IPCsfsamuel2015-04-211-0/+1
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-2/+0
* ChannelMojo: Introduce thread-safe Send()morrita2015-04-208-20/+156
* Add CastChannelMsgStart to IPCMessageStart.derekjchow2015-04-171-2/+3
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+9
* Make chrome/renderer/content_settings_observer.cc depend on //components/cont...vabr2015-04-101-0/+1
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-095-64/+57
* Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #...sorin2015-04-095-57/+64
* ChannelMojo: Ensure that it always has ScopedIPCSupportmorrita2015-04-085-64/+57
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-036-6/+192
* ChannelMojo: Use DestoryChannelOnIOThread()morrita2015-04-031-1/+1
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #4 id...mfomitchev2015-04-025-191/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-015-0/+191