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

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

Issue 7124002: ntp4: notification area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/most_visited_page.js » ('j') | 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 bookmarkbarattached:bookmarkbarattached; 4 bookmarkbarattached:bookmarkbarattached;
5 hasattribution:hasattribution; 5 hasattribution:hasattribution;
6 anim:anim; 6 anim:anim;
7 syncispresent:syncispresent; 7 syncispresent:syncispresent;
8 customlogo:customlogo" 8 customlogo:customlogo"
9 install-animation-enabled="true"> 9 install-animation-enabled="true">
10 <head> 10 <head>
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 <div i18n-content="attributionintro"></div> 129 <div i18n-content="attributionintro"></div>
130 <img id="attribution-img"> 130 <img id="attribution-img">
131 </div> 131 </div>
132 132
133 <div id="main"> 133 <div id="main">
134 134
135 <div id="notification-container"> 135 <div id="notification-container">
136 <div id="notification"> 136 <div id="notification">
137 <div>&nbsp;</div> 137 <div>&nbsp;</div>
138 <div class="link"><div class="link-color" id="action-link"></div></div> 138 <div class="link"><div class="link-color" id="action-link"></div></div>
139 <button id="notification-close"></button> 139 <button id="notification-close"><div></div></button>
140 </div> 140 </div>
141 </div> 141 </div>
142 142
143 <div id="login-container"> 143 <div id="login-container">
144 <span id="login-username"></span> 144 <span id="login-username"></span>
145 </div> 145 </div>
146 146
147 <div class="maxiview" id="apps-maxiview"> 147 <div class="maxiview" id="apps-maxiview">
148 <div id="apps-promo"> 148 <div id="apps-promo">
149 <p id="apps-promo-heading"></p> 149 <p id="apps-promo-heading"></p>
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT; 314 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT;
315 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS); 315 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS);
316 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu, 316 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu,
317 MENU_THUMB); 317 MENU_THUMB);
318 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu, 318 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu,
319 MENU_RECENT); 319 MENU_RECENT);
320 320
321 layoutSections(); 321 layoutSections();
322 </script> 322 </script>
323 </html> 323 </html>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/most_visited_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698