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
*
Factor common code into native_viewport_controller.cc
abarth@chromium.org
2013-11-07
9
-92
/
+52
*
Mojo: Make the top-level mojo target build more.
viettrungluu@chromium.org
2013-11-07
1
-0
/
+8
*
Mojo: modifications to service source
davemoore@chromium.org
2013-11-06
1
-59
/
+46
*
Adds a class named Connector that connects a MessagePipe to a MessageReceiver.
darin@chromium.org
2013-11-06
14
-9
/
+729
*
Add a SpinningCube to Mojo's sample_app
abarth@chromium.org
2013-11-06
4
-0
/
+482
*
Simpler bindings, fewer files!
darin@chromium.org
2013-11-06
18
-589
/
+398
*
Mojo: Add support for float and double types in IDL files.
darin@chromium.org
2013-11-06
1
-1
/
+2
*
Mojo: Support camel cased types in generator
davemoore@chromium.org
2013-11-06
3
-45
/
+49
*
Hook up GL Command buffer on Windows too
ben@chromium.org
2013-11-06
2
-2
/
+25
*
Add a basic NativeViewportMac for Mojo
abarth@chromium.org
2013-11-06
2
-1
/
+81
*
Add support for functions with 0 or 1 parameters.
darin@chromium.org
2013-11-05
1
-2
/
+4
*
Mojo: Make mojob build only mojo.
viettrungluu@chromium.org
2013-11-05
1
-1
/
+1
*
Add a basic NativeViewportX11 for Mojo
abarth@chromium.org
2013-11-05
3
-2
/
+65
*
Make it possible to load Mojo content from SSL URLs.
aa@chromium.org
2013-11-04
1
-0
/
+14
*
Say "noto" goto.
aa@chromium.org
2013-11-04
4
-18
/
+81
*
Mojo: Fix bug in closing MessagePipes.
viettrungluu@chromium.org
2013-11-04
3
-2
/
+41
*
Mojo: Add a script to help with building/testing parts of Mojo.
viettrungluu@chromium.org
2013-11-04
1
-0
/
+116
*
Mojo: Fixes to get sample to compile
davemoore@chromium.org
2013-11-04
10
-24
/
+41
*
Remove unnecessary const (causes compile error on Mac)
sky@chromium.org
2013-11-04
1
-2
/
+2
*
Adds mojo/shell/test/run_all_unittests.cc
sky@chromium.org
2013-11-04
1
-0
/
+30
*
Initial cut at object to listen for handle to be ready
sky@chromium.org
2013-11-04
7
-2
/
+836
*
Mojo should use a command buffer instead of raw GL
abarth@chromium.org
2013-11-03
9
-31
/
+102
*
Mojo: Add proxy and stub generation
davemoore@chromium.org
2013-11-02
19
-166
/
+455
*
mojo: Remove MOJO_IMPLEMENTATION define.
tfarina@chromium.org
2013-11-02
1
-3
/
+0
*
Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisation
mseaborn@chromium.org
2013-11-02
1
-1
/
+1
*
Fix Java naming style
abarth@chromium.org
2013-11-01
2
-2
/
+2
*
Fix clang build
abarth@chromium.org
2013-11-01
2
-0
/
+9
*
Make Mojo's NativeViewportAndroid draw a green square
abarth@chromium.org
2013-11-01
23
-249
/
+421
*
Minor cleanup to template code
davemoore@chromium.org
2013-10-31
1
-71
/
+65
*
Mojo: add generation of stubs and struct serialization
davemoore@chromium.org
2013-10-31
6
-11
/
+265
*
Adds the skeleton of a NativeViewport concept.
ben@chromium.org
2013-10-31
13
-14
/
+391
*
mojo: break struct headers into headers and source
davemoore@chromium.org
2013-10-30
8
-109
/
+167
*
Mojo: Add basic IDL parser and frontend
darin@chromium.org
2013-10-30
5
-0
/
+385
*
Add (very!) basic GL support to mojo_shell
abarth@chromium.org
2013-10-30
11
-26
/
+198
*
mojo: add sample_service.mojom
davemoore@chromium.org
2013-10-29
6
-2
/
+314
*
No more d_ members. Use initial capital letter to denote private fields.
darin@chromium.org
2013-10-29
14
-225
/
+422
*
mojo_shell needs to load more libraries
abarth@chromium.org
2013-10-29
1
-1
/
+13
*
More C-like IDL.
darin@chromium.org
2013-10-29
1
-14
/
+15
*
Mostly useful for testing.
aa@chromium.org
2013-10-29
8
-4
/
+83
*
Cleanup mojo_shell and sample_app a bit
abarth@chromium.org
2013-10-28
21
-217
/
+156
*
Pass app URL to mojo_shell on Android
abarth@chromium.org
2013-10-27
4
-8
/
+24
*
mojo_shell should download shared objects on Android
abarth@chromium.org
2013-10-27
9
-34
/
+102
*
mojo_shell should start without crashing on Android
abarth@chromium.org
2013-10-26
7
-17
/
+63
*
Revert 231131 "No more d_. Use initial capital letter to denote ..."
ajwong@chromium.org
2013-10-25
3
-78
/
+85
*
No more d_. Use initial capital letter to denote private fields.
darin@chromium.org
2013-10-25
3
-85
/
+78
*
mojo: add support for packing handles, arrays and pointers to structs
davemoore@chromium.org
2013-10-25
3
-7
/
+28
*
Add structure packing support for mojo modules
davemoore@chromium.org
2013-10-25
2
-0
/
+254
*
Reach mojo::system::CoreImpl::Init() on Android
abarth@chromium.org
2013-10-25
27
-42
/
+219
*
Add structure packing support for mojo modules
davemoore@chromium.org
2013-10-25
3
-1
/
+2
*
Mojo: Pack structures and add compile-time assertions
darin@chromium.org
2013-10-25
9
-36
/
+65
[next]