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

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

Issue 747923004: webui: minimize webui flicker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: creis@ + davidben@ review Created 6 years 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 id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="optionsPageTitle"></title> 5 <title i18n-content="optionsPageTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="chrome://resources/css/list.css"> 9 <link rel="stylesheet" href="chrome://resources/css/list.css">
10 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 10 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 <script src="chrome://resources/js/cr/ui/page_manager/page_manager.js"></script> 101 <script src="chrome://resources/js/cr/ui/page_manager/page_manager.js"></script>
102 <script src="chrome://resources/js/cr/ui/page_manager/page.js"></script> 102 <script src="chrome://resources/js/cr/ui/page_manager/page.js"></script>
103 <script src="chrome://resources/js/load_time_data.js"></script> 103 <script src="chrome://resources/js/load_time_data.js"></script>
104 <script src="chrome://resources/js/parse_html_subset.js"></script> 104 <script src="chrome://resources/js/parse_html_subset.js"></script>
105 <script src="chrome://resources/js/util.js"></script> 105 <script src="chrome://resources/js/util.js"></script>
106 106
107 <script src="chrome://settings-frame/strings.js"></script> 107 <script src="chrome://settings-frame/strings.js"></script>
108 <script src="chrome://settings-frame/options_bundle.js"></script> 108 <script src="chrome://settings-frame/options_bundle.js"></script>
109 </head> 109 </head>
110 110
111 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 111 <body>
112 <div id="overlay-container-1" class="overlay transparent" hidden> 112 <div id="overlay-container-1" class="overlay transparent" hidden>
113 <include src="autofill_options.html"> 113 <include src="autofill_options.html">
114 <include src="clear_browser_data_overlay.html"> 114 <include src="clear_browser_data_overlay.html">
115 <include src="content_settings.html"> 115 <include src="content_settings.html">
116 <include src="do_not_track_confirm_overlay.html"> 116 <include src="do_not_track_confirm_overlay.html">
117 <include src="easy_unlock_turn_off_overlay.html"> 117 <include src="easy_unlock_turn_off_overlay.html">
118 <include src="font_settings.html"> 118 <include src="font_settings.html">
119 <include src="home_page_overlay.html"> 119 <include src="home_page_overlay.html">
120 <include src="hotword_confirm_overlay.html"> 120 <include src="hotword_confirm_overlay.html">
121 <include src="import_data_overlay.html"> 121 <include src="import_data_overlay.html">
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 <include src="search_page.html"> 205 <include src="search_page.html">
206 <include src="browser_options.html"> 206 <include src="browser_options.html">
207 </div> 207 </div>
208 </div> 208 </div>
209 </div> 209 </div>
210 </div> 210 </div>
211 211
212 <script src="chrome://resources/js/i18n_template2.js"></script> 212 <script src="chrome://resources/js/i18n_template2.js"></script>
213 </body> 213 </body>
214 </html> 214 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698