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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 2777063005: MD Settings: Show password tooltip for full URL. (Closed)
Patch Set: Use title Created 3 years, 9 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/settings/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index e757a0011d43d632bdf66b5480cc67c080a2b307..cc59729aabb25087246159900ac6deced0a455f6 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -107,7 +107,7 @@
scroll-target="[[subpageScrollTarget]]">
<template>
<div class="list-item">
- <div class="website-column no-min-width">
+ <div class="website-column no-min-width" title="[[item.linkUrl]]">
<a id="originUrl" target="_blank" class="selectable no-min-width"
href="[[item.linkUrl]]">
<span class="text-elide">
« 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