summaryrefslogtreecommitdiffstats
path: root/mojo/examples/aura_demo/aura_demo.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of ViewManagerInitService with client lib ViewManager::Embe...ben2014-09-221-21/+20
* Move application:chromium bindings to mojo/application/jamesr2014-09-131-1/+1
* Update view_manager and window_manager to make use of content handling.aa2014-09-051-7/+6
* mojo: first take on removing mojo_main_{chromium,standalone}.tim@chromium.org2014-08-211-5/+6
* Rename Node to View in the View Manager mojom & client lib. Service TBD.ben@chromium.org2014-08-121-3/+3
* Eliminate View, folding methods into Node.ben@chromium.org2014-08-111-6/+3
* Pass ServiceProvider thru ViewManagerService::Embed() allowing embedder & emb...ben@chromium.org2014-08-071-1/+4
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-311-1/+0
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-291-1/+1
* Nukes view_manager namespacesky@chromium.org2014-07-241-8/+7
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-3/+7
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-0/+4
* Split ServiceProvider into 3davemoore@chromium.org2014-06-251-5/+10
* Clean up WTH creationben@chromium.org2014-06-201-150/+26
* Changes routing of input events in view managersky@chromium.org2014-06-181-0/+3
* Move native_viewport.mojom into public/interfacesben@chromium.org2014-06-171-1/+1
* Rename ViewManager typessky@chromium.org2014-06-171-18/+19
* Mojo: Remove extraneous end-of-file newlines.viettrungluu@chromium.org2014-06-141-1/+0
* Implement reordering of nodes.ben@chromium.org2014-06-121-0/+6
* Pass embedding app identity through at embed timeben@chromium.org2014-06-111-0/+2
* Moves common view_manager related aura files to mojo/aurasky@chromium.org2014-06-071-11/+74
* Makes IViewManager::Connects reuse connections as appropriatesky@chromium.org2014-06-051-0/+3
* Wire input events through the ViewManagerClient interface.sky@chromium.org2014-06-041-0/+4
* Gets aura_demo working with the view_managersky@chromium.org2014-06-031-17/+83
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-1/+0
* Support MojoMain() in an Application contextdavemoore@chromium.org2014-05-291-31/+13
* Shell / ShellClient -> ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Revert 272983 "Change Shell / ShellClient to ServiceProvider"davemoore@chromium.org2014-05-271-6/+5
* Change Shell / ShellClient to ServiceProviderdavemoore@chromium.org2014-05-271-5/+6
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-241-1/+1
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-5/+3
* Shuffles around some filessky@chromium.org2014-05-061-4/+4
* Makes PlatformEventSource creation in Env conditionalsky@chromium.org2014-05-051-1/+1
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-011-1/+1
* Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.viettrungluu@chromium.org2014-03-311-2/+2
* Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.viettrungluu@chromium.org2014-03-311-1/+1
* Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...viettrungluu@chromium.org2014-03-281-2/+1
* Revert of Move GetCursor() method from WindowDelegate to its own delegate int...ben@chromium.org2014-03-271-0/+3
* Mojo: Move public C system header files to mojo/public/c/system/.viettrungluu@chromium.org2014-03-261-2/+2
* Move GetCursor() method from WindowDelegate to its own delegate interface Cur...ben@chromium.org2014-03-261-3/+0
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-261-2/+0
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-281-13/+7
* Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.ben@chromium.org2014-02-281-2/+2
* Mojo: Include "path/to/foo.mojom.h"darin@chromium.org2014-02-271-2/+2
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-9/+9
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-1/+1
* Move root_window_host* in aura to window_tree_host*.ben@chromium.org2014-02-141-6/+6
* Change mojo demo apps to use Application.davemoore@chromium.org2014-02-131-14/+6
* Create Application classdavemoore@chromium.org2014-02-121-1/+2