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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2227913002: MD History: Add tooltips for URLs on History page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 44bb6c66a13ba7d97c0b52e98c0e16c175f31d22..a4bf9041e3e8ec27deae724a61d5d61026e7660c 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -141,7 +141,8 @@
<span id="time-accessed">[[item.readableTimestamp]]</span>
<div class="website-icon" id="icon"></div>
<div id="title-and-domain">
- <a href="[[item.url]]" id="title" class="website-title">
+ <a href="[[item.url]]" id="title" class="website-title"
+ title="[[cropItemTitle_(item.title)]]">
<history-searched-label title="[[cropItemTitle_(item.title)]]"
search-term="[[searchTerm]]"></history-searched-label>
</a>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698