summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Make mojo_shell work on Mac OS X againabarth@chromium.org2013-12-231-0/+2
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-2110-18/+18
* Mojo: Fix some incorrect DCHECKSdavemoore@chromium.org2013-12-212-2/+3
* Mojo: Fix android builddavemoore@chromium.org2013-12-2115-199/+35
* Sample mojo app using the compositorjamesr@chromium.org2013-12-218-1/+447
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-219-147/+315
* Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...darin@chromium.org2013-12-2010-46/+170
* Remove direct dependency of mojo_shell_lib on mojo_native_viewport_servicedavemoore@chromium.org2013-12-201-6/+4
* Fix accidental double import in mojom_bindings_generator.py.mpcomplete@chromium.org2013-12-201-1/+0
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-192-3/+2
* Remove mojom cpp and JS generators and turn on the jinja generator for both.mpcomplete@chromium.org2013-12-1927-1284/+184
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-192-12/+12
* Mojo: Test data pipes from the CoreImpl level.viettrungluu@chromium.org2013-12-191-1/+240
* Mojo: More data pipe testing.viettrungluu@chromium.org2013-12-181-10/+226
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-183-0/+4
* Mojo: Add more data pipe tests, fix waiting bug.viettrungluu@chromium.org2013-12-183-8/+104
* Mojo: Beginnings of (local) data pipe tests + more refactoring.viettrungluu@chromium.org2013-12-188-93/+273
* Pull struct and interface definitions out of module.js.tmpl into their own fi...mpcomplete@chromium.org2013-12-184-104/+108
* Add mojom_jinja_generator and jinja templates for the C++ bindings.mpcomplete@chromium.org2013-12-1819-0/+804
* Implement ServiceManagerdavemoore@chromium.org2013-12-1828-488/+690
* Mojo: Basic C++ wrappers for the (still-untested) data pipes.viettrungluu@chromium.org2013-12-172-18/+116
* Mojo: Refactor (local) data pipe creation/initialization.viettrungluu@chromium.org2013-12-179-87/+396
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-178-54/+13
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-1716-308/+356
* Have jni_generator.gypi specify include_dirs to dependent targets.blundell@chromium.org2013-12-171-5/+0
* Mojo: rename limits.h to constants.h.viettrungluu@chromium.org2013-12-1610-14/+12
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-168-18/+446
* Add switch to control app cachingdavemoore@chromium.org2013-12-163-0/+9
* Add missing mojo_utility_unittests target to mojob.shtfarina@chromium.org2013-12-141-3/+4
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-147-7/+303
* Beginning of JS Mojo API to GL.aa@chromium.org2013-12-1311-11/+327
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-1316-24/+455
* Add simple support for top-level enums to mojom.mpcomplete@google.com2013-12-1313-3/+137
* Mojo: data pipe boilerplate testing (and hooking up).viettrungluu@chromium.org2013-12-124-19/+171
* Mojo: More stubs/boilerplate for data pipes.viettrungluu@chromium.org2013-12-123-21/+220
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-0/+1
* mojo: Cleanup: Forward declare Context in run.htfarina@chromium.org2013-12-123-4/+7
* Mojo: DataPipe public interface declarations and stubs.viettrungluu@chromium.org2013-12-125-10/+299
* Mojo: Rearrange core.h deckchairs.viettrungluu@chromium.org2013-12-125-156/+236
* Mojo: Add a basic multiprocess MessagePipe test.viettrungluu@chromium.org2013-12-123-15/+328
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-122-2/+4
* Mojo: Minor core.h reorganization.viettrungluu@chromium.org2013-12-128-43/+43
* Mojo: Remove incorrect DCHECK in ProxyMessagePipeEndpoint::EnqueueMessage().viettrungluu@chromium.org2013-12-112-39/+133
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-1113-29/+197
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-117-22/+129
* Clean up mojo export files.tfarina@chromium.org2013-12-113-15/+18
* Rename Mojo targets to have a mojo_ prefix.tfarina@chromium.org2013-12-114-14/+14
* Revert 239910 "Do something more interesting than printf when an..."vadimt@chromium.org2013-12-107-128/+22
* Do something more interesting than printf when an event is received by sample...ben@chromium.org2013-12-1016-36/+234
* Mojo: Support passing invalid handlesdarin@chromium.org2013-12-102-20/+65