summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-286-36/+46
* Switch to standard integer types in ipc/.avi2015-12-2215-8/+45
* Remove SimpleBroker and instead use the production broker implementation in t...jam2015-11-301-21/+5
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-192-2/+5
* Fix the new Mojo EDK working in component build on Linux.jam2015-11-171-16/+6
* Fix racy crash in Mandoline child processes.jam2015-11-131-2/+2
* Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 ...hablich2015-11-131-2/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1310-13/+13
* Fix racy crash in Mandoline child processes.jam2015-11-121-2/+2
* Fold IPCSupportInitializer::ForceShutdown() with ShutDown().amistry2015-10-202-22/+13
* Don't use base::MessageLoop::{Quit,QuitClosure} in extensions/, ipc/ki.stfu2015-10-122-12/+12
* Revert "Add more tracking detail to Mojo async waits."rockot2015-10-121-1/+1
* ipc: Make a separate vector for brokerable attachments.erikchen2015-10-101-5/+6
* Add more tracking detail to Mojo async waits.rockot2015-10-061-1/+1
* Presubmit fixes from r352123 since presubmit scripts crashed in it.jam2015-10-031-1/+1
* Fix build errors from r478251.jam2015-10-031-1/+0
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-0210-115/+149
* ipc: Remove unnecessary attachment broker plumbing.erikchen2015-09-247-75/+39
* ipc: Convert int types from basictypes.h to the ones from stdint.htfarina2015-09-043-14/+20
* Fix races with MessagePipeReader due to the Mojo IPC channel being thread-safe.amistry2015-09-022-13/+37
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-241-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-231-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-221-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chrom...rockot2015-08-211-1/+3
* Migrate IPC to use Flow API v2.yuhaoz2015-08-181-2/+8
* Re-enable ChannelMojorockot2015-08-181-3/+1
* Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview....rockot2015-08-081-1/+3
* Re-enable ChannelMojo.rockot2015-08-081-3/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.c...hiroshige2015-08-061-1/+3
* Re-enable ChannelMojorockot2015-08-061-3/+1
* Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.c...rockot2015-07-291-1/+3
* Re-enable ChannelMojorockot2015-07-291-3/+1
* Use thread-safe send when using Mojo.jam2015-07-231-1/+1
* Fix unused private fields errors in ipc/mojo/.mlamouri2015-07-102-3/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-081-1/+1
* Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks.amistry2015-07-081-22/+18
* Stub in more IPC attachment brokering functionality.erikchen2015-07-072-4/+4
* Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (pa...thakis2015-07-071-1/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-071-1/+1
* Revert of Convert ipc_mojo_unittests to run exclusively on Swarming (patchset...bruening2015-07-062-35/+0
* Convert ipc_mojo_unittests to run exclusively on Swarmingthakis2015-07-062-0/+35
* IPC::ChannelMojo::Send() should fail once it is closed.morrita2015-06-233-2/+58
* 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: Make ChannelReader inherit from SupportsAttachmentBrokering.erikchen2015-06-167-40/+82
* IPC: Add new classes required for attachment brokering.erikchen2015-06-161-0/+3
* Disable ChannelMojorockot2015-06-121-2/+3