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

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

Issue 7291004: Wire up notifications to the New Tab page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | chrome/browser/resources/ntp/apps.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.html
===================================================================
--- chrome/browser/resources/new_tab.html (revision 90942)
+++ chrome/browser/resources/new_tab.html (working copy)
@@ -151,6 +151,15 @@
<button id="apps-promo-hide"></button>
</div>
<div id="apps-content"></div>
+ <div id="notification_bubble" class="notification_bubble">
+ <img id="notification_close" src="chrome://theme/IDR_CLOSE_BAR"
+ class="app_notification_close" />
Evan Stade 2011/06/30 23:20:33 indent is 5, should be 4. Don't need / before >. C
Finnur 2011/07/01 00:33:55 Done.
+ <strong id="notification_title">Title</strong><br>
Evan Stade 2011/06/30 23:20:33 Do you really want this text content?
Finnur 2011/07/01 00:33:55 Done.
+ <span id="notification_message">Message</span><br><br>
+ <a class="notification_link" id="notification_link">Link</a></div>
+ <div id="arrow_contents" class="arrow arrow_contents"></div>
+ <div id="arrow_border" class="arrow arrow_border"></div>
Evan Stade 2011/06/30 23:20:33 I can't really say without seeing the final produc
Finnur 2011/07/01 00:33:55 See screenshot in bug. In principal, I agree and
+ <div id="arrow_shadow" class="arrow arrow_shadow"></div>
Evan Stade 2011/06/30 23:20:33 why do you have arrow_shadow as both an id and cla
Finnur 2011/07/01 00:33:55 The class is for .css referencing and the id is to
Evan Stade 2011/07/02 00:27:50 you can reference an item by ID in css
</div>
<div class="maxiview" id="most-visited-maxiview"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | chrome/browser/resources/ntp/apps.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698