summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Mojo: request/response C++ bindingsdarin@chromium.org2014-03-1721-103/+1132
* Fixes bug in bindings generator where we generate an empty switchsky@chromium.org2014-03-161-12/+14
* Reland: Fix mojo_js_unittestsyzshen@chromium.org2014-03-131-2/+1
* Revert of Fix mojo_js_unittests (https://codereview.chromium.org/197463005/)finnur@chromium.org2014-03-131-1/+2
* Fix mojo_js_unittestsyzshen@chromium.org2014-03-131-2/+1
* Remove dependencies from bindings_generator targetsky@chromium.org2014-03-121-4/+0
* Mojo: introduce bindings/lib/router.{h,cc}darin@chromium.org2014-03-1217-31/+548
* Gets JS bindings to work againsky@chromium.org2014-03-111-3/+9
* Moves around js bindings related classessky@chromium.org2014-03-073-2/+558
* 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