summaryrefslogtreecommitdiffstats
path: root/mojo/services
Commit message (Expand)AuthorAgeFilesLines
* Moves view_manager files to view_manager directorysky@chromium.org2014-06-066-2/+391
* Provide an API to the example window manager app that supports closing a window.ben@chromium.org2014-06-065-21/+34
* Add support for multiple roots to the client lib.ben@chromium.org2014-06-068-81/+144
* Mojo: Initial network service w/ URLLoader interface.darin@chromium.org2014-06-0511-0/+637
* Makes IViewManager::Connects reuse connections as appropriatesky@chromium.org2014-06-0510-11/+153
* Add requestor_url to ConnectToService()davemoore@chromium.org2014-06-041-1/+4
* Wire input events through the ViewManagerClient interface.sky@chromium.org2014-06-0420-29/+211
* Fix destruction tests.ben@chromium.org2014-06-042-55/+57
* Get most of the View Manager client lib tests to pass again.ben@chromium.org2014-06-044-260/+231
* Get view manager client lib unit test harness to run again. Does not get any ...ben@chromium.org2014-06-036-20/+133
* Fixes leak in ViewManagerConnectionsky@chromium.org2014-06-031-2/+2
* Implement a demo that shows one app embedding rendering in another.ben@chromium.org2014-06-039-72/+116
* Revert 274322 "Implement a demo that shows one app embedding ren..."ben@chromium.org2014-06-029-116/+72
* Implement a demo that shows one app embedding rendering in another.ben@chromium.org2014-06-029-72/+116
* Simplifies ShellTestHelper and ViewManager testssky@chromium.org2014-06-021-180/+59
* Fixes bug where IViewManagerClient could be messaged unnecessarilysky@chromium.org2014-05-314-42/+73
* Minor cleanup of view manager testsky@chromium.org2014-05-313-45/+29
* Add name to servicesdavemoore@chromium.org2014-05-302-2/+3
* Change type of interface created by mojo:view_managersky@chromium.org2014-05-3013-967/+832
* Revert 273723 "Wire input events through the ViewManagerClient i..."ben@chromium.org2014-05-3014-93/+27
* Revert 273732 "Fix bustage, missed files"ben@chromium.org2014-05-304-101/+0
* Fix bustage, missed filesben@chromium.org2014-05-304-0/+101
* Wire input events through the ViewManagerClient interface.ben@chromium.org2014-05-3014-27/+93
* Fix invalid expectation in unittest.ben@chromium.org2014-05-301-1/+1
* Mojo: Implement support for |Foo&| mojom syntaxdarin@chromium.org2014-05-302-12/+10
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-2914-245/+168
* Simplify Rectben@chromium.org2014-05-293-9/+11
* Support MojoMain() in an Application contextdavemoore@chromium.org2014-05-291-26/+27
* ASSERT_NO_FATAL_FAILURE -> HasFatalFailure()sky@chromium.org2014-05-281-2/+4
* Adds ViewManager::Connectsky@chromium.org2014-05-289-252/+933
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-2813-25/+187
* Revert "Move geometry to mojo/services, extract input events to their own mojom"kinuko@chromium.org2014-05-2813-187/+25
* Move geometry to mojo/services, extract input events to their own mojomben@chromium.org2014-05-2813-25/+187
* Some security checks around destruction/setting bounds.ben@chromium.org2014-05-286-4/+87
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-2713-38/+52
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-2713-52/+38
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-2713-38/+52
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-242-2/+2
* Renames IViewManagerClient::OnConnectionEstablishedsky@chromium.org2014-05-246-22/+23
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-232-2/+2
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-232-2/+2
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-232-3/+3
* fix win64 buildjam@chromium.org2014-05-231-1/+2
* Implement SetViewContents in the client lib.ben@chromium.org2014-05-239-7/+110
* Hook up platform events in Mojo shell on Linux desktop.aa@chromium.org2014-05-222-11/+47
* SetBounds for ViewTreeNode.ben@chromium.org2014-05-2218-4/+393
* Finishes up setrootssky@chromium.org2014-05-216-39/+297
* Move geometry types to a more central location.ben@chromium.org2014-05-214-80/+4
* First step at setrootssky@chromium.org2014-05-206-100/+311
* Map new subtrees when they are attached to the node hierarchy visible to a co...ben@chromium.org2014-05-195-234/+274