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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make aura::clients take Window instead of RootWindow
ben@chromium.org
2013-10-24
5
-14
/
+7
*
Rename StackingClient -> WindowTreeClient
ben@chromium.org
2013-10-23
1
-1
/
+2
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-1
/
+1
*
Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...
pfeldman@chromium.org
2013-10-21
1
-1
/
+1
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-1
/
+1
*
bookmarks: Remove Mac specific function from BookmarkNodeData.
tfarina@chromium.org
2013-10-12
1
-4
/
+4
*
Add a small image on top of the drag image to display the current drag operation
varunjain@chromium.org
2013-10-10
3
-4
/
+99
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
1
-1
/
+1
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
2
-7
/
+3
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
2
-3
/
+7
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
2
-7
/
+3
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
5
-8
/
+8
*
Remove mac code from aura/ash/views
oshima@chromium.org
2013-09-18
1
-2
/
+0
*
ui/base/animation -> ui/gfx/animation
sky@chromium.org
2013-09-15
3
-23
/
+23
*
Rename GetActiveRootWindow -> GetTargetRootWindow
oshima@chromium.org
2013-09-12
1
-4
/
+4
*
Move the content-dependent RecreateLayer logic from aura::Window to RWHVA
piman@chromium.org
2013-09-12
1
-3
/
+2
*
Adding animation anf f/x logic for dragging items from shelf to the desktop t...
skuhne@chromium.org
2013-08-29
2
-0
/
+20
*
Make sure that 30% of restored window is always visible.
oshima@chromium.org
2013-08-07
1
-1
/
+1
*
Use a direct include of the message_loop header in android_webview/, apps/, a...
avi@chromium.org
2013-07-17
2
-2
/
+2
*
ash: Fix window header opacity during image drag
jamescook@chromium.org
2013-07-08
1
-0
/
+1
*
ExternalTabContainerWin's widgets should be opaque and not fade-in.
grt@chromium.org
2013-06-27
1
-1
/
+1
*
Interactive ui test for drag drop operation across displays.
oshima@chromium.org
2013-06-18
1
-0
/
+165
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.
dcheng@chromium.org
2013-06-13
1
-2
/
+1
*
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
2
-107
/
+1
*
ash: Stop propagation of gesture events when drag drop is in progress.
varunjain@chromium.org
2013-05-27
2
-7
/
+59
*
ash: SystemGestureEventFilter should not process gestures while a drag drop is
varunjain@chromium.org
2013-05-01
2
-0
/
+84
*
ash: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-5
/
+6
*
ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-26
1
-2
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
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
6
-11
/
+140
*
Rework ash::CursorManager into a corewm object, to share code with desktop.
erg@chromium.org
2013-02-27
1
-1
/
+0
*
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
*
Updated icons for drag and drop.
mtomasz@chromium.org
2013-01-10
1
-1
/
+1
*
More work to make ash_unittests pass when we require context.
erg@chromium.org
2013-01-09
3
-5
/
+6
*
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
2
-20
/
+11
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
2
-6
/
+18
*
Open new window on active display unless the location is given.
oshima@chromium.org
2012-12-27
1
-8
/
+6
*
Fix leak in DragDrop test
oshima@chromium.org
2012-12-20
1
-16
/
+16
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
2
-7
/
+11
*
ash: Add missing 'virtual' annotations to SetUp() and TearDown() overrides.
tfarina@chromium.org
2012-12-15
1
-2
/
+2
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
2
-4
/
+3
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
2
-12
/
+9
*
Get drag and drop working for win aura.
jam@chromium.org
2012-12-08
2
-4
/
+17
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
3
-9
/
+13
*
Drag image scaling code should take device scale into account.
varunjain@chromium.org
2012-11-30
1
-5
/
+27
[next]