Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Issue 11368072: aura: Add flag to indicate if a drag session is started with touch or mouse. (Closed)

Created:
8 years, 1 month ago by varunjain
Modified:
8 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, tfarina, jam, dcheng, joi+watch-content_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

aura: Add flag to indicate if a drag session is started with touch or mouse. BUG=114755 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166278

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : patch #

Total comments: 7

Patch Set 4 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -38 lines) Patch
M ash/drag_drop/drag_drop_controller.h View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M ash/drag_drop/drag_drop_controller.cc View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/download/download_util.cc View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_drag_drop.cc View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M ui/aura/client/drag_drop_client.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M ui/base/dragdrop/drag_drop_types.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M ui/views/drag_utils.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M ui/views/drag_utils.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/view.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M ui/views/view.cc View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_native_widget_aura.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/desktop_native_widget_aura.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/widget/native_widget_private.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_win.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_win.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/widget/widget.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/widget/widget.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
varunjain
8 years, 1 month ago (2012-11-05 00:42:19 UTC) #1
sky
Could we use an enum rather than a boolean?
8 years, 1 month ago (2012-11-05 15:57:40 UTC) #2
varunjain
On 2012/11/05 15:57:40, sky wrote: > Could we use an enum rather than a boolean? ...
8 years, 1 month ago (2012-11-05 17:25:13 UTC) #3
sky
https://codereview.chromium.org/11368072/diff/4002/content/browser/web_contents/web_contents_view_aura.cc File content/browser/web_contents/web_contents_view_aura.cc (right): https://codereview.chromium.org/11368072/diff/4002/content/browser/web_contents/web_contents_view_aura.cc#newcode469 content/browser/web_contents/web_contents_view_aura.cc:469: ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE); Do we know this is always from a ...
8 years, 1 month ago (2012-11-05 18:13:56 UTC) #4
varunjain
https://codereview.chromium.org/11368072/diff/4002/content/browser/web_contents/web_contents_view_aura.cc File content/browser/web_contents/web_contents_view_aura.cc (right): https://codereview.chromium.org/11368072/diff/4002/content/browser/web_contents/web_contents_view_aura.cc#newcode469 content/browser/web_contents/web_contents_view_aura.cc:469: ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE); On 2012/11/05 18:13:56, sky wrote: > Do we ...
8 years, 1 month ago (2012-11-05 18:25:49 UTC) #5
sky
https://codereview.chromium.org/11368072/diff/4002/ui/views/view.cc File ui/views/view.cc (right): https://codereview.chromium.org/11368072/diff/4002/ui/views/view.cc#newcode1967 ui/views/view.cc:1967: ui::DragDropTypes::DRAG_EVENT_SOURCE_MOUSE); On 2012/11/05 18:25:49, varunjain wrote: > On 2012/11/05 ...
8 years, 1 month ago (2012-11-05 21:51:56 UTC) #6
sky
Varun is going to add a TODO. So, LGTM
8 years, 1 month ago (2012-11-05 22:02:23 UTC) #7
varunjain
On 2012/11/05 22:02:23, sky wrote: > Varun is going to add a TODO. So, LGTM ...
8 years, 1 month ago (2012-11-06 00:05:44 UTC) #8
sky
LGTM
8 years, 1 month ago (2012-11-06 00:05:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/11368072/7004
8 years, 1 month ago (2012-11-06 19:10:16 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-11-06 20:04:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/11368072/7004
8 years, 1 month ago (2012-11-06 20:06:13 UTC) #12
commit-bot: I haz the power
8 years, 1 month ago (2012-11-06 22:03:02 UTC) #13
Change committed as 166278

Powered by Google App Engine
This is Rietveld 408576698