index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ash
/
drag_drop
/
drag_drop_controller_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip mulitple-display tests on win8
oshima@chromium.org
2013-06-12
1
-8
/
+4
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Change ordering of Shell event handlers:
varunjain@chromium.org
2013-06-06
1
-100
/
+0
*
ash: Stop propagation of gesture events when drag drop is in progress.
varunjain@chromium.org
2013-05-27
1
-1
/
+49
*
ash: SystemGestureEventFilter should not process gestures while a drag drop is
varunjain@chromium.org
2013-05-01
1
-0
/
+78
*
Update src/ash/ for renames and moves in base
brettw@chromium.org
2013-04-11
1
-1
/
+1
*
Cancel drag upon screen lock.
oshima@chromium.org
2013-03-26
1
-0
/
+59
*
Linux/ChromeOS Chromium style checker cleanup, ash/ edition.
rsleevi@chromium.org
2013-02-07
1
-15
/
+17
*
Initial whack at getting ash_unittests to connect to a viewer process on Win/...
robertshield@chromium.org
2013-01-21
1
-1
/
+8
*
Disable failing ash_unittests drag drop controller tests on Windows.
jam@chromium.org
2013-01-08
1
-5
/
+35
*
Get drag and drop working on Win Ash.
jam@chromium.org
2013-01-08
1
-0
/
+4
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
1
-3
/
+9
*
Fix leak in DragDrop test
oshima@chromium.org
2012-12-20
1
-16
/
+16
*
ash: Add missing 'virtual' annotations to SetUp() and TearDown() overrides.
tfarina@chromium.org
2012-12-15
1
-2
/
+2
*
Get drag and drop working for win aura.
jam@chromium.org
2012-12-08
1
-4
/
+5
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-2
/
+2
*
Fix unittest in drag drop controller: Complete the drag cancel animation rather
varunjain@chromium.org
2012-11-28
1
-5
/
+32
*
aura: Enable touch initiated drag and drop.
varunjain@chromium.org
2012-11-28
1
-0
/
+154
*
Make drag image move back to the original screen when drag is cancelled.
mazda@chromium.org
2012-11-27
1
-7
/
+122
*
aura: Add flag to indicate if a drag session is started with touch or mouse.
varunjain@chromium.org
2012-11-06
1
-2
/
+4
*
Fix leaks in ash/aura unittests
oshima@chromium.org
2012-10-27
1
-0
/
+3
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-1
/
+1
*
Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-11
1
-1
/
+1
*
Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...
dharani@google.com
2012-09-09
1
-1
/
+1
*
Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-07
1
-1
/
+1
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-1
/
+1
*
Support Drag and Drop across displays.
mazda@chromium.org
2012-08-26
1
-1
/
+3
*
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...
ben@chromium.org
2012-08-14
1
-4
/
+3
*
Replace views::MouseEvent with ui::MouseEvent
ben@chromium.org
2012-08-14
1
-1
/
+1
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-5
/
+5
*
Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...
ben@chromium.org
2012-07-29
1
-1
/
+2
*
Rename bounds accessors to be intuitive and consistent
oshima@chromium.org
2012-07-19
1
-2
/
+2
*
aura: Pressing escape during drag/drop should cancel the drag/drop.
varunjain@chromium.org
2012-07-18
1
-0
/
+49
*
Add EnvEventFilter to filter events before root window process event
oshima@chromium.org
2012-06-06
1
-1
/
+0
*
Rename GetRootWindow() -> GetPrimaryRootWindow()
oshima@chromium.org
2012-05-25
1
-12
/
+12
*
aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...
erg@google.com
2012-05-15
1
-1
/
+1
*
Take 2 at: Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-15
1
-0
/
+36
*
aura: Fix a couple of bug (really the same bug at two different places) for drag
varunjain@chromium.org
2012-05-14
1
-4
/
+6
*
Don't clobber the clipboard when doing DnD on Aura
rbyers@chromium.org
2012-03-20
1
-8
/
+8
*
Reland 125850 - Aura: Throttle resize to ability to draw
backer@chromium.org
2012-03-12
1
-0
/
+22
*
aura: Fix crash in DragDropController::Drop when user does a drop immediately
varunjain@chromium.org
2012-03-06
1
-4
/
+40
*
Migrate client API setters/getters to take a RootWindow.
ben@chromium.org
2012-02-26
1
-2
/
+3
*
ash: Allow dragging using touch/gesture events.
sadrul@chromium.org
2012-02-22
1
-3
/
+4
*
Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.
peter@pcc.me.uk
2012-02-22
1
-1
/
+1
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-21
1
-7
/
+12
*
Revert r122716 and r122717
maruel@chromium.org
2012-02-19
1
-12
/
+7
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-19
1
-7
/
+12
*
A bevy of Aura test changes:
ben@chromium.org
2012-02-17
1
-5
/
+5
*
Provide a RootWindow instance getter on the shell, in preparation for removin...
ben@chromium.org
2012-02-17
1
-2
/
+3
*
* Widget with WIDGET_OWNS_NATIVE_WIDGET has to be deleted explicitly.
oshima@chromium.org
2012-02-07
1
-6
/
+6
[next]