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

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: 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
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..5f3110906a9fe67f1d55e435826d8dd18151e193 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,11 @@
<!-- 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"></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"></tree>
</div>
<div id="cert-field-value-section" class="vertical-box">
<span class="title" i18n-content="certFieldVal"></span>

Powered by Google App Engine
This is Rietveld 408576698