summaryrefslogtreecommitdiffstats
path: root/ui/aura/test
Commit message (Expand)AuthorAgeFilesLines
* Fixes bugs that resulted in problems with double clicking to maximizesky@chromium.org2012-03-071-1/+5
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-022-12/+11
* Double clicking the resize handle should expand window along that axis.ben@chromium.org2012-03-022-2/+8
* Revert 124461 - Remove the singleton instance get/delete methods from RootWin...ben@chromium.org2012-03-012-11/+12
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-012-12/+11
* Moves stacking client to Env.beng@google.com2012-02-274-1/+66
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-262-4/+7
* ash: Use gestures to move/resize the window, instead of touch.sadrul@chromium.org2012-02-241-3/+16
* Change how you get to the MessageLoop::Dispatcher.ben@chromium.org2012-02-231-1/+2
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-212-21/+25
* Revert r122716 and r122717maruel@chromium.org2012-02-192-25/+21
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-192-21/+25
* Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...ben@chromium.org2012-02-182-4/+8
* A bevy of Aura test changes:ben@chromium.org2012-02-174-45/+117
* Aura: Rationalize window mode initializationjamescook@chromium.org2012-02-101-1/+2
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-031-0/+2
* Disable animations during aura tests.vollick@google.com2012-02-021-0/+4
* Revert 120092 - Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-011-4/+0
* Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-011-0/+4
* Revert 120074 - Disable animations during aura tests.vollick@google.com2012-02-011-4/+0
* Disable animations during aura tests.vollick@google.com2012-02-011-0/+4
* Cleanup: Delete some 0 byte files that are still lying around as a result of ...thestig@chromium.org2012-02-012-0/+0
* Remove Owner param to EventFilter's ctor.ben@chromium.org2012-01-312-4/+3
* Fix a bug where in the shell the modal window was being visually stacked belo...ben@chromium.org2012-01-302-0/+40
* aura: Add Layer::LAYER_SOLID_COLOR to compositor.derat@chromium.org2012-01-281-2/+2
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-1/+1
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-271-11/+2
* Use translated root location in WebInputEventoshima@chromium.org2012-01-262-18/+33
* Fix the Windows implementation of EventGenerator::PressKey().yusukes@google.com2012-01-202-7/+17
* Aura Shell needs to exist on Macdhollowa@chromium.org2012-01-192-3/+5
* aura: Gesture event plumbing (skeleton).sadrul@chromium.org2012-01-174-4/+17
* IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...yusukes@chromium.org2011-12-262-2/+48
* Aura: Window should be dragged by touch move event on title bar.jamescook@chromium.org2011-12-222-7/+64
* Rename ui::EventFlags mouse flags to be more sensibledhollowa@chromium.org2011-12-201-5/+5
* Shell related switches -> aura shell switches.ben@chromium.org2011-12-202-4/+4
* Move ActivationClient/Delegate to client namespace.ben@chromium.org2011-12-152-4/+5
* Second attempt at moving the StackingClient to a property on the RootWindow.ben@chromium.org2011-12-153-79/+0
* Revert r114369 "Store StackingClient on RootWindow in a property."oshima@chromium.org2011-12-142-2/+3
* Store StackingClient on RootWindow in a property.ben@chromium.org2011-12-142-3/+2
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-136-85/+103
* Revert 114095 - Move the concept of Activation to the Shell.ben@chromium.org2011-12-126-103/+85
* Move the concept of Activation to the Shell.ben@chromium.org2011-12-126-85/+103
* Attempt 3 at:sky@chromium.org2011-12-091-0/+10
* Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-10/+0
* Attempt 2 at : Makes tests either use mock compositor or mocksky@chromium.org2011-12-081-0/+10
* Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsCon...sky@chromium.org2011-12-071-10/+0
* Makes tests either use mock compositor or mock WebGraphicsContext3D depending...sky@chromium.org2011-12-071-0/+10
* Rename Desktop->RootWindow.ben@chromium.org2011-12-073-20/+20
* aura: Ask the WindowDelegate before a Window is Focus()ed.sadrul@chromium.org2011-12-032-0/+5
* Maximize windows when double clicking their title bar.ben@chromium.org2011-11-302-5/+15