summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
...
* Mojo: Force folks to handle the return value of MessageReceiver::Accept{WithR...darin@chromium.org2014-05-032-5/+10
* Mojo: Fix Router::HandleIncomingMessage().viettrungluu@chromium.org2014-05-021-1/+2
* Mojo: Add simple test utils to run the mojom parser and translater.viettrungluu@chromium.org2014-05-024-71/+106
* Validate MessageHeader before usingdarin@chromium.org2014-05-0116-6/+341
* Adding an invalid handle in the public API.qsr@chromium.org2014-05-011-0/+177
* mojo::TypeConverter: support inherting implicit conversion settings from anot...yzshen@chromium.org2014-05-014-50/+28
* Add module reference in struct, interface and enums.qsr@chromium.org2014-05-014-28/+32
* Delete remaining responders when Router is destructed.yzshen@chromium.org2014-04-301-0/+5
* Adding mojo_test_apk in the fyi waterfall.qsr@chromium.org2014-04-301-3/+9
* Add GN targets for mojom generator.yzshen@chromium.org2014-04-305-0/+163
* Add support for mojo::TypeConverter to control how convenient conversion shou...yzshen@chromium.org2014-04-295-21/+131
* Have field ordering for method parameters and response starts at 0.qsr@chromium.org2014-04-291-1/+1
* Mojo: Add String type to codec.js.mpcomplete@chromium.org2014-04-292-61/+43
* Mojo: Mojom: Add flag to force using bundled Python modules.viettrungluu@chromium.org2014-04-252-4/+23
* Add support for Float/Double types for JS Mojo bindings.tsepez@chromium.org2014-04-242-22/+47
* Mojo: Move mojom (python) unittests to mojom_tests package and combine errors.viettrungluu@chromium.org2014-04-2413-121/+176
* Java API for mojo system.qsr@chromium.org2014-04-2310-0/+1110
* Mojo: Generate TypeTraits specializations for enums.sammc@chromium.org2014-04-234-0/+54
* Convert codec.js to use a DataView instead of a Uint8Array.tsepez@chromium.org2014-04-235-160/+315
* Update mojom parser to allow array of arrays.qsr@chromium.org2014-04-223-1/+21
* Add a missing return statement to SharedData::operator=.sammc@chromium.org2014-04-222-1/+5
* Mojo: Update/add README.md files.viettrungluu@chromium.org2014-04-2210-54/+157
* Mojo: Mojom C++ generator: Avoid in_ prefixes in declarations.viettrungluu@chromium.org2014-04-224-9/+9
* Mojo: Mojom: Don't assume that we're inside a src/ directory.viettrungluu@chromium.org2014-04-214-16/+31
* Mojo: Move .../bindings/pylib/generate to .../bindings/pylib/mojom/generate.viettrungluu@chromium.org2014-04-2116-104/+113
* Mojo: Mojom: Fix no-namespace handling for C++ generator.viettrungluu@chromium.org2014-04-191-1/+1
* Mojo: Add JavaScript documentation for the core, support, and unicode modules.mpcomplete@chromium.org2014-04-196-4/+282
* Mojo: Add support for arrays of interface handlesdarin@chromium.org2014-04-188-77/+277
* Change Service<> to ServiceConnection<> and ServiceFactory<> to ServiceConnec...davemoore@chromium.org2014-04-184-73/+74
* Mojo: Move .../bindings/pylib/parse to .../bindings/pylib/mojom/parse.viettrungluu@chromium.org2014-04-1810-70/+78
* Mojo: Minor mojom bindings generator error message refactor.viettrungluu@chromium.org2014-04-182-11/+35
* Mojo: Start work on having the mojom parser build a richer AST.viettrungluu@chromium.org2014-04-184-33/+84
* Fix 64-bit data type encoding from JavaScript.tsepez@chromium.org2014-04-161-1/+1
* Mojo: Make it possible to refer to types defined later in the mojom filedarin@chromium.org2014-04-164-14/+32
* Mojo: properly encode and decode UTF8 strings in the JavaScript bindingsmpcomplete@chromium.org2014-04-161-24/+10
* Adds supported for nested modulessky@chromium.org2014-04-166-15/+41
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-154-159/+199
* Revert 263717 "Make mojo_system static and mojo_system_impl a co..."fischman@chromium.org2014-04-143-196/+156
* Make mojo_system static and mojo_system_impl a component, never use bothdavemoore@chromium.org2014-04-143-156/+196
* Mojo's JS codec missing 16-bit read/write operations.tsepez@chromium.org2014-04-101-0/+11
* Adds a maximum segment size and enforces it.tsepez@chromium.org2014-04-094-25/+40
* Mojo: in the JS bindings, have connection errors reject the Promise associatedmpcomplete@chromium.org2014-04-083-11/+40
* Mojo: Mojom: Test the parser when there's no module declared.viettrungluu@chromium.org2014-04-073-7/+52
* Mojo: Get rid of some EOL whitespace in C++ .tmpl files.viettrungluu@chromium.org2014-04-053-8/+8
* Adds ScopedHandleBase::Fromsky@chromium.org2014-04-051-0/+10
* Mojo: Use Promises for request/response calls in the JavaScript bindings.mpcomplete@google.com2014-04-051-24/+17
* Mojo: Move mojo/public/data/bindings/tests/ to mojo/public/interfaces/binding...viettrungluu@chromium.org2014-04-041-0/+0
* Mojo: Move mojo/public/bindings to mojo/public/tools/bindings.viettrungluu@chromium.org2014-04-0443-91/+89
* Makes it so mojom files don't need a modulesky@chromium.org2014-04-044-2/+18
* Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings.viettrungluu@chromium.org2014-04-048-26/+26