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

Unified Diff: chrome/browser/resources/certificate_viewer.html

Issue 8341081: Add icon-visibility attribute to cr.ui.Tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use simple regex. Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/collected_cookies.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/certificate_viewer.html
diff --git a/chrome/browser/resources/certificate_viewer.html b/chrome/browser/resources/certificate_viewer.html
index 5737483fb4ac39196c1219365f8769e6cf4909dd..20dac4816c2b002613e43a96859d949f10c379cd 100644
--- a/chrome/browser/resources/certificate_viewer.html
+++ b/chrome/browser/resources/certificate_viewer.html
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
<script src="strings.js"></script>
+ <script src="chrome://resources/css/tree.css.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
@@ -93,11 +94,13 @@
<!-- Details -->
<div id="hierarchy-section" class="vertical-box">
<span class="title" i18n-content="hierarchy"></span>
- <div id="hierarchy" class="section-contents"></div>
+ <tree id="hierarchy" class="section-contents"
+ icon-visibility='hidden'></tree>
</div>
<div id="cert-fields-section" class="vertical-box">
<span class="title" i18n-content="certFields"></span>
- <div id="cert-fields" class="section-contents"></div>
+ <tree id="cert-fields" class="section-contents"
+ icon-visibility='hidden'></tree>
</div>
<div id="cert-field-value-section" class="vertical-box">
<span class="title" i18n-content="certFieldVal"></span>
« no previous file with comments | « no previous file | chrome/browser/resources/collected_cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698