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
*
Make Mojo work on Android again
abarth@chromium.org
2013-12-10
3
-1
/
+39
*
Creates a trivial mojo RunLoop along with BindingSupport on top of it
sky@chromium.org
2013-12-10
21
-44
/
+1359
*
Split mojo_system dylib into public and private
abarth@chromium.org
2013-12-10
25
-148
/
+256
*
Mojo: Array operator[] for handles.
darin@chromium.org
2013-12-10
9
-335
/
+417
*
Move us closer to shutting down cleanly.
ben@chromium.org
2013-12-09
4
-10
/
+25
*
Make handle getters return a Slot<{MessagePipe}Handle> instead.
darin@chromium.org
2013-12-08
5
-11
/
+99
*
Gin: Make it easier to implement Wrappable.
aa@chromium.org
2013-12-08
2
-11
/
+6
*
Mojo: SimilarityTraits -> TypeConverter
darin@chromium.org
2013-12-08
9
-55
/
+55
*
Remove mojo_shell_unittests from mojob.sh.
tfarina@chromium.org
2013-12-07
1
-1
/
+0
*
Added specialization for bool Array which packs each element into a single bit.
darin@chromium.org
2013-12-07
6
-18
/
+192
*
Mojo: Expose error state from Connector through RemotePtr
darin@chromium.org
2013-12-07
4
-11
/
+47
*
Wire events through to sample_app
ben@chromium.org
2013-12-06
6
-3
/
+52
*
Gin: Consolidate all the Converter<Wrappable> subclasses.
aa@chromium.org
2013-12-06
1
-8
/
+0
*
Fold MojoViewport C++ class into NativeViewportAndroid
ben@chromium.org
2013-12-05
9
-225
/
+102
*
gin::Wrappable shouldn't inherit from base::RefCounted
abarth@chromium.org
2013-12-05
3
-4
/
+5
*
Adds MojoGetTimeTicks to mojo
sky@chromium.org
2013-12-05
8
-2
/
+50
*
Update mojo.js to use native_viewport
abarth@chromium.org
2013-12-05
3
-16
/
+53
*
Mojo: Add move semantics to RemotePtr<T>
darin@chromium.org
2013-12-04
5
-18
/
+98
*
Mojo: (POSIX) Test that MultiprocessTestBase passes the channel correctly.
viettrungluu@chromium.org
2013-12-04
1
-2
/
+75
*
Scrub memory in ~ScratchBuffer to help catch use-after-free bugs.
darin@chromium.org
2013-12-04
1
-3
/
+10
*
Mojo: Fix RawChannelPosixTest.OnReadMessage's writes to handle EINTR.
viettrungluu@chromium.org
2013-12-04
1
-2
/
+7
*
Add array bounds assertion and improve type conversion for empty strings.
darin@chromium.org
2013-12-04
3
-4
/
+27
*
Mojo: Generate bindings that make use of ScopedMessagePipeHandle.
darin@chromium.org
2013-12-04
41
-182
/
+590
*
[Mojo] Remove dependency between mojo/public and gpu
abarth@chromium.org
2013-12-04
21
-259
/
+273
*
Mojo: mojob.sh: on sync, run hooks but not gyp
viettrungluu@chromium.org
2013-12-04
1
-2
/
+2
*
Mojo: (POSIX) Pass channel handle to child.
viettrungluu@chromium.org
2013-12-03
8
-33
/
+138
*
[Mojo] Move JS bindings out of public
abarth@chromium.org
2013-12-03
26
-110
/
+107
*
Remove separate thread for the shell on Android.
ben@chromium.org
2013-12-03
3
-47
/
+8
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Mojo: Add a Mojo-specific multiprocess test base class.
viettrungluu@chromium.org
2013-12-03
6
-10
/
+216
*
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
[next]