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

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

Issue 2454303002: [MD History] Add full time hover text to dates in history items. (Closed)
Patch Set: fix nit Created 4 years, 2 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
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 925cb426c0c83df3155cabd08d63465e55966a18..eb28f227a87cfab235f01b998dbfb1279b98fcb2 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -222,7 +222,9 @@
aria-label$="[[getEntrySummary_(item)]]">
<div id="checkmark"></div>
</button>
- <span id="time-accessed">[[item.readableTimestamp]]</span>
+ <span id="time-accessed" on-mouseover="addTimeTitle_">
+ [[item.readableTimestamp]]
+ </span>
<div class="website-icon" id="icon"></div>
<div id="title-and-domain">
<a href="[[item.url]]" id="title" class="website-title"
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698