summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_drop_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-5/+5
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-1/+2
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-2/+2
* aura: Pressing escape during drag/drop should cancel the drag/drop.varunjain@chromium.org2012-07-181-0/+49
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-061-1/+0
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-12/+12
* aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...erg@google.com2012-05-151-1/+1
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-151-0/+36
* aura: Fix a couple of bug (really the same bug at two different places) for dragvarunjain@chromium.org2012-05-141-4/+6
* Don't clobber the clipboard when doing DnD on Aurarbyers@chromium.org2012-03-201-8/+8
* Reland 125850 - Aura: Throttle resize to ability to drawbacker@chromium.org2012-03-121-0/+22
* aura: Fix crash in DragDropController::Drop when user does a drop immediatelyvarunjain@chromium.org2012-03-061-4/+40
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-261-2/+3
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-221-3/+4
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-221-1/+1
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-211-7/+12
* Revert r122716 and r122717maruel@chromium.org2012-02-191-12/+7
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-191-7/+12
* A bevy of Aura test changes:ben@chromium.org2012-02-171-5/+5
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-171-2/+3
* * Widget with WIDGET_OWNS_NATIVE_WIDGET has to be deleted explicitly.oshima@chromium.org2012-02-071-6/+6