summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Mojo: share code between SyncDispatcher and Connectordarin@chromium.org2014-03-054-57/+55
* Mojo: add scaffolding for request/response supportdarin@chromium.org2014-03-0515-68/+196
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-051-335/+483
* Revert 254541 "Mojo: add scaffolding for request/response support"sky@chromium.org2014-03-0415-196/+68
* Makes core mojo binding js files explicitly define their namesky@chromium.org2014-03-041-1/+1
* Mojo: add scaffolding for request/response supportdarin@chromium.org2014-03-0315-68/+196
* Mojo: prepare for moving num_bytes out of MessageHeaderdarin@chromium.org2014-03-0110-76/+108
* Mojo: cleanup bindings generator.darin@chromium.org2014-03-015-22/+6
* Create response_parameters as part of mojomdavemoore@chromium.org2014-03-017-12/+42
* Final touches on enums as mojom types.mpcomplete@chromium.org2014-02-287-74/+105
* Allow enums to be used as type names in mojom.mpcomplete@chromium.org2014-02-2815-116/+177
* Mojo: fix js bindingsdarin@chromium.org2014-02-282-2/+1
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-2714-33/+42
* Mojo: Add C++ wrappers for the still-unimplemented shared memory API.viettrungluu@chromium.org2014-02-271-2/+99
* Remove extraneous void return value from mojomdavemoore@chromium.org2014-02-256-43/+18
* Mojo: Write some tests for public/system/macros.h.viettrungluu@chromium.org2014-02-212-0/+150
* Revert 252593 "Mojo: Write some tests for public/system/macros.h."viettrungluu@chromium.org2014-02-212-144/+0
* Mojo: Write some tests for public/system/macros.h.viettrungluu@chromium.org2014-02-212-0/+144
* Mojo: Fix uses of (MOJO_)MOVE_ONLY_TYPE_FOR_CPP_03().viettrungluu@chromium.org2014-02-212-2/+2
* Fixes gyp bindings generator dependenciessky@chromium.org2014-02-191-2/+2
* Fix bug with using enums as default values in mojom. We were previouslympcomplete@google.com2014-02-1415-41/+112
* Mojo: Add a threaded perf test for (local) message pipes.viettrungluu@chromium.org2014-02-142-0/+226
* Mojo: Prefix user-defined parameter names to avoid conflictsdarin@chromium.org2014-02-131-7/+7
* Mojo: Make a public test_support shared library.viettrungluu@chromium.org2014-02-136-6/+135
* Fix a bug with mojom imports where 2 imports with the same namespace wouldmpcomplete@google.com2014-02-1311-52/+99
* Mojo: Rename public/tests/test_support.* -> test_utils.*.viettrungluu@chromium.org2014-02-136-8/+8
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-134-13/+17
* Mojo: Make C++ CreateMessagePipe() wrapper return result.viettrungluu@chromium.org2014-02-121-31/+36
* Mojo: Rename "duplicate shared buffer" -> "duplicate buffer handle".viettrungluu@chromium.org2014-02-123-34/+37
* Mojo: Fill out the test for Mutex.viettrungluu@chromium.org2014-02-121-2/+191
* Create Application classdavemoore@chromium.org2014-02-125-46/+162
* Mojo: Improve comments in core.h.viettrungluu@chromium.org2014-02-121-31/+41
* Mojo: Add API stubs for shared memory.viettrungluu@chromium.org2014-02-123-0/+163
* Mojo: Add a Thread class in public/utility.viettrungluu@chromium.org2014-02-123-0/+241
* Adds support for DataPipe to .mojomsky@chromium.org2014-02-123-0/+69
* Mojo: Add a Mutex class in public/utility.viettrungluu@chromium.org2014-02-123-0/+195
* Revert 250513 "Mojo: Add a Mutex class in public/utility."sergeyu@chromium.org2014-02-113-187/+0
* Mojo: Add a Mutex class in public/utility.viettrungluu@chromium.org2014-02-113-0/+187
* Revert 250439 "Mojo: Add a public/environment/test_support.h."viettrungluu@chromium.org2014-02-113-27/+6
* Mojo: Add a public/environment/test_support.h.viettrungluu@chromium.org2014-02-113-6/+27
* Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>darin@chromium.org2014-02-1121-99/+200
* Mojo: Small cleanup of public/tests/test_support.h.viettrungluu@chromium.org2014-02-104-26/+31
* Add support for importing other modules to mojom.mpcomplete@google.com2014-02-1017-150/+299
* Mojo: Make it possible to refer to interfaces as typesdarin@chromium.org2014-02-078-18/+47
* Mojo: Avoid reporting Write failures to Connector clientdarin@chromium.org2014-02-063-33/+53
* Cleanup when clients go away.davemoore@chromium.org2014-02-062-2/+23
* Mojo: support interfaces that lack a Peer attributedarin@chromium.org2014-02-056-3/+42
* Create GLES2 context synchronously.piman@chromium.org2014-02-046-6/+87
* Support default values for complex objects in mojom.mpcomplete@google.com2014-02-038-25/+159
* Mojo: cleanup lifetime management of shell and servicesdarin@chromium.org2014-02-031-4/+3