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

Unified Diff: net/tools/ct_mapper/index.html

Issue 1238413004: Framework for iterating over certificates in CT database from Chromium code. (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make samples page work Created 3 years, 6 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 | « net/tools/ct_mapper/entry_reader.cc ('k') | net/tools/ct_mapper/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/ct_mapper/index.html
diff --git a/net/tools/ct_mapper/index.html b/net/tools/ct_mapper/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f22178e869eebfc6490b7521cdfebaa1e2417374
--- /dev/null
+++ b/net/tools/ct_mapper/index.html
@@ -0,0 +1,63 @@
+<html>
+
+<head>
+<script src="data.js"></script>
+<script src="main.js"></script>
+
+<style>
+
+body {
+ font-family: Sans-serif, Arial;
+ margin: 0;
+ margin-top: 2em;
+}
+
+td, th {
+ border: 1px solid #bbb;
+ padding: 0.5em;
+}
+
+table {
+ border-collapse: collapse;
+ margin-left: 2em;
+}
+
+.colSamples {
+ text-align: center;
+ white-space: nowrap;
+}
+
+.colTotal {
+ text-align: right;
+ white-space: nowrap;
+}
+
+.colPercent {
+ text-align: right;
+ white-space: nowrap;
+}
+
+.colName {
+ font-family: monospace;
+ white-space: pre;
+}
+
+.metricsItem {
+ border-bottom: 5px solid #ccc;
+ padding: 2em;
+ padding-top: 0;
+}
+
+.samplesDiv {
+ padding: 2em;
+ padding-top: 0;
+}
+
+</style>
+
+</head>
+
+<body>
+</body>
+
+</html>
« no previous file with comments | « net/tools/ct_mapper/entry_reader.cc ('k') | net/tools/ct_mapper/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698