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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 9359002: [ntp] fix font measuring hack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <script src="most_visited_page.js"></script> 57 <script src="most_visited_page.js"></script>
58 <script src="trash.js"></script> 58 <script src="trash.js"></script>
59 <script src="page_list_view.js"></script> 59 <script src="page_list_view.js"></script>
60 <script src="page_switcher.js"></script> 60 <script src="page_switcher.js"></script>
61 61
62 <script src="nav_dot.js"></script> 62 <script src="nav_dot.js"></script>
63 <script src="new_tab.js"></script> 63 <script src="new_tab.js"></script>
64 <script src="recently_closed.js"></script> 64 <script src="recently_closed.js"></script>
65 </head> 65 </head>
66 66
67 <body> 67 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
68 <button id="login-container" class="custom-appearance" hidden> 68 <button id="login-container" class="custom-appearance" hidden>
69 <div id="login-status-header-container" class="login-status-row"> 69 <div id="login-status-header-container" class="login-status-row">
70 <div id="login-status-header"></div> 70 <div id="login-status-header"></div>
71 </div> 71 </div>
72 <div id="login-status-sub-header"></div> 72 <div id="login-status-sub-header"></div>
73 </button> 73 </button>
74 74
75 <div id="notification-container" class="inactive" hidden> 75 <div id="notification-container" class="inactive" hidden>
76 <div id="notification"> 76 <div id="notification">
77 <span></span> 77 <span></span>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 <div></div> 181 <div></div>
182 </div> 182 </div>
183 </a> 183 </a>
184 184
185 </div> 185 </div>
186 186
187 <!-- This is used to measure text in the current locale. It is not visible. --> 187 <!-- This is used to measure text in the current locale. It is not visible. -->
188 <div id="fontMeasuringDiv"></div> 188 <div id="fontMeasuringDiv"></div>
189 189
190 </html> 190 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698