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
*
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
*
Mojo: Make tests under mojo/public use our own run_all_unittests.cc.
viettrungluu@chromium.org
2013-11-11
8
-33
/
+26
*
Revert 234233 "Add mojo_idl_generator.gypi"
thakis@chromium.org
2013-11-11
10
-105
/
+71
*
Android: Allow duplicate calls to InitApplicationContext.
torne@chromium.org
2013-11-11
1
-1
/
+1
*
Mojo: Add DCHECKs to entrypoints that CoreImpl has been initialized.
viettrungluu@chromium.org
2013-11-11
1
-0
/
+7
*
Revert "Mojo: Add BindingsSupportImpl on top of HandleWatcher"
darin@chromium.org
2013-11-11
13
-230
/
+81
*
Mojo: Add BindingsSupportImpl on top of HandleWatcher
darin@chromium.org
2013-11-11
13
-81
/
+230
*
Add mojo_idl_generator.gypi
davemoore@chromium.org
2013-11-11
10
-71
/
+105
*
Add better handle tracking, and optimize Connector::Accept.
darin@chromium.org
2013-11-09
8
-25
/
+87
*
Mojo: Unify the disparate source and header files into 3
davemoore@chromium.org
2013-11-08
26
-456
/
+338
*
Add a basic Mojo app that initializes V8
abarth@chromium.org
2013-11-08
5
-0
/
+109
*
mojo_shell crashes on Linux
abarth@chromium.org
2013-11-08
8
-39
/
+61
*
Wires up MotionEvents for mojo_shell_apk on Android.
ben@chromium.org
2013-11-08
5
-0
/
+72
*
Moves some files into mojo/common
sky@chromium.org
2013-11-07
10
-66
/
+120
[next]