summaryrefslogtreecommitdiffstats
path: root/mojo/shell
Commit message (Expand)AuthorAgeFilesLines
...
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-037-65/+170
* Create template based Service classdavemoore@chromium.org2014-01-3011-140/+125
* Mojo: re-organize public/bindings/ directorydarin@chromium.org2014-01-282-2/+3
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-221-0/+2
* Mojo: Move test_embedder.* to the mojo_system_impl component.viettrungluu@chromium.org2014-01-161-0/+1
* Mojo: Move system embedder API files to mojo/system/embedder.viettrungluu@chromium.org2014-01-161-1/+1
* Add a URL entry promptben@chromium.org2014-01-161-2/+25
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-143-8/+0
* Attempt at making it slightly easier to debug mojosky@chromium.org2014-01-142-4/+23
* Mojo: Add the beginnings of a proper embedder API.viettrungluu@chromium.org2014-01-111-2/+2
* Mojo: Make the shell's loader log URL fetch errors.viettrungluu@chromium.org2014-01-091-0/+11
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-072-12/+8
* Add test for ServiceManagerdavemoore@chromium.org2014-01-039-140/+346
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-251-4/+3
* Make mojo_shell work on Mac OS X againabarth@chromium.org2013-12-231-0/+2
* Mojo: Fix android builddavemoore@chromium.org2013-12-211-2/+0
* Sample mojo app using the compositorjamesr@chromium.org2013-12-211-1/+3
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-2/+1
* Implement ServiceManagerdavemoore@chromium.org2013-12-1813-168/+326
* Add switch to control app cachingdavemoore@chromium.org2013-12-163-0/+9
* mojo: Cleanup: Forward declare Context in run.htfarina@chromium.org2013-12-123-4/+7
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-111-0/+2
* Make Mojo work on Android againabarth@chromium.org2013-12-101-1/+1
* Fold MojoViewport C++ class into NativeViewportAndroidben@chromium.org2013-12-051-2/+2
* Remove separate thread for the shell on Android.ben@chromium.org2013-12-032-43/+7
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* [Mojo] Draw GL from within sample_appabarth@chromium.org2013-11-282-16/+6
* Use ScopedMessagePipeHande in Connector.davemoore@chromium.org2013-11-271-1/+1
* Fix thread destruction ordering. Cache thread needs to outlive the IO thread ...ben@chromium.org2013-11-215-19/+22
* Increase targetSdkVersion to 19.navabi@google.com2013-11-211-1/+1
* Mojo: Improved C++ wrappers.viettrungluu@chromium.org2013-11-212-14/+8
* Initialize logging in the desktop shell.ben@chromium.org2013-11-204-14/+49
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-152-56/+59
* Revert 234975 "Work in progress for end-to-end bindings"mmenke@chromium.org2013-11-142-12/+16
* Work in progress for end-to-end bindingsdavemoore@chromium.org2013-11-142-16/+12
* Give mojo_shell a TransportSecurityPersister.aa@chromium.org2013-11-132-1/+20
* Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)darin@chromium.org2013-11-122-0/+4
* Android: Allow duplicate calls to InitApplicationContext.torne@chromium.org2013-11-111-1/+1
* Revert "Mojo: Add BindingsSupportImpl on top of HandleWatcher"darin@chromium.org2013-11-112-4/+0
* Mojo: Add BindingsSupportImpl on top of HandleWatcherdarin@chromium.org2013-11-112-0/+4
* Moves some files into mojo/commonsky@chromium.org2013-11-076-837/+0
* Add a basic NativeViewportX11 for Mojoabarth@chromium.org2013-11-051-0/+3
* Make it possible to load Mojo content from SSL URLs.aa@chromium.org2013-11-041-0/+14
* Say "noto" goto.aa@chromium.org2013-11-041-18/+17
* Remove unnecessary const (causes compile error on Mac)sky@chromium.org2013-11-041-2/+2
* Adds mojo/shell/test/run_all_unittests.ccsky@chromium.org2013-11-041-0/+30
* Initial cut at object to listen for handle to be readysky@chromium.org2013-11-046-2/+809
* Make Mojo's NativeViewportAndroid draw a green squareabarth@chromium.org2013-11-0110-168/+56
* Adds the skeleton of a NativeViewport concept.ben@chromium.org2013-10-312-4/+12
* Add (very!) basic GL support to mojo_shellabarth@chromium.org2013-10-3010-26/+193