summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-3/+7
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-1/+1
* Makes ~RootWindow delete child windowssky@chromium.org2013-10-191-0/+46
* Attempt to re-land FocusManager removal from Aura.ben@chromium.org2013-10-181-1/+1
* Revert 229437 "Remove old FocusManager code from Aura."ben@chromium.org2013-10-181-1/+1
* Remove old FocusManager code from Aura.ben@chromium.org2013-10-181-1/+1
* Makes Env::is_mouse_button_down() query the native OS when appropriate.sky@chromium.org2013-10-141-9/+9
* Makes RootWindow::RepostEvent() target capture windowsky@chromium.org2013-10-101-0/+22
* Do not send mouse-move when target is destroyed due to synthesized mouse-exit...mohsen@chromium.org2013-10-091-0/+65
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisibletdanderson@google.com2013-09-201-0/+41
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-3/+3
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Addressing sadruls comments from the previous CL https://codereview.chromium....ananta@chromium.org2013-08-301-0/+98
* Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi...ananta@chromium.org2013-08-231-0/+26
* Do not dispatch synthetic mousemove events when mouse events are disabledtdanderson@google.com2013-06-241-0/+35
* Cause touch events to be held like mouse events during window resizingrharrison@chromium.org2013-06-111-9/+64
* Translate 1 pixel not 1 dip when rotating the display.oshima@chromium.org2013-04-111-41/+0
* Short term workaround to deal with calculation error caused by inverted matrix.oshima@chromium.org2013-03-231-0/+42
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-3/+0
* Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"wjia@chromium.org2013-03-191-0/+3
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-191-3/+0
* Improve mouse/trackpad handling when closing a context menusschmitz@chromium.org2013-03-151-0/+11
* Desktop Aura: Reset the mouse pressed handler when capture changes.erg@chromium.org2013-03-141-28/+9
* Add support for ordinal scroll amountsdavemoore@chromium.org2013-02-121-2/+14
* ash: Save gesture targets in case of nested message loop.xiyuan@chromium.org2013-01-301-0/+61
* Add ability for EventGenerator to generate Scroll events asynchronouslydavemoore@chromium.org2013-01-291-5/+7
* Fixes for FocusController to make it pass interactive_ui_tests.ben@chromium.org2013-01-111-1/+1
* Make the cursor have separate mode for disabled mouse events and invisible.mazda@chromium.org2012-12-191-41/+0
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-8/+5
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-8/+5
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-4/+2
* Get some of the ash_unittests to run without crashing.ben@chromium.org2012-12-061-1/+3
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-7/+7
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-6/+6
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-281-5/+9
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-201-12/+0
* aura: Remove aura::EventFilter.sadrul@chromium.org2012-11-141-86/+52
* aura: Make sure ScrollEvents are dispatched correctly.sadrul@chromium.org2012-11-141-1/+33
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-041-4/+4
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-011-2/+2
* Relanding the EventTarget fixes for Aura (Ash) as the previous attempt was re...ananta@chromium.org2012-10-301-0/+4
* Revert 164703 - it broke BookmarkBarViewTest8.DNDBackToOriginatingMenu on Chr...sergeyu@chromium.org2012-10-291-4/+0
* Register a separate default ui::EventTarget for Aura (Ash) to ensure that it ...ananta@chromium.org2012-10-291-0/+4
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-3/+3
* Revert 161454 - Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-3/+3
* Enable CursorManager::LockCursor to lock cursor visibility.mazda@chromium.org2012-10-121-3/+3
* Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-1/+1
* Revert 160976 - The center of a rect is x+width/2, y+height/2cpu@chromium.org2012-10-101-1/+1
* The center of a rect is x+width/2, y+height/2danakj@chromium.org2012-10-091-1/+1