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

Side by Side Diff: chrome/browser/resources/policy.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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, user-scalable=no"> 5 <meta name="viewport" content="width=device-width, user-scalable=no">
6 <title i18n-content="title"></title> 6 <title i18n-content="title"></title>
7 7
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="uber/uber_shared.css"> 9 <link rel="stylesheet" href="uber/uber_shared.css">
10 <link rel="stylesheet" href="chrome://policy/policy.css"> 10 <link rel="stylesheet" href="chrome://policy/policy.css">
11 11
12 <script src="chrome://resources/js/action_link.js"></script> 12 <script src="chrome://resources/js/action_link.js"></script>
13 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
14 <script src="chrome://resources/js/cr/ui.js"></script> 14 <script src="chrome://resources/js/cr/ui.js"></script>
15 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 15 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
16 <script src="chrome://resources/js/load_time_data.js"></script> 16 <script src="chrome://resources/js/load_time_data.js"></script>
17 <script src="chrome://resources/js/util.js"></script> 17 <script src="chrome://resources/js/util.js"></script>
18 <script src="chrome://policy/uber_utils.js"></script> 18 <script src="chrome://policy/uber_utils.js"></script>
19 </head> 19 </head>
20 20
21 <body class="uber-frame" 21 <body class="uber-frame">
22 i18n-values=".style.fontFamily:fontfamily; .style.fontSize:fontsize">
23 <div id="filter-overlay" class="page"> 22 <div id="filter-overlay" class="page">
24 <header> 23 <header>
25 <input id="filter" class="search-field-container" type="search" 24 <input id="filter" class="search-field-container" type="search"
26 i18n-values="placeholder:filterPlaceholder; 25 i18n-values="placeholder:filterPlaceholder;
27 aria-label:filterPlaceholder" incremental> 26 aria-label:filterPlaceholder" incremental>
28 </input> 27 </input>
29 </header> 28 </header>
30 </div> 29 </div>
31 <div class="page"> 30 <div class="page">
32 <header> 31 <header>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 </tr> 105 </tr>
107 </tbody> 106 </tbody>
108 </table> 107 </table>
109 </div> 108 </div>
110 </body> 109 </body>
111 110
112 <script src="chrome://policy/strings.js"></script> 111 <script src="chrome://policy/strings.js"></script>
113 <script src="chrome://resources/js/i18n_template2.js"></script> 112 <script src="chrome://resources/js/i18n_template2.js"></script>
114 <script src="chrome://policy/policy.js"></script> 113 <script src="chrome://policy/policy.js"></script>
115 </html> 114 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698