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

Side by Side Diff: chrome/browser/resources/chromeos/login/login.html

Issue 8574017: Consolidate rendering of gray segmented spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/button.css"> 5 <link rel="stylesheet" href="chrome://resources/css/button.css">
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/select.css"> 7 <link rel="stylesheet" href="chrome://resources/css/select.css">
8 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
8 <link rel="stylesheet" href="bubble.css"> 9 <link rel="stylesheet" href="bubble.css">
9 <link rel="stylesheet" href="header_bar.css"> 10 <link rel="stylesheet" href="header_bar.css">
10 <link rel="stylesheet" href="network_dropdown.css"> 11 <link rel="stylesheet" href="network_dropdown.css">
11 <link rel="stylesheet" href="oobe.css"> 12 <link rel="stylesheet" href="oobe.css">
12 <link rel="stylesheet" href="screen_account_picker.css"> 13 <link rel="stylesheet" href="screen_account_picker.css">
13 <link rel="stylesheet" href="screen_gaia_signin.css"> 14 <link rel="stylesheet" href="screen_gaia_signin.css">
14 <link rel="stylesheet" href="screen_error_message.css"> 15 <link rel="stylesheet" href="screen_error_message.css">
15 <link rel="stylesheet" href="spinner.css">
16 <link rel="stylesheet" href="user_pod_row.css"> 16 <link rel="stylesheet" href="user_pod_row.css">
17 <script src="chrome://resources/js/cr.js"></script> 17 <script src="chrome://resources/js/cr.js"></script>
18 <script src="chrome://resources/js/cr/event_target.js"></script> 18 <script src="chrome://resources/js/cr/event_target.js"></script>
19 <script src="chrome://resources/js/cr/ui.js"></script> 19 <script src="chrome://resources/js/cr/ui.js"></script>
20 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> 20 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
21 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> 21 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script>
22 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> 22 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
23 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></scrip t> 23 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></scrip t>
24 <script src="chrome://resources/js/cr/ui/list_item.js"></script> 24 <script src="chrome://resources/js/cr/ui/list_item.js"></script>
25 <script src="chrome://resources/js/cr/ui/list.js"></script> 25 <script src="chrome://resources/js/cr/ui/list.js"></script>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <div id="progress"></div> 60 <div id="progress"></div>
61 <div id="button-strip" class="button-strip"></div> 61 <div id="button-strip" class="button-strip"></div>
62 </div> 62 </div>
63 </div> 63 </div>
64 </div> 64 </div>
65 <div id="bubble" class="bubble faded" hidden></div> 65 <div id="bubble" class="bubble faded" hidden></div>
66 <include src="version.html"> 66 <include src="version.html">
67 <include src="user_pod_template.html"> 67 <include src="user_pod_template.html">
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698