Sign in
chromium
/
chromium
/
src
/
cd501a7565dd6054a120fbfe62d45b2299cfcc3b
/
mojo
/
mojo.gyp
13ce087
GN build rules for all unit test targets in mojo/
by
[email protected]
· 11 years ago
8f48e07c
export hard dependencies where needed in mojo
by
[email protected]
· 11 years ago
2216621
GN: Build rules and fixes for (almost) all mojo unittest targets
by
[email protected]
· 11 years ago
47b200541
Mojo multiple command buffer support and sample
by
[email protected]
· 11 years ago
0527c78a
Revert 290431 "Mojo multiple command buffer support and sample"
by
[email protected]
· 11 years ago
f9b8f03
Mojo multiple command buffer support and sample
by
[email protected]
· 11 years ago
df5c596
Revert of Mojo multiple command buffer support and sample (patchset #6 of https://codereview.chromium.org/451753003/)
by
[email protected]
· 11 years ago
e7bce483
Mojo multiple command buffer support and sample
by
[email protected]
· 11 years ago
4bf5740
Turn mojo_native_viewport_service from component into a static_library.
by
[email protected]
· 11 years ago
b1867c9
GN: Add mojo_shell_tests, get more things working on android
by
[email protected]
· 11 years ago
f723adfa
mojo: Reland "Convert gles2 to the new thunking system."
by
[email protected]
· 11 years ago
e9cac98e
Mojo: Rename ServiceManager to ApplicationManager.
by
[email protected]
· 11 years ago
d475f1e6
Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..."
by
[email protected]
· 11 years ago
e074c2c
mojo: Reland "Convert gles2 to the new thunking system."
by
[email protected]
· 11 years ago
40e54f8
Reland r288013: First cut at "content handling" support in Mojo.
by
[email protected]
· 11 years ago
39ebdbb
Add a Mojo example apptest that runs in mojo_shell.
by
[email protected]
· 11 years ago
17748983
Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & embeddee to expose services to each other alongside the Embed action.
by
[email protected]
· 11 years ago
17214644
Revert 288013 "First cut at "content handling" support in Mojo."
by
[email protected]
· 11 years ago
68370d7
First cut at "content handling" support in Mojo.
by
[email protected]
· 11 years ago
8d64cb67
mojo: terminate apps if the shell goes away
by
[email protected]
· 11 years ago
807bd262
Revert 287680 "mojo: terminate apps if the shell goes away"
by
[email protected]
· 11 years ago
e6d2ec8
mojo: terminate apps if the shell goes away
by
[email protected]
· 11 years ago
7fd61e3
mojo: allow BackgroundServiceLoader-loaded apps to Quit themselves.
by
[email protected]
· 11 years ago
e9b17cf
Mojo: split up service_provider.mojom
by
[email protected]
· 11 years ago
7e77c0d
Extract mojo_base.gyp from mojo.gyp
by
[email protected]
· 11 years ago
1e66770e
Revert of mojo: Convert gles2 to the new thunking system (https://codereview.chromium.org/413303002/)
by
[email protected]
· 11 years ago
3f484e4
mojo: Convert gles2 to the new thunking system.
by
[email protected]
· 11 years ago
8bb00ee6
GN: Add GN rules for mojo_shell target
by
[email protected]
· 11 years ago
d779626
Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.
by
[email protected]
· 11 years ago
1b634d0
mojo: fix little bug in DynamicServiceLoader/Runner
by
[email protected]
· 11 years ago
bac2fbd
Revert of mojo: fix little bug in DynamicServiceLoader/Runner (https://codereview.chromium.org/414173004/)
by
[email protected]
· 11 years ago
03b4e7c9
mojo: fix little bug in DynamicServiceLoader/Runner
by
[email protected]
· 11 years ago
32c5a54
Validate incoming JS Message Headers: test message parser
by
[email protected]
· 11 years ago
3f2ec448
mojo: kill app_thread before unloading app libraries and add tests
by
[email protected]
· 11 years ago
d7e69fa
Fix GN linking issues.
by
[email protected]
· 11 years ago
d7c088c6
As discussed, a new WM bootstrap flow.
by
[email protected]
· 11 years ago
9f33245
Mojo: Switch mojo_system_unittests to its own run_all_unittests.cc.
by
[email protected]
· 11 years ago
496d37c
Move mojo java bindings to mojo/public
by
[email protected]
· 11 years ago
fa4e29f1
Move mojo_bindings_java target to mojo.gyp
by
[email protected]
· 11 years ago
16199f15
Add the skeleton of a window manager service and a CreateWindow method.
by
[email protected]
· 11 years ago
86a03daa
Have mojo_shell run in its custom thread on android.
by
[email protected]
· 11 years ago
2d6f7dde
Bundle the network service in the shell on Android.
by
[email protected]
· 11 years ago
15119f5
mojo: add a String <> GURL TypeConverter
by
[email protected]
· 11 years ago
412ffac
Mojo surfaces service and example app
by
[email protected]
· 11 years ago
9aec3ae
Split targets with external dependencies out of mojo_public.gypi
by
[email protected]
· 11 years ago
d15bab4
Add support for logging information about mojo messages retrieved by the mojo debugger
by
[email protected]
· 11 years ago
c04ba154
Allow the mojo shell to run on android.
by
[email protected]
· 11 years ago
1fd1a524
Redo: Adding a mojo interface to the mojo spy
by
[email protected]
· 11 years ago
3f39168
Revert 281910 "Revert 272463 "Revert 272458 "Adding more guts to..."
by
[email protected]
· 11 years ago
4d99ed9
Revert 272463 "Revert 272458 "Adding more guts to the mojo spy.""
by
[email protected]
· 11 years ago
cd5e85d
Mojo: Enable apps built against the chromium env to be built as shared libraries
by
[email protected]
· 11 years ago
8b242f5
mojo: add some end-to-end shell tests and a new test sample app
by
[email protected]
· 11 years ago
62245aeb
Fix path to Mojo logging.cc in mojo.gyp.
by
[email protected]
· 11 years ago
728729d
Mojo converters for surfaces API types
by
[email protected]
· 11 years ago
c2dec54
Adds NativeViewportOzone
by
[email protected]
· 11 years ago
1dfdc0b
Initial version of keyboard
by
[email protected]
· 11 years ago
9be6405
Revert 279769 "Initial version of keyboard"
by
[email protected]
· 11 years ago
b619980
Initial version of keyboard
by
[email protected]
· 11 years ago
38b07d57
Mojo: Make mojo_test_service a loadable_module and make mojo_shell_tests depend on it.
by
[email protected]
· 11 years ago
bd089bb
Add mojo media viewer app - the boilerplate part.
by
[email protected]
· 11 years ago
633a10a
mojo: don't leak ServiceConnectors if they are re-Added to ServiceRegistry
by
[email protected]
· 11 years ago
30d8e44
A couple of changes that make views work from multiple threads
by
[email protected]
· 11 years ago
ed24c99c
Adding profiler_service in mojo shell and use it in the network service.
by
[email protected]
· 11 years ago
e5e69c1
Mojo: Add logging macros (and supporting code) for use in mojo/public/cpp.
by
[email protected]
· 11 years ago
252e660
Mojo: Make GetDefault{AsyncWaiter,Logger} static methods of Environment.
by
[email protected]
· 11 years ago
daa65fd
Move channel_init out of mojo_common.
by
[email protected]
· 11 years ago
3b8b805
Small fixes in mojo_shell for android.
by
[email protected]
· 11 years ago
24cbbaf
Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState.
by
[email protected]
· 11 years ago
1ba6c7e
Mojo: nuke EnvironmentData
by
[email protected]
· 11 years ago
497d61d
Mojo: Add basic logging facilities to environment.
by
[email protected]
· 11 years ago
71c325d
Add more mojo targets to the GN build.
by
[email protected]
· 11 years ago
90c6fd7
Adds a parameter to Launchable that is a ViewTreeNode to render in. Adds an image viewer app that decodes the provided data stream as PNG and renders it in a View associated with the supplied node.
by
[email protected]
· 11 years ago
0d388725
Launcher flow
by
[email protected]
· 11 years ago
2218478
Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object.
by
[email protected]
· 11 years ago
33bc2bc
Wires up necessary pieces to use views with view_manager
by
[email protected]
· 11 years ago
044a727
Mojo: Use network service to load non-local Mojo Apps.
by
[email protected]
· 11 years ago
a10299d
Mojo: Add a trivial end-to-end (in-process) test of Mojo shell.
by
[email protected]
· 11 years ago
6929154
Moves common view_manager related aura files to mojo/aura
by
[email protected]
· 11 years ago
d0e2cfc
Add an example that nests embedded app, so we have two levels of nesting (and thus two connections).
by
[email protected]
· 11 years ago
74d9b7a
Moves view_manager files to view_manager directory
by
[email protected]
· 11 years ago
cd45f02
Mojo: Reimplement unicode.js in JavaScript, remove native implementation.
by
[email protected]
· 11 years ago
dd6ee450
Mojo: Initial network service w/ URLLoader interface.
by
[email protected]
· 11 years ago
935c39fb
Mojo: Refactor the verification of various |Mojo...Options| structs.
by
[email protected]
· 11 years ago
fc459f2e
Mojo: Add an extremely skeletal mojo_shell_tests.
by
[email protected]
· 11 years ago
4adc127
Mojo: Specify/check alignment of pointers more carefully.
by
[email protected]
· 11 years ago
29db69c7
Gets aura_demo working with the view_manager
by
[email protected]
· 11 years ago
8dbcf0d
Implement a demo that shows one app embedding rendering in another.
by
[email protected]
· 11 years ago
f3bc59b
Revert 274322 "Implement a demo that shows one app embedding ren..."
by
[email protected]
· 11 years ago
607460b9
Implement a demo that shows one app embedding rendering in another.
by
[email protected]
· 11 years ago
7af3c9128
Revert of Mojo: Specify/check alignment of pointers more carefully. (https://codereview.chromium.org/304303006/)
by
[email protected]
· 11 years ago
0b31d93
Mojo: Specify/check alignment of pointers more carefully.
by
[email protected]
· 11 years ago
11f31b1c
Mojo: Add a utility function to duplicate a PlatformHandle.
by
[email protected]
· 11 years ago
2b4e10f
Mojo: more idiomatic C++ bindings
by
[email protected]
· 11 years ago
8c75c134
Centralizes setting of mojom_base_output_dir
by
[email protected]
· 11 years ago
688d067
Refactor java packages.
by
[email protected]
· 11 years ago
78e2bda9
Move geometry to mojo/services, extract input events to their own mojom
by
[email protected]
· 11 years ago
54cb593
Updates mojo java core API
by
[email protected]
· 11 years ago
ca3132b
Revert "Move geometry to mojo/services, extract input events to their own mojom"
by
[email protected]
· 11 years ago
8849c14
Move geometry to mojo/services, extract input events to their own mojom
by
[email protected]
· 11 years ago
66bf7e2
Shell / ShellClient -> ServiceProvider
by
[email protected]
· 11 years ago
Next »