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
...
*
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
*
Remove mojom_data_tests.py.
jackhou@chromium.org
2013-10-25
1
-84
/
+0
*
Revert 230837 "Add structure packing support for mojo modules"
ajwong@chromium.org
2013-10-24
4
-256
/
+1
*
Add structure packing support for mojo modules
davemoore@chromium.org
2013-10-24
5
-1
/
+256
*
Build mojo_shell on Android
abarth@chromium.org
2013-10-24
8
-3
/
+188
*
Mojo: Move PostTaskAndWait() to test_utils.*.
viettrungluu@chromium.org
2013-10-24
4
-68
/
+115
*
Add DEPS files for public/. Add exclusion for public/tests/.
darin@chromium.org
2013-10-23
2
-0
/
+15
*
Teach mojo_shell to load apps from the network
abarth@chromium.org
2013-10-22
9
-9
/
+45
*
Completely Revert 229967 "Add structure packing support for mojo modules"
kouhei@chromium.org
2013-10-22
1
-0
/
+0
*
Revert 229967 "Add structure packing support for mojo modules"
kouhei@chromium.org
2013-10-22
4
-256
/
+1
*
Add structure packing support for mojo modules
davemoore@chromium.org
2013-10-22
5
-1
/
+256
*
Mojo bindings tweaks based on feedback from dmichael.
darin@chromium.org
2013-10-21
7
-11
/
+13
*
Mojo: Add debug-only checks to Waiter that check that Init() has been called.
viettrungluu@chromium.org
2013-10-21
3
-0
/
+27
*
Fix two nits with mojo::shell::app_container
abarth@chromium.org
2013-10-19
2
-3
/
+4
*
Fix win build
abarth@chromium.org
2013-10-19
1
-2
/
+1
*
Teach mojo_shell how to load http URLs
abarth@chromium.org
2013-10-19
15
-1
/
+486
*
Revert "Teach mojo_shell how to load http URLs"
abarth@chromium.org
2013-10-18
15
-485
/
+1
*
Teach mojo_shell how to load http URLs
abarth@chromium.org
2013-10-18
15
-1
/
+485
*
Add a DEPS file for Mojo
abarth@chromium.org
2013-10-17
1
-0
/
+6
*
Mojo: Abstract out the endpoints of MessagePipes.
viettrungluu@chromium.org
2013-10-16
7
-153
/
+375
*
Add handling of fatal errors to RawChannel/RawChannelPosix.
viettrungluu@chromium.org
2013-10-15
3
-33
/
+189
*
Add newline at the end of files
ckocagil@chromium.org
2013-10-12
2
-2
/
+2
*
Mojo C++ bindings
grt@chromium.org
2013-10-11
23
-8
/
+1504
*
Revert 228193 "Mojo C++ bindings"
grt@chromium.org
2013-10-11
23
-1496
/
+8
*
Add a "RawChannel" abstraction (with an implementation for Chromium POSIX).
viettrungluu@chromium.org
2013-10-11
8
-10
/
+984
*
Make MessagePipe use an std::deque instead of an std::list.
viettrungluu@chromium.org
2013-10-11
1
-4
/
+3
*
Mojo C++ bindings
darin@chromium.org
2013-10-11
23
-8
/
+1496
*
Revert 228153 "C++ bindings" as it caused a compile failure on the official L...
finnur@chromium.org
2013-10-11
23
-1496
/
+8
*
C++ bindings
darin@chromium.org
2013-10-11
23
-8
/
+1496
*
Simple shell that loads a dll and calls an entrypoint function passing in a h...
ben@chromium.org
2013-10-10
18
-30
/
+373
*
Mojo: Move argument validation from MessagePipe to MessagePipeDispatcher.
viettrungluu@chromium.org
2013-10-10
5
-92
/
+101
*
Fix mojo check_perms errors.
thestig@chromium.org
2013-10-08
2
-0
/
+0
*
Initial support for mojo module bindings
davemoore@chromium.org
2013-10-08
6
-0
/
+640
*
Revert 227604 "Simple shell that loads a dll and calls an entryp..."
msw@chromium.org
2013-10-08
10
-339
/
+21
[prev]
[next]