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

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

Issue 6378006: Add Throbber control for DOMUI. Use it everywhere in options and in Sync setup UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed nit Created 9 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html 2 <html
3 i18n-values="dir:textdirection; 3 i18n-values="dir:textdirection;
4 enable-cloud-print-proxy:enable-cloud-print-proxy" 4 enable-cloud-print-proxy:enable-cloud-print-proxy"
5 id="t"> 5 id="t">
6 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <title i18n-content="title"></title> 8 <title i18n-content="title"></title>
9 9
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 10 <link rel="icon" href="../../../app/theme/settings_favicon.png">
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> 11 <link rel="stylesheet" href="chrome://resources/css/list.css">
12 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
12 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 13 <link rel="stylesheet" href="chrome://resources/css/tree.css">
13 <link rel="stylesheet" href="../dom_ui.css"> 14 <link rel="stylesheet" href="../dom_ui.css">
14 <link rel="stylesheet" href="options_page.css"> 15 <link rel="stylesheet" href="options_page.css">
15 <link rel="stylesheet" href="add_startup_page_overlay.css"> 16 <link rel="stylesheet" href="add_startup_page_overlay.css">
16 <link rel="stylesheet" href="advanced_options.css"> 17 <link rel="stylesheet" href="advanced_options.css">
17 <link rel="stylesheet" href="alert_overlay.css"> 18 <link rel="stylesheet" href="alert_overlay.css">
18 <link rel="stylesheet" href="autofill_edit_address_overlay.css"> 19 <link rel="stylesheet" href="autofill_edit_address_overlay.css">
19 <link rel="stylesheet" href="autofill_edit_creditcard_overlay.css"> 20 <link rel="stylesheet" href="autofill_edit_creditcard_overlay.css">
20 <link rel="stylesheet" href="autofill_options.css"> 21 <link rel="stylesheet" href="autofill_options.css">
21 <link rel="stylesheet" href="browser_options_page.css"> 22 <link rel="stylesheet" href="browser_options_page.css">
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 <button class="close-subpage"></button> 212 <button class="close-subpage"></button>
212 <include src="cookies_view.html"> 213 <include src="cookies_view.html">
213 <include src="content_settings_exceptions_area.html"> 214 <include src="content_settings_exceptions_area.html">
214 </div> 215 </div>
215 </div> 216 </div>
216 </div> 217 </div>
217 </div> 218 </div>
218 </div> 219 </div>
219 </body> 220 </body>
220 </html> 221 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/import_data_overlay.js ('k') | chrome/browser/resources/shared/css/throbber.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698