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

Issue 149296: Make the cancelling of drag and drop match Safari for Windows. (Closed)

Created:
11 years, 5 months ago by arv (Not doing code reviews)
Modified:
9 years, 4 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, Ben Goodger (Google)
Visibility:
Public.

Description

Make the cancelling of drag and drop match Safari for Windows. This is a follow up CL to http://codereview.chromium.org/149038 as well as to https://bugs.webkit.org/show_bug.cgi?id=26699 With this change we use DragOperationNone (instead of DragOperationCopy) and NoButton (instead of LeftButton) when the user presses Escape. BUG=12018 TEST=On the new new tab page drag one of the thumbnails out of the window and press escape. The thumbnail should move back to its starting position. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20125

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -12 lines) Patch
M chrome/browser/renderer_host/render_view_host.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_source.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 1 1 chunk +8 lines, -4 lines 0 comments Download
M webkit/glue/webview.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
arv (Not doing code reviews)
11 years, 5 months ago (2009-07-08 00:12:16 UTC) #1
tony
11 years, 5 months ago (2009-07-08 00:39:27 UTC) #2
LGTM! Thanks for doing this.

Powered by Google App Engine
This is Rietveld 408576698