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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: Remove scoped_message_pipe.*.
viettrungluu@chromium.org
2013-11-25
9
-132
/
+84
*
[Mojo] Almost connect mojo_js with hello_world_service
abarth@chromium.org
2013-11-25
14
-6
/
+567
*
[Mojo] Improve JavaScript API for MojoReadMessage
abarth@chromium.org
2013-11-24
4
-45
/
+64
*
Implements HandleWatcher in terms of MessagePumpMojo
sky@chromium.org
2013-11-23
3
-257
/
+208
*
[gin] add support for non-gin managed isolates in gin.
jochen@chromium.org
2013-11-22
1
-2
/
+2
*
Add missing dependency from mojo_js_bindings_unittests to mojom_test
jochen@chromium.org
2013-11-22
1
-0
/
+1
*
Teach mojo_js_bindings_unittests to load generated JS files
abarth@chromium.org
2013-11-22
3
-252
/
+2
*
Mojo: Improve my mojob script.
viettrungluu@chromium.org
2013-11-22
1
-59
/
+116
*
Mojo JavaScript bindings should be binary compatible with C++
abarth@chromium.org
2013-11-21
9
-92
/
+123
*
Fix thread destruction ordering. Cache thread needs to outlive the IO thread ...
ben@chromium.org
2013-11-21
5
-19
/
+22
*
Increase targetSdkVersion to 19.
navabi@google.com
2013-11-21
1
-1
/
+1
*
Have ScratchBuffer::Allocate prefer allocating on the stack even if a previous
mpcomplete@chromium.org
2013-11-21
2
-5
/
+9
*
Mojo: Improved C++ wrappers.
viettrungluu@chromium.org
2013-11-21
37
-319
/
+713
*
Initialize logging in the desktop shell.
ben@chromium.org
2013-11-20
5
-14
/
+51
*
Add a GinEmbedder enum and use it to identify WrapperInfo
jochen@chromium.org
2013-11-20
1
-1
/
+1
*
Add JavaScript support to Mojo's bindings generator
abarth@chromium.org
2013-11-20
9
-39
/
+452
*
Add some unit tests for mojo's Buffer classes.
mpcomplete@chromium.org
2013-11-20
3
-1
/
+88
*
Mojo's C++ and JavaScript bindings should produce identical messages
abarth@chromium.org
2013-11-20
6
-9
/
+84
*
Add a gin/public directory
jochen@chromium.org
2013-11-20
1
-1
/
+1
*
Enable and fix BindingsConnectorTest.MessageWithHandles
davemoore@chromium.org
2013-11-19
1
-8
/
+21
*
Introduce a Gin class instead of using global functions to control gin
jochen@chromium.org
2013-11-19
2
-4
/
+2
*
Add abarth as a Mojo OWNER
abarth@chromium.org
2013-11-19
1
-0
/
+1
*
Port Mojo's sample_service.cc to JavaScript
abarth@chromium.org
2013-11-19
7
-101
/
+406
*
Implement Mojo message codec in JavaScript
abarth@chromium.org
2013-11-18
12
-136
/
+695
*
Mojo: Fix MojoReadMessage() with *num_handles == 0.
viettrungluu@chromium.org
2013-11-18
1
-1
/
+1
*
Mojo: Generate bindings from math_calculator.mojom.
darin@chromium.org
2013-11-18
6
-471
/
+3
*
Mojo: generated pointer 'getters' should return const pointers.
darin@chromium.org
2013-11-18
1
-1
/
+1
*
Fix some runtime errors in mojo Connector.
ben@chromium.org
2013-11-18
1
-7
/
+8
*
This CL implements the Asynchronous Module Definition (AMD)
abarth@chromium.org
2013-11-17
9
-143
/
+119
*
Work in progress for end-to-end bindings
davemoore@chromium.org
2013-11-15
10
-104
/
+259
*
Mojo: Trivial cleanup -- remove unneeded test fixture in test.
viettrungluu@chromium.org
2013-11-14
1
-4
/
+1
*
Mojo: Add a MOJO_ARRAYSIZE, corresponding to Chromium's arraysize.
viettrungluu@chromium.org
2013-11-14
2
-8
/
+22
*
Revert 234975 "Work in progress for end-to-end bindings"
mmenke@chromium.org
2013-11-14
10
-212
/
+62
*
Work in progress for end-to-end bindings
davemoore@chromium.org
2013-11-14
10
-62
/
+212
*
Fixes bug where MessagePumpMojo was listening for state on the wrong handle
sky@chromium.org
2013-11-14
1
-1
/
+1
*
Add mojo_idl_generator.gypi
davemoore@chromium.org
2013-11-13
13
-89
/
+113
*
Mojo: Implement local passing of MessagePipes.
viettrungluu@chromium.org
2013-11-13
15
-56
/
+254
*
Fix win64 build failures on size truncation
jschuh@chromium.org
2013-11-13
4
-8
/
+14
*
Mojo: RemotePtr<S> + bindings changes for Peer attribute.
darin@chromium.org
2013-11-13
21
-30
/
+877
*
Give mojo_shell a TransportSecurityPersister.
aa@chromium.org
2013-11-13
2
-1
/
+20
*
Mojo: More plumbing required to transfer handles over MessagePipes.
viettrungluu@chromium.org
2013-11-12
6
-47
/
+123
*
Add base/time include.
sky@chromium.org
2013-11-12
1
-0
/
+1
*
Implementation of MessagePump for Mojo.
sky@chromium.org
2013-11-12
5
-0
/
+336
*
Mojo: More plumbing to support sending handles over MessagePipes.
viettrungluu@chromium.org
2013-11-12
12
-42
/
+74
*
Add more unit tests for JS bindings to Core
abarth@chromium.org
2013-11-12
6
-4
/
+147
*
Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)
darin@chromium.org
2013-11-12
13
-81
/
+231
*
Begin implementing V8 bindings for Mojo
abarth@chromium.org
2013-11-12
17
-71
/
+454
*
Mojo: Make sample_test.cc a gtest (and re-enable it).
viettrungluu@chromium.org
2013-11-12
3
-48
/
+101
*
Mojo: Make bindings_connector_unittest.cc not depend on base.
viettrungluu@chromium.org
2013-11-11
1
-6
/
+5
*
Mojo: Implement plumbing to support passing handles over MessagePipes.
viettrungluu@chromium.org
2013-11-11
15
-202
/
+538
[next]