summaryrefslogtreecommitdiffstats
path: root/mojo/examples/aura_demo
Commit message (Expand)AuthorAgeFilesLines
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-291-1/+1
* Nukes view_manager namespacesky@chromium.org2014-07-242-9/+8
* Mojo: Use InterfaceFactory<Interface> for service registrationjamesr@chromium.org2014-07-241-3/+7
* Add EmbedRoot to ViewManagerService.ben@chromium.org2014-07-231-3/+3
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-111-0/+4
* Split ServiceProvider into 3davemoore@chromium.org2014-06-252-10/+16
* 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-172-19/+20
* Mojo: Remove extraneous end-of-file newlines.viettrungluu@chromium.org2014-06-142-2/+0
* Implement reordering of nodes.ben@chromium.org2014-06-121-0/+6
* Renames view manager Connect methods to Embedsky@chromium.org2014-06-111-3/+3
* 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-075-400/+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-037-17/+522
* 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-068-527/+4
* This gets mojo_launcher.so a little further along toward running.aa@chromium.org2014-05-051-1/+5
* Makes PlatformEventSource creation in Env conditionalsky@chromium.org2014-05-051-1/+1
* aura: Remove WindowTreeHost::QueryMouseLocation().sadrul@chromium.org2014-04-282-6/+0
* Adding GetEventSource() method to the WindowTreeHost class.mfomitchev@chromium.org2014-04-242-0/+5
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-242-20/+0
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-112-27/+0
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+6
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-021-6/+2
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-021-2/+6
* Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.viettrungluu@chromium.org2014-04-013-3/+3
* Change AckEvent into request / responsedavemoore@chromium.org2014-03-312-5/+5
* 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: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-301-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
* Remove PrepareForShutdownoshima@chromium.org2014-03-202-5/+0
* Revert 258077 "Remove PrepareForShutdown"brettw@chromium.org2014-03-192-0/+5
* Remove PrepareForShutdownoshima@chromium.org2014-03-192-5/+0
* Mojo: Cleanup: MOJO_OVERRIDE -> OVERRIDE in places where we use base/.viettrungluu@chromium.org2014-03-181-1/+1
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-071-4/+3