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

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

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resync'ing and rebasing Created 8 years, 3 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
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 themegravity:themegravity; 5 themegravity:themegravity;
6 bookmarkbarattached:bookmarkbarattached;" 6 bookmarkbarattached:bookmarkbarattached;"
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <script src="most_visited_page.js"></script> 76 <script src="most_visited_page.js"></script>
77 <script src="../ntp4/trash.js"></script> 77 <script src="../ntp4/trash.js"></script>
78 <script src="page_list_view.js"></script> 78 <script src="page_list_view.js"></script>
79 <script src="../ntp4/page_switcher.js"></script> 79 <script src="../ntp4/page_switcher.js"></script>
80 <script src="nav_dot.js"></script> 80 <script src="nav_dot.js"></script>
81 <script src="new_tab.js"></script> 81 <script src="new_tab.js"></script>
82 <script src="recently_closed_page.js"></script> 82 <script src="recently_closed_page.js"></script>
83 <script src="../ntp4/other_sessions.js"></script> 83 <script src="../ntp4/other_sessions.js"></script>
84 </head> 84 </head>
85 85
86 <body id="ntp5" 86 <body id="ntp5" i18n-values=".style.fontSize:fontsize">
87 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
88 <button id="login-container" class="custom-appearance" hidden> 87 <button id="login-container" class="custom-appearance" hidden>
89 <div id="login-status-header-container" class="login-status-row"> 88 <div id="login-status-header-container" class="login-status-row">
90 <div id="login-status-header"></div> 89 <div id="login-status-header"></div>
91 </div> 90 </div>
92 <div id="login-status-sub-header"></div> 91 <div id="login-status-sub-header"></div>
93 </button> 92 </button>
94 93
95 <div id="notification-container" class="inactive" hidden> 94 <div id="notification-container" class="inactive" hidden>
96 <div id="notification"> 95 <div id="notification">
97 <span></span> 96 <span></span>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 <span i18n-content="otherSessionsEmpty"></span> 196 <span i18n-content="otherSessionsEmpty"></span>
198 <p> 197 <p>
199 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore"> 198 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore">
200 </a> 199 </a>
201 </p> 200 </p>
202 </div> 201 </div>
203 202
204 </div> 203 </div>
205 204
206 </html> 205 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.css ('k') | chrome/browser/resources/ntp_search/thumbnail_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698