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

Issue 155900: When a web contents drag has a URL but no title, make up a title for it.... (Closed)

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

Description

When a web contents drag has a URL but no title, make up a title for it. BUG=17393 TEST=drag nntp thumbnail to bookmark bar Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21255

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M chrome/browser/tab_contents/tab_contents_view_gtk.cc View 4 chunks +16 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Evan Stade
11 years, 5 months ago (2009-07-22 00:46:40 UTC) #1
tony
LGTM http://codereview.chromium.org/155900/diff/1/2 File chrome/browser/tab_contents/tab_contents_view_gtk.cc (right): http://codereview.chromium.org/155900/diff/1/2#newcode796 Line 796: std::string name; Nit: If you add {} ...
11 years, 5 months ago (2009-07-22 00:51:07 UTC) #2
Evan Stade
11 years, 5 months ago (2009-07-22 00:54:55 UTC) #3
http://codereview.chromium.org/155900/diff/1/2
File chrome/browser/tab_contents/tab_contents_view_gtk.cc (right):

http://codereview.chromium.org/155900/diff/1/2#newcode796
Line 796: std::string name;
On 2009/07/22 00:51:08, tony wrote:
> Nit: If you add {} around the case block, you can declare this closer to where
> you use it.  *shrug*

oh, sweet. This has rather annoyed me.

Powered by Google App Engine
This is Rietveld 408576698