summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Updates mojo build rules for proper input/outputsbrettw2015-06-012-1/+12
* Use some pylib Android helpers in Mojo tool scripts.msw2015-05-294-80/+69
* Implement a two-phase shutdown for Mojo apps when there are no more instantia...jam2015-05-299-18/+129
* Remove resource_provider.h include from draw_quad.hjbauman2015-05-281-0/+1
* Makes ApplicationRunner delete the delegate before the appsky2015-05-281-1/+4
* Makes ApplicationTestBase correctly set argvsky2015-05-281-1/+2
* Use resolved URLs with NetworkFetcher in ApplicationManager.msw2015-05-281-1/+10
* Print '[ FAILED ]' for failed mojo apptest commands.msw2015-05-281-1/+1
* Rename window_manager to browser.ben2015-05-272-5/+6
* Fix missing GN dependencies.brettw2015-05-271-2/+7
* Use mojo::Binding instead of mojo::InterfaceImpl in html_viewer and network_s...jam2015-05-2711-38/+55
* Fix apptest_runner.py script on Windows.jam2015-05-261-1/+1
* Make AppLifetimeHelper a member of ApplicationImpl.jam2015-05-266-9/+27
* Mandoline DevTools service - part 1yzshen2015-05-265-1/+42
* Custom termination closure for ApplicationImplrockot2015-05-262-3/+28
* Remove ShellPtrWatcher and just make ApplicationImpl watch for connection err...jam2015-05-262-32/+14
* gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.reveman2015-05-262-2/+10
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-244-10/+21
* Make ApplicationImpl::Shutdown not a static and instead have callers use the ...jam2015-05-223-7/+7
* Fix alignment issue on old ART runtime.qsr2015-05-223-9/+35
* Removes some dead codesky2015-05-221-2/+1
* Makes android.py support gdbsky2015-05-221-9/+140
* Add a buildbot script to run Mojo apptests.msw2015-05-221-0/+51
* Fix checkdeps failure from https://codereview.chromium.org/1150093003holte2015-05-221-0/+1
* Revert "Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f"Steven Holte2015-05-224-21/+10
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-224-10/+21
* Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merg...ben2015-05-2216-22/+134
* Fold NativeViewport application into ViewManager application.ben2015-05-215-123/+7
* Simplify and refine mojo apptest runner scripts.msw2015-05-219-292/+131
* Better iOS build fix.jam2015-05-213-17/+8
* Fix line endings in mojo_services.gypJohn Abd-El-Malek2015-05-211-5/+5
* Changes caching logic of mojo java appssky2015-05-2110-98/+356
* Fix ios buildJohn Abd-El-Malek2015-05-212-0/+15
* Mojo service implementation for HTTP server - part 3yzshen2015-05-214-33/+447
* Move navigations with POST or referrer to the shell.jam2015-05-2131-79/+225
* Fix WebSocket{Read,Write}Queue.yzshen2015-05-205-56/+101
* Revert of Changes caching logic of mojo java apps (patchset #5 id:80001 of ht...sky2015-05-2010-354/+98
* Changes caching logic of mojo java appssky2015-05-2010-98/+354
* Remove duplicate application cpp files in mojo/application.jam2015-05-2046-672/+193
* Move NativeViewport service into view_manager. This is a file move only. Furt...ben2015-05-205-7/+8
* Revert of Fix missing GN dependencies. (patchset #4 id:60001 of https://coder...brettw2015-05-191-7/+2
* Fix missing GN dependencies.brettw2015-05-191-2/+7
* Fix crash in network_service.jam2015-05-191-1/+2
* Remove application-specific args from Mandoline's shell.jam2015-05-199-75/+30
* Disable app shutdown logic for now while I fix the network_service apptests.jam2015-05-191-2/+4
* Making Mandoline apps notice when all the objects they vended are gone so tha...jam2015-05-1925-37/+277
* Move Android Mojo application files to mojo/application from third_party.jam2015-05-198-0/+339
* Mandoline: Move content_handler.mojom from third_party/ to mojo/.erg2015-05-198-6/+25
* Fix and cleanup Mojo and Mandoline python scripts.msw2015-05-189-311/+93
* Add GYP targets for mojo shell and some basic mojo servicesrockot2015-05-183-0/+128