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

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

Issue 1754853002: NTP4: erase bubble promo UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-promo-ui
Patch Set: todo Created 4 years, 9 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.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 class="starting-up" i18n-values="dir:textdirection; 2 <html class="starting-up" i18n-values="dir:textdirection;
3 bookmarkbarattached:bookmarkbarattached; 3 bookmarkbarattached:bookmarkbarattached;
4 lang:language"> 4 lang:language">
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <title i18n-content="title"></title> 7 <title i18n-content="title"></title>
8 <!-- Don't scale the viewport in either portrait or landscape mode. 8 <!-- Don't scale the viewport in either portrait or landscape mode.
9 Note that this means apps will be reflowed when rotated (like iPad). 9 Note that this means apps will be reflowed when rotated (like iPad).
10 If we wanted to maintain position we could remove 'maximum-scale' so 10 If we wanted to maintain position we could remove 'maximum-scale' so
(...skipping 14 matching lines...) Expand all
25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css"> 25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css">
26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css"> 26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css">
27 <link rel="stylesheet" href="apps_page.css"> 27 <link rel="stylesheet" href="apps_page.css">
28 <link rel="stylesheet" href="nav_dot.css"> 28 <link rel="stylesheet" href="nav_dot.css">
29 <link rel="stylesheet" href="new_tab.css"> 29 <link rel="stylesheet" href="new_tab.css">
30 <link rel="stylesheet" href="tile_page.css"> 30 <link rel="stylesheet" href="tile_page.css">
31 <link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css" > 31 <link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css" >
32 32
33 <script src="../../../../ui/webui/resources/js/action_link.js"></script> 33 <script src="../../../../ui/webui/resources/js/action_link.js"></script>
34 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> 34 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
35 <script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script>
36 <script src="../../../../ui/webui/resources/js/util.js"></script> 35 <script src="../../../../ui/webui/resources/js/util.js"></script>
37 36
38 <script src="../../../../ui/webui/resources/js/cr.js"></script> 37 <script src="../../../../ui/webui/resources/js/cr.js"></script>
39 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> 38 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
40 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> 39 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
41 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script> 40 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script>
42 <script src="../../../../ui/webui/resources/js/cr/ui/card_slider.js"></script> 41 <script src="../../../../ui/webui/resources/js/cr/ui/card_slider.js"></script>
43 <script src="../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js"></ script> 42 <script src="../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js"></ script>
44 <script src="../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js"></script> 43 <script src="../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js"></script>
45 <script src="../../../../ui/webui/resources/js/cr/ui/expandable_bubble.js"></scr ipt> 44 <script src="../../../../ui/webui/resources/js/cr/ui/expandable_bubble.js"></scr ipt>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 <button class="close-button custom-appearance" 86 <button class="close-button custom-appearance"
88 id="app-launcher-promo-close-button"> 87 id="app-launcher-promo-close-button">
89 </button> 88 </button>
90 </div> 89 </div>
91 90
92 <div id="footer"> 91 <div id="footer">
93 <div id="footer-border"></div> 92 <div id="footer-border"></div>
94 <div id="footer-content"> 93 <div id="footer-content">
95 <div id="logo-img"> 94 <div id="logo-img">
96 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> 95 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO">
97 <div id="promo-bubble-anchor"></div>
98 </div> 96 </div>
99 97
100 <ul id="dot-list"> 98 <ul id="dot-list">
101 </ul> 99 </ul>
102 100
103 <div id="footer-menu-container" class="menu-container"> 101 <div id="footer-menu-container" class="menu-container">
104 <a id="chrome-web-store-link"> 102 <a id="chrome-web-store-link">
105 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort"> 103 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
106 </span> 104 </span>
107 </a> 105 </a>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 </div> 159 </div>
162 <span class="title"></span> 160 <span class="title"></span>
163 </div> 161 </div>
164 162
165 </div> 163 </div>
166 164
167 <!-- This is used to measure text in the current locale. It is not visible. --> 165 <!-- This is used to measure text in the current locale. It is not visible. -->
168 <div id="fontMeasuringDiv"></div> 166 <div id="fontMeasuringDiv"></div>
169 167
170 </html> 168 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698