summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of Implement IPC::ParamTraits<mojo::MessagePipeHandle> (patchset #3 id...mfomitchev2015-04-015-190/+0
* Implement IPC::ParamTraits<mojo::MessagePipeHandle>morrita2015-04-015-0/+190
* Re-enable ChannelMojomorrita2015-03-301-2/+1
* Simplify IPC::SyncMessageSchema::WriteReplyParams() using variadic templatesmikhail.pozdnyakov2015-03-261-27/+3
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...morrita2015-03-251-1/+2
* Revert of Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codere...tkent2015-03-251-2/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...tkent2015-03-251-1/+2
* Revert of ChannelMojo: Let MessagePipeReader wait "peer closed" signal as wel...tkent2015-03-251-6/+9
* ChannelMojo: Let MessagePipeReader wait "peer closed" signal as well.morrita2015-03-241-9/+6
* Re-enable ChannelMojomorrita2015-03-241-2/+1
* Decouple Cache Storage messaging from Service Worker/Embedded Workerjsbell2015-03-231-0/+1
* Remove uses of KillProcess()rvargas2015-03-181-2/+2
* Increase MessageAttachmentSet::kMaxDescriptorsPerMessage to 128yusukes2015-03-173-4/+4
* ChannelMojo: Turn DLOG to LOG for ERROR and WARNINGmorrita2015-03-165-11/+11
* Fix ipc_mojo_perftests which has been broken since last Mojo rollmorrita2015-03-134-15/+32
* Disable ChannelMojo.rockot2015-03-131-1/+2
* Revert of Revert of Enable ChannelMojo (patchset #1 id:1 of https://coderevie...alexmos2015-03-131-2/+2
* Revert of Enable ChannelMojo (patchset #3 id:40001 of https://codereview.chro...skuhne2015-03-121-2/+2
* Cleanup: Remove wstring methods from base::Pickle.thestig2015-03-114-53/+35
* Adding StringPiece read/write support to pickle.brucedawson2015-03-101-2/+2
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-1/+1
* Add a flag to dump IPC messages sent from the renderer to the browser.mbarbella2015-03-062-1/+40
* Make AsyncHandleWaiter reenterancy-safemorrita2015-03-053-10/+74
* Fix a couple of ipc_channel_mojo_unittest failures.morrita2015-03-051-5/+7
* Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...brucedawson2015-03-051-2/+2
* Adding StringPiece/StringPiece16 read/write support to pickle, andbrucedawson2015-03-041-2/+2
* Make ChannelMojoHost::ChannelDelegate a RefContedThreadSafemorrita2015-03-044-29/+34
* Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used.jeremyim2015-03-031-0/+1
* Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819rockot2015-03-037-21/+230