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

Issue 28158: Add an identity (id) to system drag & drop. (Closed)

Created:
11 years, 10 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add an identity (id) to system drag & drop. Used for gears file drag & drop in chrome, assign a drag id (identity) to each drag and drop session. Send the identity to the renderer WebViewImpl in drag enter notifications, provide a getter method. BUG=7995 Original patch by noel.gordon@gmail.com in: http://codereview.chromium.org/28108/show

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -2 lines) Patch
M base/base_drop_target.h View 2 chunks +11 lines, -0 lines 0 comments Download
M base/base_drop_target.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/web_drop_target.cc View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/common/render_messages.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webdropdata.h View 1 chunk +9 lines, -1 line 0 comments Download
M webkit/glue/webview.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webview_impl.h View 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 2 chunks +26 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698