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
*
Remove "ScopedHandleBase<H>::operator H() const"
darin@chromium.org
2013-12-03
5
-52
/
+55
*
[Mojo] Fix race condition in sample_app's SwapBuffers
abarth@chromium.org
2013-12-02
8
-21
/
+25
*
Mojo: Create a PlatformChannel abstraction.
viettrungluu@chromium.org
2013-12-02
8
-35
/
+331
*
Mojo: Add support for converting between mojo::String and base::StringPiece.
darin@chromium.org
2013-12-02
9
-19
/
+169
*
[Mojo] Split up Mojo's monolithic GYP file
abarth@chromium.org
2013-12-01
4
-337
/
+354
*
[Mojo] sample_app should draw a spinning cube
abarth@chromium.org
2013-12-01
8
-89
/
+110
*
Mojo: SimilarityTraits
darin@chromium.org
2013-12-01
6
-7
/
+343
*
Implement gin::ObjectTemplateBuilder
aa@chromium.org
2013-11-29
3
-101
/
+58
*
[Mojo] Introduce gles2 service
abarth@chromium.org
2013-11-28
19
-65
/
+392
*
Remove usage of deprecated V8 APIs from mojo
jochen@chromium.org
2013-11-28
3
-5
/
+6
*
Buffer may optionally be found through TLS.
darin@chromium.org
2013-11-28
18
-25
/
+172
*
[Mojo] Draw GL from within sample_app
abarth@chromium.org
2013-11-28
14
-229
/
+259
*
[Mojo] Remove static "bootstrap" state in mojo_js
abarth@chromium.org
2013-11-28
7
-45
/
+55
*
Use ScopedMessagePipeHande in Connector.
davemoore@chromium.org
2013-11-27
13
-42
/
+48
*
Convert the rest of the functions in core.cc to use CreateFunctionTemplate.
aa@chromium.org
2013-11-27
4
-53
/
+35
*
[Mojo] Clean up test files related to sample_service
abarth@chromium.org
2013-11-26
11
-766
/
+41
*
Mojo: Fix perf tests.
viettrungluu@chromium.org
2013-11-26
2
-2
/
+24
*
Implement support in function_template.h for return types.
aa@chromium.org
2013-11-26
3
-56
/
+16
*
Mojo: Fix MessagePipe teardown when it has enqueued messages.
viettrungluu@chromium.org
2013-11-26
2
-3
/
+113
*
[Mojo] Add a unit test for connector.js
abarth@chromium.org
2013-11-26
3
-2
/
+130
*
PIMPL-style wrappers for generated bindings.
darin@chromium.org
2013-11-26
20
-336
/
+770
*
Mojo: Fix our copyright notices.
viettrungluu@chromium.org
2013-11-26
11
-14
/
+18
*
Mojo: Convert MessagePumpMojo to use the C++ mojo::Handle.
viettrungluu@chromium.org
2013-11-25
4
-27
/
+24
*
Mojo: Convert HandleWatcher to use the C++ mojo::Handle.
viettrungluu@chromium.org
2013-11-25
4
-25
/
+23
*
[Gin] Add a basic unit testing framework
abarth@chromium.org
2013-11-25
5
-124
/
+69
*
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
[next]