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

Issue 7453053: history: use display title, not page title (Closed)

Created:
9 years, 4 months ago by Evan Martin
Modified:
9 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

history: use display title, not page title entry.title() is the underlying page title, but we want to record in history the actual title we show to the user. These differ in corner cases like when the page lacks a title, and also importantly in that the display title can include RTL metadata. BUG=27094 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95008

Patch Set 1 #

Patch Set 2 : ok #

Patch Set 3 : const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M chrome/browser/history/history_tab_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tab_contents/navigation_entry.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/tab_contents/navigation_entry.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Martin
9 years, 4 months ago (2011-08-01 21:14:44 UTC) #1
brettw
I feel like there was a reason we didn't do this, but I can't think ...
9 years, 4 months ago (2011-08-01 21:29:08 UTC) #2
Evan Martin
PTAL, forgot about const :(
9 years, 4 months ago (2011-08-01 21:40:53 UTC) #3
brettw
9 years, 4 months ago (2011-08-01 21:42:15 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698