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

Side by Side Diff: chrome/browser/resources/sync_internals/sync_index.html

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Edit comments. Created 9 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
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.css ('k') | chrome/browser/ui/browser.h » ('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 <!-- If you change the title, make sure you also update 4 <!-- If you change the title, make sure you also update
5 chrome/test/functional/special_tabs.py. --> 5 chrome/test/functional/special_tabs.py. -->
6 <title>Sync Internals</title> 6 <title>Sync Internals</title>
7 <link rel="stylesheet" href="chrome://resources/css/list.css"> 7 <link rel="stylesheet" href="chrome://resources/css/list.css">
8 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 8 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
9 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 9 <link rel="stylesheet" href="chrome://resources/css/tree.css">
10 <link rel="stylesheet" href="sync_index.css">
10 <link rel="stylesheet" href="sync_search.css"> 11 <link rel="stylesheet" href="sync_search.css">
11 <link rel="stylesheet" href="sync_node_browser.css"> 12 <link rel="stylesheet" href="sync_node_browser.css">
12 13
13 <script src="chrome://resources/css/tree.css.js"></script> 14 <script src="chrome://resources/css/tree.css.js"></script>
14 15
15 <script src="chrome://resources/js/cr.js"></script> 16 <script src="chrome://resources/js/cr.js"></script>
16 <script src="chrome://resources/js/cr/event_target.js"></script> 17 <script src="chrome://resources/js/cr/event_target.js"></script>
17 <script src="chrome://resources/js/cr/ui.js"></script> 18 <script src="chrome://resources/js/cr/ui.js"></script>
18 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 19 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
19 <script src="chrome://resources/js/cr/ui/splitter.js"></script> 20 <script src="chrome://resources/js/cr/ui/splitter.js"></script>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 </tabpanel> 74 </tabpanel>
74 </tabpanels> 75 </tabpanels>
75 </tabbox> 76 </tabbox>
76 77
77 <script src="chrome://resources/js/i18n_template.js"></script> 78 <script src="chrome://resources/js/i18n_template.js"></script>
78 <script src="chrome://resources/js/i18n_process.js"></script> 79 <script src="chrome://resources/js/i18n_process.js"></script>
79 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 80 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
80 <script src="chrome://sync-internals/sync_index.js"></script> 81 <script src="chrome://sync-internals/sync_index.js"></script>
81 </body> 82 </body>
82 </html> 83 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.css ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698