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

Issue 151033: More web contents dragging. (Closed)

Created:
11 years, 5 months ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

More web contents dragging. TEST=drag an image (such as the google logo from google.com) into gimp or onto the desktop. BUG=http://crbug.com/15429 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19553

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 7

Patch Set 4 : now with file contents support #

Patch Set 5 : fixed namespace #

Total comments: 8

Patch Set 6 : more Dones #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -169 lines) Patch
M base/mime_util.h View 4 1 chunk +3 lines, -0 lines 0 comments Download
M base/mime_util_linux.cc View 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/gtk/bookmark_bar_gtk.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/gtk/bookmark_manager_gtk.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/gtk/bookmark_menu_controller_gtk.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/bookmark_utils_gtk.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/gtk/browser_toolbar_gtk.cc View 3 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/gtk/dnd_registry.h View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
M chrome/browser/gtk/dnd_registry.cc View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
A + chrome/browser/gtk/gtk_dnd_util.h View 5 1 chunk +31 lines, -24 lines 0 comments Download
A + chrome/browser/gtk/gtk_dnd_util.cc View 2 chunks +48 lines, -15 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_gtk.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/gtk/tabs/tab_strip_gtk.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.h View 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 1 2 3 4 5 4 chunks +63 lines, -8 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Evan Stade
http://codereview.chromium.org/151033/diff/14/15 File chrome/browser/tab_contents/tab_contents_view_gtk.cc (right): http://codereview.chromium.org/151033/diff/14/15#newcode415 Line 415: // TODO(estade): change relative links to be absolute ...
11 years, 5 months ago (2009-06-29 19:37:38 UTC) #1
tony
http://codereview.chromium.org/151033/diff/14/16 File chrome/browser/gtk/dnd_registry.h (right): http://codereview.chromium.org/151033/diff/14/16#newcode11 Line 11: namespace dnd { Ick, we should not be ...
11 years, 5 months ago (2009-06-29 20:22:57 UTC) #2
Evan Stade
http://codereview.chromium.org/151033/diff/14/16 File chrome/browser/gtk/dnd_registry.h (right): http://codereview.chromium.org/151033/diff/14/16#newcode11 Line 11: namespace dnd { On 2009/06/29 20:22:57, tony wrote: ...
11 years, 5 months ago (2009-06-29 20:29:01 UTC) #3
tony
http://codereview.chromium.org/151033/diff/14/16 File chrome/browser/gtk/dnd_registry.h (right): http://codereview.chromium.org/151033/diff/14/16#newcode11 Line 11: namespace dnd { On 2009/06/29 20:29:01, Evan Stade ...
11 years, 5 months ago (2009-06-29 20:43:21 UTC) #4
Evan Stade
fixed
11 years, 5 months ago (2009-06-29 21:18:29 UTC) #5
tony
LGTM once I understand what the mime_util.h change is for. http://codereview.chromium.org/151033/diff/36/41 File base/mime_util.h (right): http://codereview.chromium.org/151033/diff/36/41#newcode21 ...
11 years, 5 months ago (2009-06-29 21:28:58 UTC) #6
Evan Stade
http://codereview.chromium.org/151033/diff/36/41 File base/mime_util.h (right): http://codereview.chromium.org/151033/diff/36/41#newcode21 Line 21: std::string GetDataMimeType(const std::string& data); On 2009/06/29 21:28:58, tony ...
11 years, 5 months ago (2009-06-29 21:50:05 UTC) #7
tony
11 years, 5 months ago (2009-06-29 22:01:08 UTC) #8
LGTM!

Powered by Google App Engine
This is Rietveld 408576698