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

Issue 5307005: GTK: Drags of images should have titles instead of "". (Closed)

Created:
10 years ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
sky, Evan Stade
CC:
chromium-reviews
Visibility:
Public.

Description

GTK: Drags of images should have titles instead of "". BUG=32132 TEST=Drag an image from the content area to the bookmark bar. It should have a title. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67761

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M app/gtk_dnd_util.h View 1 chunk +1 line, -1 line 0 comments Download
M app/gtk_dnd_util.cc View 1 chunk +7 lines, -1 line 3 comments Download

Messages

Total messages: 5 (0 generated)
Elliot Glaysher
10 years ago (2010-11-30 20:35:24 UTC) #1
Evan Stade
LGTM http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc File app/gtk_dnd_util.cc (right): http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc#newcode152 app/gtk_dnd_util.cc:152: // Can't have an empty title. Set it ...
10 years ago (2010-11-30 21:28:20 UTC) #2
sky
http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc File app/gtk_dnd_util.cc (right): http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc#newcode154 app/gtk_dnd_util.cc:154: title = UTF8ToUTF16(url.ExtractFileName()); Might the filename be empty too?
10 years ago (2010-11-30 22:14:08 UTC) #3
Elliot Glaysher
http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc File app/gtk_dnd_util.cc (right): http://codereview.chromium.org/5307005/diff/1/app/gtk_dnd_util.cc#newcode154 app/gtk_dnd_util.cc:154: title = UTF8ToUTF16(url.ExtractFileName()); On 2010/11/30 22:14:08, sky wrote: > ...
10 years ago (2010-11-30 22:18:20 UTC) #4
sky
10 years ago (2010-11-30 22:21:47 UTC) #5
Fair enough. LGTM

Powered by Google App Engine
This is Rietveld 408576698