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

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

Issue 1321003002: Reduce (or remove?) blinding white flash on chrome://apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | 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 class="starting-up" i18n-values="dir:textdirection; 2 <html class="starting-up" i18n-values="dir:textdirection;
3 hasattribution:hasattribution; 3 hasattribution:hasattribution;
4 themegravity:themegravity; 4 themegravity:themegravity;
5 bookmarkbarattached:bookmarkbarattached; 5 bookmarkbarattached:bookmarkbarattached;
6 lang:language"> 6 lang:language">
7 <head> 7 <head>
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <!-- Don't scale the viewport in either portrait or landscape mode. 10 <!-- Don't scale the viewport in either portrait or landscape mode.
(...skipping 12 matching lines...) Expand all
23 <link rel="stylesheet" href="../../../../ui/webui/resources/css/bubble.css"> 23 <link rel="stylesheet" href="../../../../ui/webui/resources/css/bubble.css">
24 <link rel="stylesheet" href="../../../../ui/webui/resources/css/expandable_bubbl e.css"> 24 <link rel="stylesheet" href="../../../../ui/webui/resources/css/expandable_bubbl e.css">
25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css"> 25 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css">
26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu_button.css" > 26 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu_button.css" >
27 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css"> 27 <link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css">
28 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css"> 28 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css">
29 <link rel="stylesheet" href="apps_page.css"> 29 <link rel="stylesheet" href="apps_page.css">
30 <link rel="stylesheet" href="nav_dot.css"> 30 <link rel="stylesheet" href="nav_dot.css">
31 <link rel="stylesheet" href="new_tab.css"> 31 <link rel="stylesheet" href="new_tab.css">
32 <link rel="stylesheet" href="tile_page.css"> 32 <link rel="stylesheet" href="tile_page.css">
33 <link id="themecss" rel="stylesheet"> 33 <link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css" >
Evan Stade 2015/08/28 14:48:28 uh what? why was this empty? how did new_tab_theme
Dan Beam 2015/08/28 15:51:10 https://code.google.com/p/chromium/codesearch#chro
34 34
35 <script src="../../../../ui/webui/resources/js/action_link.js"></script> 35 <script src="../../../../ui/webui/resources/js/action_link.js"></script>
36 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> 36 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
37 <script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script> 37 <script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script>
38 <script src="../../../../ui/webui/resources/js/util.js"></script> 38 <script src="../../../../ui/webui/resources/js/util.js"></script>
39 39
40 <script src="../../../../ui/webui/resources/js/cr.js"></script> 40 <script src="../../../../ui/webui/resources/js/cr.js"></script>
41 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> 41 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
42 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> 42 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
43 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script> 43 <script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script>
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </div> 172 </div>
173 <span class="title"></span> 173 <span class="title"></span>
174 </div> 174 </div>
175 175
176 </div> 176 </div>
177 177
178 <!-- This is used to measure text in the current locale. It is not visible. --> 178 <!-- This is used to measure text in the current locale. It is not visible. -->
179 <div id="fontMeasuringDiv"></div> 179 <div id="fontMeasuringDiv"></div>
180 180
181 </html> 181 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698