index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mojo
/
public
/
tools
/
bindings
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo bindings: Fix typemap includes.
sammc
2016-03-23
6
-61
/
+90
*
Make mojo::Callback safe to copy across threads and destroy on any thread.
amistry
2016-03-21
1
-6
/
+9
*
Mojo C++ bindings: assume that all imported mojoms have the same variant as c...
yzshen
2016-03-19
4
-2
/
+14
*
Mojo C++ bindigns: fix generated namespace when variant is specified.
yzshen
2016-03-17
1
-6
/
+15
*
Mojo C++ bindings: introduce mojo::WTFArray.
yzshen
2016-03-15
2
-5
/
+10
*
Mojo C++ bindings: support mapping mojo string to WTF::String.
yzshen
2016-03-14
5
-11
/
+24
*
[mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...
amistry
2016-03-11
1
-0
/
+1
*
Revert of Reland: Mojo C++ bindings: replace '::' with '.' in the interface n...
yzshen
2016-03-11
3
-3
/
+4
*
Reland: Mojo C++ bindings: replace '::' with '.' in the interface name.
yzshen
2016-03-10
3
-4
/
+3
*
Revert of Mojo C++ bindings: replace '::' with '.' in the interface name. (pa...
dpranke
2016-03-10
3
-3
/
+4
*
Mojo C++ bindings: replace '::' with '.' in the interface name.
yzshen
2016-03-10
3
-4
/
+3
*
Mojo C++ bindings: remove the concept of "GenericInterface".
yzshen
2016-03-08
2
-5
/
+0
*
Remove Mojo bindings environment.
Yuzhu Shen
2016-03-08
1
-1
/
+0
*
Treat typemapped kinds as un-cloneable
darin
2016-03-08
1
-1
/
+4
*
Remove MOJO_ARRAYSIZE and MOJO_WARN_UNUSED_RESULT.
amistry
2016-03-03
1
-3
/
+3
*
Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.
amistry
2016-03-03
2
-3
/
+3
*
Mojo C++ bindings: pass SerializationContext to GetSerializedSize_() and Seri...
yzshen
2016-03-02
6
-42
/
+77
*
Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.
yzshen
2016-02-29
4
-7
/
+10
*
Mojo bindings: Add string support to StructTraits
rockot
2016-02-23
3
-7
/
+70
*
Reland "Mojo C++ bindings: support sync methods - part 2"
yzshen
2016-02-23
2
-0
/
+2
*
Revert of Mojo C++ bindings: support sync methods - part 2 (patchset #6 id:10...
reillyg
2016-02-22
2
-2
/
+0
*
Mojo C++ bindings: support sync methods - part 2
yzshen
2016-02-22
2
-0
/
+2
*
Mojo C++ bindings: support sync methods - part 1.
yzshen
2016-02-17
4
-11
/
+106
*
Mojo bindings environment: remove usage of logger and task tracker.
yzshen
2016-02-16
4
-6
/
+4
*
Mojo C++ bindings: make Array/Map/String non-null by default.
yzshen
2016-02-13
1
-0
/
+3
*
Mojo C++ bindings: add aliases for [Associated]InterfaceRequest<Foo>.
yzshen
2016-02-09
2
-6
/
+9
*
Fix a name collision with |handles| in generated C++ mojom bindings.
sammc
2016-02-05
1
-6
/
+6
*
[mojo-bindings] Fix structs containing native structs
rockot
2016-02-04
2
-4
/
+4
*
[mojo-bindings] Support Arrays of native-only types
rockot
2016-01-30
5
-13
/
+78
*
[mojo] Fix unions in Java generated bindings
lhchavez
2016-01-28
1
-8
/
+8
*
Mojo C++ bindings: support enum validation.
yzshen
2016-01-28
16
-89
/
+127
*
Change mojo enums to be scoped enums in the generated C++ bindings.
sammc
2016-01-21
5
-6
/
+44
*
Add an alias FooAssociatedPtrInfo for AssociatedInterfacePtrInfo<Foo>.
yzshen
2016-01-20
2
-4
/
+8
*
Precompile mojom bindings generator jinja templates.
sammc
2016-01-14
3
-10
/
+34
*
Convert Pass()→std::move() in generated Mojo bindings.
dcheng
2015-12-28
6
-12
/
+13
*
Switch to standard integer types in mojo/.
Avi Drissman
2015-12-21
1
-0
/
+1
*
[mojo] Support native types with mojom wire format
rockot
2015-12-18
6
-5
/
+124
*
[mojo] Add pickling support for native-only structs
rockot
2015-12-17
7
-5
/
+75
*
[mojo] Allow value deserialization to fail
rockot
2015-12-17
6
-11
/
+22
*
[mojo] Add GenericInterface_ to interface class variants
rockot
2015-12-17
3
-0
/
+13
*
[mojo] Add typemap and variant support to generators
rockot
2015-12-16
6
-9
/
+56
*
[mojo] Suppress findbugs errors on generated bindings
rockot
2015-12-16
2
-0
/
+8
*
Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.
danakj
2015-12-04
1
-2
/
+2
*
Replace mojo::internal::Forward with std::move()/std::forward()
danakj
2015-12-03
2
-10
/
+9
*
Mojo C++ bindings: associated interface pointers/requests validation
yzshen
2015-12-01
1
-39
/
+41
*
Mojo C++ bindings: Add an alias, BarAssociatedPtr, for AssociatedInterfacePtr...
yzshen
2015-11-30
1
-0
/
+2
*
Mojo C++ bindings: support passing associated interface pointers/requests in ...
yzshen
2015-11-26
8
-20
/
+47
*
Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T ...
yzshen
2015-11-25
2
-0
/
+2
*
Mojo bindings: add message pipe control message definition and C++ helpers.
yzshen
2015-11-18
1
-1
/
+14
*
Move third_party/mojo/src/mojo/public to mojo/public
rockot
2015-11-13
47
-0
/
+4616
[next]