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
/
mojo.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mojo: add some end-to-end shell tests and a new test sample app
tim@chromium.org
2014-07-02
1
-2
/
+5
*
Fix path to Mojo logging.cc in mojo.gyp.
treib@chromium.org
2014-07-01
1
-1
/
+1
*
Mojo converters for surfaces API types
jamesr@chromium.org
2014-06-30
1
-0
/
+2
*
Adds NativeViewportOzone
sky@chromium.org
2014-06-27
1
-0
/
+7
*
Initial version of keyboard
sky@chromium.org
2014-06-25
1
-0
/
+1
*
Revert 279769 "Initial version of keyboard"
sky@chromium.org
2014-06-25
1
-1
/
+0
*
Initial version of keyboard
sky@chromium.org
2014-06-25
1
-0
/
+1
*
Mojo: Make mojo_test_service a loadable_module and make mojo_shell_tests depe...
viettrungluu@chromium.org
2014-06-25
1
-0
/
+1
*
Add mojo media viewer app - the boilerplate part.
yzshen@chromium.org
2014-06-25
1
-1
/
+2
*
mojo: don't leak ServiceConnectors if they are re-Added to ServiceRegistry
tim@chromium.org
2014-06-25
1
-0
/
+1
*
A couple of changes that make views work from multiple threads
sky@chromium.org
2014-06-24
1
-0
/
+25
*
Adding profiler_service in mojo shell and use it in the network service.
qsr@chromium.org
2014-06-23
1
-1
/
+5
*
Mojo: Add logging macros (and supporting code) for use in mojo/public/cpp.
viettrungluu@chromium.org
2014-06-19
1
-0
/
+3
*
Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment.
viettrungluu@chromium.org
2014-06-19
1
-2
/
+0
*
Move channel_init out of mojo_common.
qsr@chromium.org
2014-06-19
1
-2
/
+2
*
Small fixes in mojo_shell for android.
qsr@chromium.org
2014-06-18
1
-1
/
+8
*
Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState.
viettrungluu@chromium.org
2014-06-18
1
-1
/
+1
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-06-14
1
-2
/
+3
*
Mojo: Add basic logging facilities to environment.
viettrungluu@chromium.org
2014-06-14
1
-0
/
+3
*
Add more mojo targets to the GN build.
brettw@chromium.org
2014-06-13
1
-0
/
+5
*
Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an i...
ben@chromium.org
2014-06-13
1
-0
/
+1
*
Launcher flow
ben@chromium.org
2014-06-13
1
-0
/
+2
*
Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object.
viettrungluu@chromium.org
2014-06-12
1
-0
/
+1
*
Wires up necessary pieces to use views with view_manager
sky@chromium.org
2014-06-10
1
-1
/
+27
*
Mojo: Use network service to load non-local Mojo Apps.
darin@chromium.org
2014-06-10
1
-10
/
+7
*
Mojo: Add a trivial end-to-end (in-process) test of Mojo shell.
viettrungluu@chromium.org
2014-06-09
1
-0
/
+3
*
Moves common view_manager related aura files to mojo/aura
sky@chromium.org
2014-06-07
1
-0
/
+5
*
Add an example that nests embedded app, so we have two levels of nesting (and...
ben@chromium.org
2014-06-07
1
-0
/
+1
*
Moves view_manager files to view_manager directory
sky@chromium.org
2014-06-06
1
-5
/
+0
*
Mojo: Reimplement unicode.js in JavaScript, remove native implementation.
mpcomplete@chromium.org
2014-06-06
1
-2
/
+0
*
Mojo: Initial network service w/ URLLoader interface.
darin@chromium.org
2014-06-05
1
-0
/
+2
*
Mojo: Refactor the verification of various |Mojo...Options| structs.
viettrungluu@chromium.org
2014-06-05
1
-0
/
+2
*
Mojo: Add an extremely skeletal mojo_shell_tests.
viettrungluu@chromium.org
2014-06-04
1
-0
/
+24
*
Mojo: Specify/check alignment of pointers more carefully.
viettrungluu@chromium.org
2014-06-03
1
-0
/
+1
*
Gets aura_demo working with the view_manager
sky@chromium.org
2014-06-03
1
-0
/
+1
*
Implement a demo that shows one app embedding rendering in another.
ben@chromium.org
2014-06-03
1
-1
/
+3
*
Revert 274322 "Implement a demo that shows one app embedding ren..."
ben@chromium.org
2014-06-02
1
-3
/
+1
*
Implement a demo that shows one app embedding rendering in another.
ben@chromium.org
2014-06-02
1
-1
/
+3
*
Revert of Mojo: Specify/check alignment of pointers more carefully. (https://...
dalecurtis@chromium.org
2014-05-31
1
-1
/
+0
*
Mojo: Specify/check alignment of pointers more carefully.
viettrungluu@chromium.org
2014-05-30
1
-0
/
+1
*
Mojo: Add a utility function to duplicate a PlatformHandle.
viettrungluu@chromium.org
2014-05-29
1
-0
/
+2
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
1
-3
/
+0
*
Centralizes setting of mojom_base_output_dir
sky@chromium.org
2014-05-29
1
-9
/
+0
*
Refactor java packages.
qsr@chromium.org
2014-05-28
1
-2
/
+2
*
Move geometry to mojo/services, extract input events to their own mojom
ben@chromium.org
2014-05-28
1
-17
/
+0
*
Updates mojo java core API
qsr@chromium.org
2014-05-28
1
-3
/
+3
*
Revert "Move geometry to mojo/services, extract input events to their own mojom"
kinuko@chromium.org
2014-05-28
1
-0
/
+17
*
Move geometry to mojo/services, extract input events to their own mojom
ben@chromium.org
2014-05-28
1
-17
/
+0
*
Shell / ShellClient -> ServiceProvider
davemoore@chromium.org
2014-05-27
1
-8
/
+8
*
Revert 272983 "Change Shell / ShellClient to ServiceProvider"
davemoore@chromium.org
2014-05-27
1
-8
/
+8
[next]