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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "ScopedHandleBase<H>::operator H() const"
darin@chromium.org
2013-12-03
3
-27
/
+30
*
[Mojo] Fix race condition in sample_app's SwapBuffers
abarth@chromium.org
2013-12-02
2
-9
/
+14
*
Mojo: Add support for converting between mojo::String and base::StringPiece.
darin@chromium.org
2013-12-02
4
-19
/
+65
*
[Mojo] sample_app should draw a spinning cube
abarth@chromium.org
2013-12-01
2
-5
/
+8
*
Mojo: SimilarityTraits
darin@chromium.org
2013-12-01
5
-7
/
+341
*
Implement gin::ObjectTemplateBuilder
aa@chromium.org
2013-11-29
2
-98
/
+53
*
[Mojo] Introduce gles2 service
abarth@chromium.org
2013-11-28
3
-0
/
+114
*
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
15
-25
/
+153
*
Use ScopedMessagePipeHande in Connector.
davemoore@chromium.org
2013-11-27
7
-32
/
+36
*
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
9
-713
/
+6
*
Implement support in function_template.h for return types.
aa@chromium.org
2013-11-26
2
-54
/
+12
*
Mojo: Fix MessagePipe teardown when it has enqueued messages.
viettrungluu@chromium.org
2013-11-26
1
-2
/
+96
*
[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
17
-332
/
+766
*
Mojo: Fix our copyright notices.
viettrungluu@chromium.org
2013-11-26
9
-9
/
+9
*
[Gin] Add a basic unit testing framework
abarth@chromium.org
2013-11-25
3
-122
/
+66
*
Mojo: Remove scoped_message_pipe.*.
viettrungluu@chromium.org
2013-11-25
1
-0
/
+4
*
[Mojo] Almost connect mojo_js with hello_world_service
abarth@chromium.org
2013-11-25
6
-0
/
+335
*
[Mojo] Improve JavaScript API for MojoReadMessage
abarth@chromium.org
2013-11-24
4
-45
/
+64
*
Teach mojo_js_bindings_unittests to load generated JS files
abarth@chromium.org
2013-11-22
3
-252
/
+2
*
Mojo JavaScript bindings should be binary compatible with C++
abarth@chromium.org
2013-11-21
9
-92
/
+123
*
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
24
-266
/
+678
*
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
2
-1
/
+87
*
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
1
-2
/
+0
*
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
11
-132
/
+695
*
Mojo: Generate bindings from math_calculator.mojom.
darin@chromium.org
2013-11-18
5
-468
/
+1
*
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
8
-140
/
+116
*
Work in progress for end-to-end bindings
davemoore@chromium.org
2013-11-15
1
-0
/
+6
*
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
1
-6
/
+0
*
Work in progress for end-to-end bindings
davemoore@chromium.org
2013-11-14
1
-0
/
+6
*
Add mojo_idl_generator.gypi
davemoore@chromium.org
2013-11-13
11
-85
/
+91
*
Fix win64 build failures on size truncation
jschuh@chromium.org
2013-11-13
2
-5
/
+8
*
Mojo: RemotePtr<S> + bindings changes for Peer attribute.
darin@chromium.org
2013-11-13
20
-30
/
+873
*
Add more unit tests for JS bindings to Core
abarth@chromium.org
2013-11-12
5
-3
/
+146
*
Mojo: Add BindingsSupportImpl on top of HandleWatcher (take 2)
darin@chromium.org
2013-11-12
5
-65
/
+71
*
Begin implementing V8 bindings for Mojo
abarth@chromium.org
2013-11-12
12
-0
/
+410
*
Mojo: Make sample_test.cc a gtest (and re-enable it).
viettrungluu@chromium.org
2013-11-12
2
-48
/
+99
[next]