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

Issue 8682029: Make drag and drop work on webpage. Also slightly modify drag drop workflow. (Closed)

Created:
9 years, 1 month ago by varunjain
Modified:
9 years ago
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, dcheng, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., James Su
Visibility:
Public.

Description

Make drag and drop work on webpage. Also slightly modify drag drop workflow. BUG=97845 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112241

Patch Set 1 #

Patch Set 2 : minor change #

Patch Set 3 : merged with upstream #

Total comments: 14

Patch Set 4 : modified according to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -54 lines) Patch
M chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h View 1 2 3 3 chunks +19 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc View 1 2 3 6 chunks +196 lines, -15 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M ui/aura/client/drag_drop_client.h View 2 chunks +6 lines, -2 lines 0 comments Download
M ui/aura/client/window_drag_drop_delegate.h View 1 chunk +2 lines, -7 lines 0 comments Download
M ui/aura_shell/drag_drop_controller.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/aura_shell/drag_drop_controller.cc View 6 chunks +15 lines, -14 lines 0 comments Download
M ui/aura_shell/drag_drop_controller_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/widget/native_widget_aura.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
varunjain
9 years, 1 month ago (2011-11-24 00:36:29 UTC) #1
Ben Goodger (Google)
Very cool! http://codereview.chromium.org/8682029/diff/6001/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc File chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc (right): http://codereview.chromium.org/8682029/diff/6001/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc#newcode55 chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc:55: aura::Window* window = static_cast<aura::Window*>( Cast unnecessary. http://codereview.chromium.org/8682029/diff/6001/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc#newcode256 ...
9 years ago (2011-11-28 17:07:44 UTC) #2
varunjain
http://codereview.chromium.org/8682029/diff/6001/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc File chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc (right): http://codereview.chromium.org/8682029/diff/6001/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc#newcode55 chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc:55: aura::Window* window = static_cast<aura::Window*>( On 2011/11/28 17:07:44, Ben Goodger ...
9 years ago (2011-11-28 17:32:29 UTC) #3
Ben Goodger (Google)
lgtm
9 years ago (2011-11-30 15:53:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/8682029/10001
9 years ago (2011-11-30 16:09:32 UTC) #5
commit-bot: I haz the power
9 years ago (2011-11-30 17:12:00 UTC) #6
Change committed as 112241

Powered by Google App Engine
This is Rietveld 408576698