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_shell work on Mac OS X again
abarth@chromium.org
2013-12-23
1
-0
/
+2
*
Add a simple one shot and repeating timer API for Mojo.js.
aa@chromium.org
2013-12-21
10
-18
/
+18
*
Mojo: Fix some incorrect DCHECKS
davemoore@chromium.org
2013-12-21
2
-2
/
+3
*
Mojo: Fix android build
davemoore@chromium.org
2013-12-21
15
-199
/
+35
*
Sample mojo app using the compositor
jamesr@chromium.org
2013-12-21
8
-1
/
+447
*
Implement more of the JavaScript GL API.
aa@chromium.org
2013-12-21
9
-147
/
+315
*
Mojo: Add support for speciying handle<data_pipe_{consumer,producer}> in a .m...
darin@chromium.org
2013-12-20
10
-46
/
+170
*
Remove direct dependency of mojo_shell_lib on mojo_native_viewport_service
davemoore@chromium.org
2013-12-20
1
-6
/
+4
*
Fix accidental double import in mojom_bindings_generator.py.
mpcomplete@chromium.org
2013-12-20
1
-1
/
+0
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
2
-3
/
+2
*
Remove mojom cpp and JS generators and turn on the jinja generator for both.
mpcomplete@chromium.org
2013-12-19
27
-1284
/
+184
*
Add support for wrapping classes indirectly inherited from gin::Wrappable<T>
aa@chromium.org
2013-12-19
2
-12
/
+12
*
Mojo: Test data pipes from the CoreImpl level.
viettrungluu@chromium.org
2013-12-19
1
-1
/
+240
*
Mojo: More data pipe testing.
viettrungluu@chromium.org
2013-12-18
1
-10
/
+226
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
3
-0
/
+4
*
Mojo: Add more data pipe tests, fix waiting bug.
viettrungluu@chromium.org
2013-12-18
3
-8
/
+104
*
Mojo: Beginnings of (local) data pipe tests + more refactoring.
viettrungluu@chromium.org
2013-12-18
8
-93
/
+273
*
Pull struct and interface definitions out of module.js.tmpl into their own fi...
mpcomplete@chromium.org
2013-12-18
4
-104
/
+108
*
Add mojom_jinja_generator and jinja templates for the C++ bindings.
mpcomplete@chromium.org
2013-12-18
19
-0
/
+804
*
Implement ServiceManager
davemoore@chromium.org
2013-12-18
28
-488
/
+690
*
Mojo: Basic C++ wrappers for the (still-untested) data pipes.
viettrungluu@chromium.org
2013-12-17
2
-18
/
+116
*
Mojo: Refactor (local) data pipe creation/initialization.
viettrungluu@chromium.org
2013-12-17
9
-87
/
+396
*
[gin] Introduce Wrappable::GetObjectTemplate
jochen@chromium.org
2013-12-17
8
-54
/
+13
*
Mojo: Change data pipe API to take # bytes instead of # elements.
viettrungluu@chromium.org
2013-12-17
16
-308
/
+356
*
Have jni_generator.gypi specify include_dirs to dependent targets.
blundell@chromium.org
2013-12-17
1
-5
/
+0
*
Mojo: rename limits.h to constants.h.
viettrungluu@chromium.org
2013-12-16
10
-14
/
+12
*
Mojo: "Finish" local (in-process) implementation of data pipes.
viettrungluu@chromium.org
2013-12-16
8
-18
/
+446
*
Add switch to control app caching
davemoore@chromium.org
2013-12-16
3
-0
/
+9
*
Add missing mojo_utility_unittests target to mojob.sh
tfarina@chromium.org
2013-12-14
1
-3
/
+4
*
Mojo: More data pipe work -- consumer-side dispatcher.
viettrungluu@chromium.org
2013-12-14
7
-7
/
+303
*
Beginning of JS Mojo API to GL.
aa@chromium.org
2013-12-13
11
-11
/
+327
*
Mojo: More data pipe implementation.
viettrungluu@chromium.org
2013-12-13
16
-24
/
+455
*
Add simple support for top-level enums to mojom.
mpcomplete@google.com
2013-12-13
13
-3
/
+137
*
Mojo: data pipe boilerplate testing (and hooking up).
viettrungluu@chromium.org
2013-12-12
4
-19
/
+171
*
Mojo: More stubs/boilerplate for data pipes.
viettrungluu@chromium.org
2013-12-12
3
-21
/
+220
*
[gin] Turn gin into a component
jochen@chromium.org
2013-12-12
1
-0
/
+1
*
mojo: Cleanup: Forward declare Context in run.h
tfarina@chromium.org
2013-12-12
3
-4
/
+7
*
Mojo: DataPipe public interface declarations and stubs.
viettrungluu@chromium.org
2013-12-12
5
-10
/
+299
*
Mojo: Rearrange core.h deckchairs.
viettrungluu@chromium.org
2013-12-12
5
-156
/
+236
*
Mojo: Add a basic multiprocess MessagePipe test.
viettrungluu@chromium.org
2013-12-12
3
-15
/
+328
*
[gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable
jochen@chromium.org
2013-12-12
2
-2
/
+4
*
Mojo: Minor core.h reorganization.
viettrungluu@chromium.org
2013-12-12
8
-43
/
+43
*
Mojo: Remove incorrect DCHECK in ProxyMessagePipeEndpoint::EnqueueMessage().
viettrungluu@chromium.org
2013-12-11
2
-39
/
+133
*
Make mojo_gles2 work properly in the static build
abarth@chromium.org
2013-12-11
13
-29
/
+197
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-11
7
-22
/
+129
*
Clean up mojo export files.
tfarina@chromium.org
2013-12-11
3
-15
/
+18
*
Rename Mojo targets to have a mojo_ prefix.
tfarina@chromium.org
2013-12-11
4
-14
/
+14
*
Revert 239910 "Do something more interesting than printf when an..."
vadimt@chromium.org
2013-12-10
7
-128
/
+22
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-10
16
-36
/
+234
*
Mojo: Support passing invalid handles
darin@chromium.org
2013-12-10
2
-20
/
+65
[next]