summaryrefslogtreecommitdiffstats
path: root/mojo/shell
Commit message (Expand)AuthorAgeFilesLines
* Mojo: Don't try to close the child process handle after WaitForExitCode().viettrungluu@chromium.org2014-07-221-1/+1
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-191-1/+1
* Update targetSdkVersion to 20.aurimas@chromium.org2014-07-181-1/+1
* Add the skeleton of a window manager service and a CreateWindow method.ben@chromium.org2014-07-171-0/+8
* Have mojo_shell run in its custom thread on android.qsr@chromium.org2014-07-1711-25/+194
* Bundle the network service in the shell on Android.qsr@chromium.org2014-07-173-21/+51
* mojo: add a String <> GURL TypeConvertertim@chromium.org2014-07-151-1/+2
* Mojo: Refactor URLLoader interface.darin@chromium.org2014-07-112-21/+24
* Mojo: Enable apps built against the chromium env to be built as shared librariesdarin@chromium.org2014-07-082-19/+1
* mojo: add some end-to-end shell tests and a new test sample apptim@chromium.org2014-07-023-42/+207
* Split ServiceProvider into 3davemoore@chromium.org2014-06-2515-83/+87
* Mojo: Make mojo_test_service a loadable_module and make mojo_shell_tests depe...viettrungluu@chromium.org2014-06-251-8/+4
* mojo: remove need for ShellTestBase::InitMojotim@chromium.org2014-06-244-36/+9
* Adding profiler_service in mojo shell and use it in the network service.qsr@chromium.org2014-06-233-0/+87
* Move channel_init out of mojo_common.qsr@chromium.org2014-06-191-3/+3
* Small fixes in mojo_shell for android.qsr@chromium.org2014-06-182-5/+15
* Rename ViewManager typessky@chromium.org2014-06-171-2/+2
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-06-145-16/+1
* Introduce very beginning of navigation.aa@chromium.org2014-06-121-5/+8
* Mojo: move DeleteFile call to ~NetworkLoaderdarin@chromium.org2014-06-113-8/+5
* Mojo: Deflakiy mojo_shell_tests.viettrungluu@chromium.org2014-06-101-2/+24
* Mojo: cleanup redirect handling for network service.darin@chromium.org2014-06-101-1/+1
* Mojo: Use network service to load non-local Mojo Apps.darin@chromium.org2014-06-1026-609/+286
* Mojo: Fix mojo_test_service.viettrungluu@chromium.org2014-06-101-4/+8
* Revert 275934 "Mojo: Fix mojo_test_service."viettrungluu@chromium.org2014-06-101-8/+4
* Mojo: Fix mojo_test_service.viettrungluu@chromium.org2014-06-101-4/+8
* Mojo: Make the trivial shell service-loading test more carefully detect failu...viettrungluu@chromium.org2014-06-101-2/+35
* Mojo: Add a trivial end-to-end (in-process) test of Mojo shell.viettrungluu@chromium.org2014-06-093-3/+124
* Add requestor_url to ConnectToService()davemoore@chromium.org2014-06-042-4/+5
* Mojo: Add an extremely skeletal mojo_shell_tests.viettrungluu@chromium.org2014-06-045-39/+139
* Mojo: (Mostly) factor out command-line switches from the shell's load code path.viettrungluu@chromium.org2014-06-026-36/+50
* Mojo: Make mojo_shell able to load apps from file: URLs.viettrungluu@chromium.org2014-06-021-4/+9
* Simplifies ShellTestHelper and ViewManager testssky@chromium.org2014-06-022-81/+14
* Add name to servicesdavemoore@chromium.org2014-05-302-3/+4
* Change type of interface created by mojo:view_managersky@chromium.org2014-05-302-14/+5
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-293-10/+2
* Adds ViewManager::Connectsky@chromium.org2014-05-282-0/+24
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-2712-48/+54
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-2712-54/+48
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-2712-48/+54
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-249-16/+20
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-234-1/+13
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-234-13/+1
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-232-2/+2
* Hook up platform events in Mojo shell on Linux desktop.aa@chromium.org2014-05-221-1/+2
* Mojo: Internalize ServiceConnector<>darin@chromium.org2014-05-161-4/+2
* Revert 270867 "Mojo: Internalize ServiceConnector<>"jiayl@chromium.org2014-05-161-2/+4
* Mojo: Internalize ServiceConnector<>darin@chromium.org2014-05-161-4/+2
* Get rid of the services namespace and move the service into the service sub-n...ben@chromium.org2014-05-132-5/+5
* Add SetClient method implementation to InterfaceImpl.darin@chromium.org2014-05-121-9/+1