summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-151-59/+18
* Revert 136877 - Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-18/+59
* Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-59/+18
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-2/+2
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-3/+4
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-251-5/+5
* aura: Hide transient children of a Window when the window hides.varunjain@chromium.org2012-04-241-0/+5
* ash: Hide launcher for unmanaged fullscreen windows.derat@chromium.org2012-04-201-0/+1
* On touch capture, cancel non-captured touches.tdresser@chromium.org2012-04-171-0/+76
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-14/+56
* Revert 131761 - Mouse events, touch events, or both can be locked to a target.rsesek@chromium.org2012-04-111-56/+14
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-14/+56
* Support non-hierarchy ownership for aura::Windows.ben@chromium.org2012-04-061-0/+17
* Makes OnWindowVisibilityChanged be sent whenever the target visibilitysky@chromium.org2012-04-051-1/+15
* A preventDefaulted touch release is treated as a touch cancel.sadrul@chromium.org2012-04-051-3/+7
* Ash: Allow window resize to edge of launcherjamescook@chromium.org2012-03-271-2/+2
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-231-56/+0
* Revert 128503 - Remove stops_event_propagation from Window, since it's broken.jam@chromium.org2012-03-231-0/+56
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-231-56/+0
* Makes the launcher use a layer with a solid color, which is cheapersky@chromium.org2012-03-231-21/+21
* Revert 128328 - Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-221-0/+56
* Remove stops_event_propagation from Window, since it's broken.ben@chromium.org2012-03-221-56/+0
* Touch Lock is based on proximity to other touches.tdresser@chromium.org2012-03-211-1/+1
* * Add RootWindow to RootWindowObserver::OnRootWindowResized as there can be m...oshima@chromium.org2012-03-211-2/+4
* Native bounds support to host windows.oshima@chromium.org2012-03-161-2/+2
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-2/+2
* Reland: Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-1/+18
* Revert 126539 - Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-18/+1
* Ash: Allow resize along 1 pixel edge inside window contentjamescook@chromium.org2012-03-141-1/+18
* Reland 125850 - Aura: Throttle resize to ability to drawbacker@chromium.org2012-03-121-0/+5
* Adds Window::StackBelow and wiring in Widget.sky@chromium.org2012-03-081-8/+37
* * property can now manage value's memoryoshima@chromium.org2012-03-061-21/+70
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-021-1/+6
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-03-021-1/+2
* Revert 124071 - Gestures are now possible using touch events with any idsrbyers@chromium.org2012-03-011-2/+1
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-02-291-1/+2
* Revert 123989 sicne it broke aura_shell_unittests:sadrul@chromium.org2012-02-281-2/+1
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-02-281-1/+2
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-261-8/+8
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-211-4/+4
* Revert r122716 and r122717maruel@chromium.org2012-02-191-4/+4
* Fix build bustage. These two files were left out of my last CL due to permiss...ben@chromium.org2012-02-191-4/+4
* Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...ben@chromium.org2012-02-181-51/+44
* aura: Re-enable a test that has been fixed.sadrul@chromium.org2012-02-141-8/+1
* 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur...pkotwicz@chromium.org2012-02-111-16/+34
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-111-53/+74
* Aura: Rationalize window mode initializationjamescook@chromium.org2012-02-101-2/+2
* Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po...pkotwicz@chromium.org2012-02-101-33/+14
* Aura: Fix activated windows sometimes not switching to foregroundjamescook@chromium.org2012-02-101-9/+148
* 1) Adds support for OS level mouse capture lost (eg from a popup)pkotwicz@chromium.org2012-02-091-14/+33