summaryrefslogtreecommitdiffstats
path: root/mojo/embedder/embedder.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Have |ProxyMessagePipeEndpoint|s constructed with a |ChannelEndpoint|.viettrungluu2014-09-241-17/+16
* Mojo: Remove Channel::AttachMessagePipeEndpoint().Viet-Trung Luu2014-09-191-3/+4
* Remove implicit conversions from scoped_refptr to T* in mojo/dcheng2014-08-251-7/+7
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-2/+3
* Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.viettrungluu@chromium.org2014-08-191-3/+8
* Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...viettrungluu@chromium.org2014-08-141-0/+11
* Mojo: Make parallel sync/async embedder channel creation/destruction APIs.viettrungluu@chromium.org2014-08-121-9/+52
* Mojo: clang-format mojo/embedder/*.{cc,h}.viettrungluu@chromium.org2014-07-281-5/+6
* Mojo: Remove extraneous .get()s in mojo/{embedder,system}.viettrungluu@chromium.org2014-05-291-1/+1
* Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).viettrungluu@chromium.org2014-05-131-0/+41
* Mojo: Embedder API: Properly handle Channel creation/startup failures.viettrungluu@chromium.org2014-05-011-24/+62
* Mojo: Make some attempts towards fixing remote message pipe closure.viettrungluu@chromium.org2014-04-181-0/+2
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-151-8/+9
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-141-9/+8
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-141-8/+9
* Mojo: Make it not CHECK-fail on receiving a bogus channel control message.viettrungluu@chromium.org2014-04-121-1/+2
* Mojo: Make Channel take a RawChannel rather than creating it.viettrungluu@chromium.org2014-04-031-1/+3
* Mojo: Improve the embedder API.viettrungluu@chromium.org2014-03-191-8/+18
* Mojo: Move mojo/system/embedder to mojo/embedder.viettrungluu@chromium.org2014-03-191-0/+84