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

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

Issue 7272014: Mark untrusted certificates as such in Linux UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 3 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 id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="../content_security_policy.html"/> 5 <include src="../content_security_policy.html"/>
6 <!-- Set the title to that of the default page so that the title doesn't flash 6 <!-- Set the title to that of the default page so that the title doesn't flash
7 on load (for the most common case). --> 7 on load (for the most common case). -->
8 <title i18n-content="browserPageTabTitle"></title> 8 <title i18n-content="browserPageTabTitle"></title>
9 9
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 10 <link rel="icon" href="../../../app/theme/settings_favicon.png">
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <link rel="stylesheet" href="chromeos/internet_options_page.css"> 50 <link rel="stylesheet" href="chromeos/internet_options_page.css">
51 <link rel="stylesheet" href="chromeos/proxy.css"> 51 <link rel="stylesheet" href="chromeos/proxy.css">
52 <link rel="stylesheet" href="chromeos/system_options_page.css"> 52 <link rel="stylesheet" href="chromeos/system_options_page.css">
53 </if> 53 </if>
54 <if expr="pp_ifdef('chromeos') and pp_ifdef('touchui')"> 54 <if expr="pp_ifdef('chromeos') and pp_ifdef('touchui')">
55 <link rel="stylesheet" href="chromeos/virtual_keyboard.css"> 55 <link rel="stylesheet" href="chromeos/virtual_keyboard.css">
56 </if> 56 </if>
57 57
58 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> 58 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')">
59 <link rel="stylesheet" href="certificate_manager.css"> 59 <link rel="stylesheet" href="certificate_manager.css">
60 <link rel="stylesheet" href="certificate_tree.css">
60 </if> 61 </if>
61 62
62 <script src="chrome://resources/css/tree.css.js"></script> 63 <script src="chrome://resources/css/tree.css.js"></script>
63 64
64 <script src="chrome://resources/js/cr.js"></script> 65 <script src="chrome://resources/js/cr.js"></script>
65 <script src="chrome://resources/js/cr/command_line.js"></script> 66 <script src="chrome://resources/js/cr/command_line.js"></script>
66 <script src="chrome://resources/js/cr/event_target.js"></script> 67 <script src="chrome://resources/js/cr/event_target.js"></script>
67 <script src="chrome://resources/js/cr/ui.js"></script> 68 <script src="chrome://resources/js/cr/ui.js"></script>
68 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> 69 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
69 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> 70 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 </div> 180 </div>
180 </div> 181 </div>
181 </div> 182 </div>
182 </div> 183 </div>
183 </div> 184 </div>
184 <script src="chrome://settings/strings.js"></script> 185 <script src="chrome://settings/strings.js"></script>
185 <script src="chrome://resources/js/i18n_template.js"></script> 186 <script src="chrome://resources/js/i18n_template.js"></script>
186 <script src="chrome://resources/js/i18n_process.js"></script> 187 <script src="chrome://resources/js/i18n_process.js"></script>
187 </body> 188 </body>
188 </html> 189 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/certificate_tree.js ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698