summaryrefslogtreecommitdiffstats
path: root/mojo/public
Commit message (Expand)AuthorAgeFilesLines
...
* Mojo: Remove GLES2 support from runner.yzshen2016-03-019-343/+0
* Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.yzshen2016-02-2918-497/+611
* Fix grammar in BindingSetsky2016-02-291-1/+1
* mojo: Add out-of-line copy ctors for complex classes.vmpstr2016-02-292-0/+3
* Make WebVector backed by a std::vector.esprehn2016-02-271-0/+8
* Change Mojo URLs to structured names.ben2016-02-271-3/+7
* Revert of Make WebVector backed by a std::vector. (patchset #2 id:20001 of ht...jaydasika2016-02-271-8/+0
* Make WebVector backed by a std::vector.esprehn2016-02-271-0/+8
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-261-2/+2
* Revert of Mojo bindings environment: remove usage in gles2. (patchset #1 id:1...yzshen2016-02-263-8/+12
* Revert of Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public...yzshen2016-02-2614-88/+185
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-02-2514-185/+88
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-257-215/+205
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-247-205/+215
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-247-215/+205
* Mojo bindings environment: remove usage in gles2.yzshen2016-02-243-12/+8
* Added GLStreamTextureImage : GLImage, which exposesliberato2016-02-241-0/+6
* Mojo bindings: Add string support to StructTraitsrockot2016-02-2312-12/+263
* This enforces the capability filter specified in an application manifest.ben2016-02-231-0/+5
* Reland "Mojo C++ bindings: support sync methods - part 2"yzshen2016-02-2316-98/+735
* Revert of Mojo C++ bindings: support sync methods - part 2 (patchset #6 id:10...reillyg2016-02-2216-723/+92
* Mojo C++ bindings: support sync methods - part 2yzshen2016-02-2216-92/+723
* Mojo C++ bindings: support sync methods - part 1.yzshen2016-02-1715-38/+359
* Mojo bindings environment: remove usage of logger and task tracker.yzshen2016-02-1622-102/+100
* Mojo C++ bindings: helpers to recusively convert between mojo and STL types.yzshen2016-02-154-0/+340
* Couple of changes to shell:sky2016-02-141-1/+17
* Revert of Couple of changes to shell: (patchset #1 id:1 of https://codereview...thakis2016-02-131-17/+1
* Couple of changes to shell:sky2016-02-131-1/+17
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-1313-47/+70
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-126-3/+210
* Fix GYP dependency for precompiled Mojo jinja templatesrockot2016-02-111-0/+1
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-1/+1
* [mojo] Delete third_party/mojorockot2016-02-103-4/+4
* Mojo C++ bindings: make mojo::Map<K,V> more friendly with std::map<K,V>.yzshen2016-02-104-266/+109
* Mojo C++ bindings: make mojo::Array<T> more friendly with std::vector<T>.yzshen2016-02-093-95/+65
* Mojo C++ bindings: add aliases for [Associated]InterfaceRequest<Foo>.yzshen2016-02-092-6/+9
* Rename Connection::AddService/ConnectToService to Connection::AddInterface/Ge...ben2016-02-091-1/+1
* ApplicationImpl->ShellConnectionben2016-02-091-2/+2
* Rename ApplicationDelegate to ShellClient.ben2016-02-071-6/+5
* 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