summaryrefslogtreecommitdiffstats
path: root/mojo/examples/nesting_app
Commit message (Expand)AuthorAgeFilesLines
* Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.darin@chromium.org2014-07-291-8/+9
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-291-1/+1
* Remove extraneous namespacesdavemoore@chromium.org2014-07-261-18/+17
* Nukes view_manager namespacesky@chromium.org2014-07-241-8/+0
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-38/+54
* Mojo: Introduces mojo::EventType and mojo::EventFlagsmorrita@chromium.org2014-07-241-1/+1
* mojo: Make InterfacePtr<> testable in if() statements without .get().erg@chromium.org2014-07-191-1/+1
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-0/+4
* Remove DispositionChangePhase.ben@chromium.org2014-07-081-5/+1
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-12/+19
* mv services/navigation.mojom services/public/interfaces/navigation.mojomaa@chromium.org2014-06-191-1/+1
* Eliminate Launchable. Use Navigator instead.ben@chromium.org2014-06-191-4/+10
* Remove OnRootRemoved from ViewManagerDelegateben@chromium.org2014-06-181-6/+14
* Client side name cleanupben@chromium.org2014-06-171-10/+8
* Introduce very beginning of navigation.aa@chromium.org2014-06-121-5/+51
* Fix ownership bug with ViewObserver::OnViewInputEventsky@chromium.org2014-06-101-2/+2
* Add an example that nests embedded app, so we have two levels of nesting (and...ben@chromium.org2014-06-072-0/+81