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

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

Issue 10444043: rename chrome_shared2.css to chrome_shared.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/proxy_settings.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 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title id="title"></title> 5 <title id="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 8 <link rel="stylesheet" href="chrome://resources/css/tree.css">
9 <link rel="stylesheet" href="certificate_viewer.css"> 9 <link rel="stylesheet" href="certificate_viewer.css">
10 <script src="strings.js"></script> 10 <script src="strings.js"></script>
11 <script src="chrome://resources/css/tree.css.js"></script> 11 <script src="chrome://resources/css/tree.css.js"></script>
12 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/ui.js"></script> 13 <script src="chrome://resources/js/cr/ui.js"></script>
14 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 14 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
15 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 15 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
16 <script src="chrome://resources/js/cr/ui/tree.js"></script> 16 <script src="chrome://resources/js/cr/ui/tree.js"></script>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <div id="cert-field-value-section" class="vertical-box"> 113 <div id="cert-field-value-section" class="vertical-box">
114 <h3 i18n-content="certFieldVal"></h3> 114 <h3 i18n-content="certFieldVal"></h3>
115 <div id="cert-field-value" class="section-contents"></div> 115 <div id="cert-field-value" class="section-contents"></div>
116 <button id="export" i18n-content="export"></button> 116 <button id="export" i18n-content="export"></button>
117 </div> 117 </div>
118 </tabpanel> 118 </tabpanel>
119 </tabpanels> 119 </tabpanels>
120 </tabbox> 120 </tabbox>
121 </body> 121 </body>
122 </html> 122 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/proxy_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698