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
*
[PPAPI] API definition for compositor artifacts
miletus@chromium.org
2014-06-06
2
-0
/
+6
*
Moves view_manager files to view_manager directory
sky@chromium.org
2014-06-06
14
-541
/
+86
*
Adding generic callback interfaces.
qsr@chromium.org
2014-06-06
3
-0
/
+240
*
Mojom: Add 'default' keyword for initializing structs to non-null value.
mpcomplete@chromium.org
2014-06-06
13
-113
/
+56
*
Mojo: Reimplement unicode.js in JavaScript, remove native implementation.
mpcomplete@chromium.org
2014-06-06
9
-124
/
+45
*
Make mojo_main_{chromium,standalone} a variable instead of a target
davemoore@chromium.org
2014-06-06
4
-34
/
+14
*
Provide an API to the example window manager app that supports closing a window.
ben@chromium.org
2014-06-06
11
-47
/
+190
*
Add support for multiple roots to the client lib.
ben@chromium.org
2014-06-06
11
-90
/
+178
*
Mojo: Refactor Options struct validation some more.
viettrungluu@chromium.org
2014-06-05
12
-174
/
+375
*
Mojo: Make Channel::OnFatalError() less spammy.
viettrungluu@chromium.org
2014-06-05
4
-29
/
+40
*
Generate enums for mojo java bindings.
qsr@chromium.org
2014-06-05
5
-6
/
+64
*
Add reference from Handle to Core.
qsr@chromium.org
2014-06-05
4
-1
/
+59
*
Mojo: Initial network service w/ URLLoader interface.
darin@chromium.org
2014-06-05
17
-3
/
+821
*
Makes IViewManager::Connects reuse connections as appropriate
sky@chromium.org
2014-06-05
11
-11
/
+156
*
Mojo: Add more comments to mojo/public/c/system/buffer.h.
viettrungluu@chromium.org
2014-06-05
2
-16
/
+62
*
Mojo: Refactor the verification of various |Mojo...Options| structs.
viettrungluu@chromium.org
2014-06-05
9
-62
/
+425
*
Mojom: Remove expression support from IDL compiler.
mpcomplete@chromium.org
2014-06-04
22
-236
/
+166
*
Add requestor_url to ConnectToService()
davemoore@chromium.org
2014-06-04
11
-46
/
+195
*
Wire input events through the ViewManagerClient interface.
sky@chromium.org
2014-06-04
24
-30
/
+292
*
Mojo cpp bindings: report the reason of validation failure.
yzshen@chromium.org
2014-06-04
14
-40
/
+216
*
Fix destruction tests.
ben@chromium.org
2014-06-04
3
-56
/
+60
*
Small cleanup for the mojo java classes.
qsr@chromium.org
2014-06-04
2
-74
/
+61
*
Get most of the View Manager client lib tests to pass again.
ben@chromium.org
2014-06-04
4
-260
/
+231
*
Mojo: Add an extremely skeletal mojo_shell_tests.
viettrungluu@chromium.org
2014-06-04
6
-39
/
+163
*
Get view manager client lib unit test harness to run again. Does not get any ...
ben@chromium.org
2014-06-03
8
-22
/
+135
*
Add module annotation to specify the name of the java class for constants.
qsr@chromium.org
2014-06-03
3
-10
/
+25
*
Mojo: Specify/check alignment of pointers more carefully.
viettrungluu@chromium.org
2014-06-03
10
-62
/
+264
*
Gets aura_demo working with the view_manager
sky@chromium.org
2014-06-03
9
-21
/
+548
*
Fixes leak in ViewManagerConnection
sky@chromium.org
2014-06-03
1
-2
/
+2
*
Generate java bindings for constants.
qsr@chromium.org
2014-06-03
9
-2
/
+267
*
Implement a demo that shows one app embedding rendering in another.
ben@chromium.org
2014-06-03
16
-80
/
+301
*
Mojo: (Mostly) factor out command-line switches from the shell's load code path.
viettrungluu@chromium.org
2014-06-02
6
-36
/
+50
*
PPAPI: Add dev synchronous JS->Plugin messaging API
dmichael@chromium.org
2014-06-02
2
-0
/
+18
*
Revert 274322 "Implement a demo that shows one app embedding ren..."
ben@chromium.org
2014-06-02
15
-300
/
+80
*
Implement a demo that shows one app embedding rendering in another.
ben@chromium.org
2014-06-02
15
-80
/
+300
*
Mojo: Make mojo_shell able to load apps from file: URLs.
viettrungluu@chromium.org
2014-06-02
1
-4
/
+9
*
Revert 274278 "Generate java bindings for constants."
lambroslambrou@chromium.org
2014-06-02
8
-263
/
+2
*
Generate java bindings for constants.
qsr@chromium.org
2014-06-02
8
-2
/
+263
*
Simplifies ShellTestHelper and ViewManager tests
sky@chromium.org
2014-06-02
3
-261
/
+73
*
Enable some JsToCppTests.
yzshen@chromium.org
2014-06-01
1
-4
/
+2
*
Make mojo message building and validation follow the depth-first traversal or...
yzshen@chromium.org
2014-06-01
1
-15
/
+15
*
Mojo cpp bindings: remove redundant validation in Decode*().
yzshen@chromium.org
2014-05-31
9
-72
/
+39
*
Revert of Mojo: Specify/check alignment of pointers more carefully. (https://...
dalecurtis@chromium.org
2014-05-31
10
-251
/
+62
*
Fixes bug where IViewManagerClient could be messaged unnecessarily
sky@chromium.org
2014-05-31
4
-42
/
+73
*
Mojo cpp bindings: validation logic for incoming messages
yzshen@chromium.org
2014-05-31
19
-15
/
+587
*
Minor cleanup of view manager test
sky@chromium.org
2014-05-31
3
-45
/
+29
*
Mojo: Specify/check alignment of pointers more carefully.
viettrungluu@chromium.org
2014-05-30
10
-62
/
+251
*
Removes usage of Compositor/ContextFactory methods
sky@chromium.org
2014-05-30
1
-2
/
+0
*
Implement Pepper PPB_VideoDecoder interface.
bbudge@chromium.org
2014-05-30
2
-0
/
+6
*
Mojo: Add multiprocess shared memory passing test.
viettrungluu@chromium.org
2014-05-30
1
-0
/
+173
[next]