summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
* Extract shell methods from ApplicationImpl into a base class, and pass this t...ben2016-02-071-3/+2
* ConfigureIncomingConnection -> AcceptConnectionben2016-02-061-1/+1
* [mojo-bindings] Fix alignment for serialization sizingrockot2016-02-051-2/+2
* [mojo-bindings] Add typemap_deps to mojom rulesrockot2016-02-052-13/+60
* Fix a name collision with |handles| in generated C++ mojom bindings.sammc2016-02-052-6/+28
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-055-3/+37
* Mojom: allow attributes that are not assigned a value.yzshen2016-02-055-8/+19
* [mojo-bindings] Fix structs containing native structsrockot2016-02-044-4/+43
* Add a rule for collating mojo application manifests.ben2016-02-043-14/+153
* Implement a skeleton of Mojo Application manifests.ben2016-02-021-0/+14
* [mojo-bindings] Support Arrays of native-only typesrockot2016-01-3011-44/+324
* Use gn_helpers to deserialize GN lists.brettw2016-01-292-31/+30
* Convert Pass()→std::move() in mojo interface_ptr_info.hkcwu2016-01-291-1/+1
* [mojo] Fix unions in Java generated bindingslhchavez2016-01-281-8/+8
* Mojo C++ bindings: support enum validation.yzshen2016-01-2840-124/+407
* Fix mojo_js_unittests.yzshen2016-01-261-1/+0
* [mojo-bindings] Attribute "native" -> "Native"rockot2016-01-262-4/+4
* Move mojo/runner to mojo/shell/standaloneben2016-01-261-5/+5
* Removed last references to old sync points.dyen2016-01-224-20/+0
* Reduce boilerplate needed to configure mojo::Bindingsky2016-01-211-0/+8
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-2113-42/+75
* Removed client side support for old sync points.dyen2016-01-201-2/+0
* Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>.yzshen2016-01-203-11/+14
* mojo: Fix the alignment of several platform-specific structslhchavez2016-01-151-4/+4
* Precompile mojom bindings generator jinja templates.sammc2016-01-149-122/+289
* mojo: Remove Pass() from MOJO_MOVE_ONLY_TYPEdanakj2016-01-143-5/+5
* Move mojo/application/public -> mojo/shell/publicben2016-01-122-6/+6
* mojo: Fix compilation of AssociatedInterfacePtr::associated_group()lhchavez2016-01-111-1/+1
* Makes bindings work with nested message loopssky2016-01-114-35/+70
* Remove |target| from glCompressedCopyTextureCHROMIUM.zmo2016-01-091-2/+2
* mojo: Change one .Pass() to std::move()lhchavez2016-01-091-1/+1
* Fix flaky mojo_js_unittests on Windows.yzshen2016-01-071-16/+14
* Remove glCompressedCopySubTextureCHROMIUM.zmo2016-01-071-13/+0
* Update threading notes in the bindings.amistry2016-01-063-6/+16
* Fixes bug in pausing connector with multiple messages queued upsky2016-01-063-4/+44
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-061-8/+4
* Fix a bunch of mojo_public_*_unittests with the new EDK.jam2016-01-0518-257/+655
* Fix assumption in mojo binding class Connector that message pipes notice the ...jam2016-01-041-1/+7
* Convert Pass()→std::move() in generated Mojo bindings.dcheng2015-12-286-12/+13
* Convert Pass()→std::move() in //mojo/public/dcheng2015-12-2646-413/+460
* Make base a static ibrarybrettw2015-12-221-8/+0
* Switch to standard integer types in mojo/.Avi Drissman2015-12-21101-4/+202
* command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extensionkkinnunen2015-12-211-0/+4
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-0/+8
* [mojo] Support native types with mojom wire formatrockot2015-12-1815-5/+543
* Mac CoreAnimation: Add more CALayer parametersccameron2015-12-181-3/+11
* Make base a static ibrarybrettw2015-12-181-8/+0
* [mojo] Add pickling support for native-only structsrockot2015-12-1718-5/+589
* [mojo] Use base::Pickle for Message storage.rockot2015-12-1712-82/+226
* Lazily allocate the holder in mojo::internal::SharedData<>.amistry2015-12-171-11/+41