summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Mojo: AsyncWaiter and mojo/public/environmentdarin@chromium.org2014-01-1436-570/+498
* Mojo: re-organize public testsdarin@chromium.org2014-01-1224-91/+90
* Unrevert 244233 "Add support for using expressions as enum values."mpcomplete@google.com2014-01-103-116/+393
* Revert 244233 "Add support for using expressions as enum values."dalecurtis@google.com2014-01-103-393/+116
* Add support for using expressions as enum values.mpcomplete@google.com2014-01-103-116/+393
* Mojo: Simplify object serializationdarin@chromium.org2014-01-1015-336/+238
* Mojo: Remove utility:: namespacedarin@chromium.org2014-01-0912-24/+0
* Make RunLoop remove handle when a timeout is notifieddavemoore@chromium.org2014-01-083-0/+9
* Mojo: abstract interface implementation from generated Stub classesdarin@chromium.org2014-01-076-34/+38
* Add support for enums within structs and interfaces to mojom.mpcomplete@google.com2014-01-0716-50/+105
* Mojo: DataPipe: Write some docs and rationalize some return values.viettrungluu@chromium.org2014-01-071-0/+104
* Mojo: Change use of "not found" to more explicit "should wait".viettrungluu@chromium.org2014-01-045-7/+11
* Mojo: Add MessagePipe to core_cpp.h for conveniencedarin@chromium.org2013-12-255-37/+32
* Mojo: Fix android builddavemoore@chromium.org2013-12-215-77/+12
* Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...darin@chromium.org2013-12-209-42/+166
* Fix accidental double import in mojom_bindings_generator.py.mpcomplete@chromium.org2013-12-201-1/+0
* Remove mojom cpp and JS generators and turn on the jinja generator for both.mpcomplete@chromium.org2013-12-1927-1284/+184
* Mojo: Beginnings of (local) data pipe tests + more refactoring.viettrungluu@chromium.org2013-12-181-1/+1
* 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
* 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-171-2/+7
* Mojo: Change data pipe API to take # bytes instead of # elements.viettrungluu@chromium.org2013-12-171-19/+25
* Mojo: "Finish" local (in-process) implementation of data pipes.viettrungluu@chromium.org2013-12-161-2/+5
* Mojo: More data pipe work -- consumer-side dispatcher.viettrungluu@chromium.org2013-12-141-2/+20
* Mojo: More data pipe implementation.viettrungluu@chromium.org2013-12-133-10/+15
* Add simple support for top-level enums to mojom.mpcomplete@google.com2013-12-1312-1/+134
* Mojo: DataPipe public interface declarations and stubs.viettrungluu@chromium.org2013-12-123-4/+185
* Mojo: Rearrange core.h deckchairs.viettrungluu@chromium.org2013-12-123-133/+210
* Mojo: Minor core.h reorganization.viettrungluu@chromium.org2013-12-125-26/+26
* Make mojo_gles2 work properly in the static buildabarth@chromium.org2013-12-115-12/+77
* Clean up mojo export files.tfarina@chromium.org2013-12-112-10/+15
* Mojo: Support passing invalid handlesdarin@chromium.org2013-12-102-20/+65
* Creates a trivial mojo RunLoop along with BindingSupport on top of itsky@chromium.org2013-12-1016-0/+1287
* Split mojo_system dylib into public and privateabarth@chromium.org2013-12-104-6/+127
* Mojo: Array operator[] for handles.darin@chromium.org2013-12-108-332/+412
* Make handle getters return a Slot<{MessagePipe}Handle> instead.darin@chromium.org2013-12-085-11/+99
* Mojo: SimilarityTraits -> TypeConverterdarin@chromium.org2013-12-085-40/+40
* Added specialization for bool Array which packs each element into a single bit.darin@chromium.org2013-12-075-18/+190
* Mojo: Expose error state from Connector through RemotePtrdarin@chromium.org2013-12-074-11/+47
* Adds MojoGetTimeTicks to mojosky@chromium.org2013-12-054-0/+24
* Mojo: Add move semantics to RemotePtr<T>darin@chromium.org2013-12-045-18/+98
* Scrub memory in ~ScratchBuffer to help catch use-after-free bugs.darin@chromium.org2013-12-041-3/+10
* Add array bounds assertion and improve type conversion for empty strings.darin@chromium.org2013-12-043-4/+27
* Mojo: Generate bindings that make use of ScopedMessagePipeHandle.darin@chromium.org2013-12-0434-164/+566
* [Mojo] Remove dependency between mojo/public and gpuabarth@chromium.org2013-12-045-122/+88
* [Mojo] Move JS bindings out of publicabarth@chromium.org2013-12-0318-1420/+3
* Remove "ScopedHandleBase<H>::operator H() const"darin@chromium.org2013-12-033-27/+30
* [Mojo] Fix race condition in sample_app's SwapBuffersabarth@chromium.org2013-12-022-9/+14
* Mojo: Add support for converting between mojo::String and base::StringPiece.darin@chromium.org2013-12-024-19/+65