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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 149166: Add support for extended tooltips.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 19884)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -229,7 +229,7 @@
<a class="item"
jsdisplay="type == 'tab'"
jsvalues="href:url;
- title:title;
+ .xtitle:title;
.style.backgroundImage:'url(&quot;chrome://favicon/' +
url + '&quot;)';
dir:direction;
@@ -289,7 +289,7 @@
<div class="tips-container item-container">
<a class="item" jsselect="$this"
jsdisplay="url.length"
- jsvalues="href:url;title:title"
+ jsvalues="href:url;.xtitle:title"
jscontent="title"></a>
</div>
</div>
@@ -303,6 +303,7 @@
<span class="item" jsselect="$this"
jsvalues=".style.backgroundImage:'url(&quot;chrome://favicon/' + url +
'&quot;)';
+ .xtitle:title;
dir:direction;"
jscontent="title"></span>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698