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

Issue 1084003: Fix HTML5 effectAllowed and dragEffect on Chrome Linux. (Closed)

Created:
10 years, 9 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix HTML5 effectAllowed and dragEffect on Chrome Linux. This hooks up all the chrome side plumbing, but there are a couple webkit changes that need to happen for this to fully work. BUG=14654 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42306

Patch Set 1 #

Patch Set 2 : remove test_expectations #

Total comments: 11

Patch Set 3 : comments #

Patch Set 4 : fix_views #

Patch Set 5 : actual #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -21 lines) Patch
M app/gtk_dnd_util.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M app/gtk_dnd_util.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/gtk/tab_contents_drag_source.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/tab_contents_drag_source.cc View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_dest_gtk.cc View 1 2 3 4 7 chunks +31 lines, -15 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_gtk.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tony
10 years, 9 months ago (2010-03-18 09:03:21 UTC) #1
Evan Stade
http://codereview.chromium.org/1084003/diff/2001/3002 File app/gtk_dnd_util.h (right): http://codereview.chromium.org/1084003/diff/2001/3002#newcode81 app/gtk_dnd_util.h:81: // Convenience method for converting between a web drag ...
10 years, 9 months ago (2010-03-18 15:35:36 UTC) #2
tony
http://codereview.chromium.org/1084003/diff/2001/3002 File app/gtk_dnd_util.h (right): http://codereview.chromium.org/1084003/diff/2001/3002#newcode81 app/gtk_dnd_util.h:81: // Convenience method for converting between a web drag ...
10 years, 9 months ago (2010-03-19 01:45:09 UTC) #3
Evan Stade
http://codereview.chromium.org/1084003/diff/2001/3003 File chrome/browser/gtk/tab_contents_drag_source.cc (right): http://codereview.chromium.org/1084003/diff/2001/3003#newcode53 chrome/browser/gtk/tab_contents_drag_source.cc:53: reinterpret_cast<gpointer>(OnDragDataGetThunk), this); On 2010/03/19 01:45:09, tony wrote: > On ...
10 years, 9 months ago (2010-03-19 17:06:55 UTC) #4
tony
http://codereview.chromium.org/1084003/diff/2001/3003 File chrome/browser/gtk/tab_contents_drag_source.cc (right): http://codereview.chromium.org/1084003/diff/2001/3003#newcode53 chrome/browser/gtk/tab_contents_drag_source.cc:53: reinterpret_cast<gpointer>(OnDragDataGetThunk), this); On 2010/03/19 17:06:56, Evan Stade wrote: > ...
10 years, 9 months ago (2010-03-23 00:26:38 UTC) #5
Evan Stade
10 years, 9 months ago (2010-03-23 01:07:24 UTC) #6
LGTM with followup bug filed

Powered by Google App Engine
This is Rietveld 408576698