summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_drop_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-2/+2
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-2/+3
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-1/+1
* Update uses of UTF conversions in android_webview/, apps/, ash/, chrome/app t...avi@chromium.org2013-12-241-23/+23
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-1/+5
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-1/+1
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-1/+1
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-26/+0
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-3/+3
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-081-3/+3
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-3/+3
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-3/+4
* Make aura::clients take Window instead of RootWindowben@chromium.org2013-10-241-1/+1
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-4/+4
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-1/+1
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-1/+1
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-6/+6
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-8/+4
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Change ordering of Shell event handlers:varunjain@chromium.org2013-06-061-100/+0
* ash: Stop propagation of gesture events when drag drop is in progress.varunjain@chromium.org2013-05-271-1/+49
* ash: SystemGestureEventFilter should not process gestures while a drag drop isvarunjain@chromium.org2013-05-011-0/+78
* Update src/ash/ for renames and moves in basebrettw@chromium.org2013-04-111-1/+1
* Cancel drag upon screen lock.oshima@chromium.org2013-03-261-0/+59
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-071-15/+17
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+8
* Disable failing ash_unittests drag drop controller tests on Windows.jam@chromium.org2013-01-081-5/+35
* Get drag and drop working on Win Ash.jam@chromium.org2013-01-081-0/+4
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-3/+9
* Fix leak in DragDrop testoshima@chromium.org2012-12-201-16/+16
* ash: Add missing 'virtual' annotations to SetUp() and TearDown() overrides.tfarina@chromium.org2012-12-151-2/+2
* Get drag and drop working for win aura.jam@chromium.org2012-12-081-4/+5
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-2/+2
* Fix unittest in drag drop controller: Complete the drag cancel animation rathervarunjain@chromium.org2012-11-281-5/+32
* aura: Enable touch initiated drag and drop.varunjain@chromium.org2012-11-281-0/+154
* Make drag image move back to the original screen when drag is cancelled.mazda@chromium.org2012-11-271-7/+122
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-2/+4
* Fix leaks in ash/aura unittestsoshima@chromium.org2012-10-271-0/+3
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+1
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-1/+1
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-1/+1
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-1/+1
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Support Drag and Drop across displays.mazda@chromium.org2012-08-261-1/+3
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-4/+3
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-1/+1