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

Unified Diff: netlog_viewer/netlog_viewer/sdch_view.html

Issue 3011363002: Apply Chromium changes up to commit 0036296a1128ac9cbefeaff51c8df831ec421c36 (Closed)
Patch Set: address comments Created 3 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 side-by-side diff with in-line comments
Download patch
Index: netlog_viewer/netlog_viewer/sdch_view.html
diff --git a/netlog_viewer/netlog_viewer/sdch_view.html b/netlog_viewer/netlog_viewer/sdch_view.html
deleted file mode 100644
index fed5c74291d80a71080cff4975ec3e030a0c6c1c..0000000000000000000000000000000000000000
--- a/netlog_viewer/netlog_viewer/sdch_view.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<dom-module id="sdch-view">
- <template>
- <div id=sdch-view-tab-content class=content-box>
- <ul style="margin-top:0">
- <li>SDCH Enabled:
- <span id=sdch-view-sdch-enabled></span>
- </li>
- </ul>
-
- <p>SDCH Errors:
- <a href="#events&q=type:URL_REQUEST%20SDCH_DECODING_ERROR"
- style="padding-right:2em">Decoding</a>
- <a href="#events&q=type:URL_REQUEST%20SDCH_DICTIONARY_ERROR">Dictionary</a>
- </p>
-
- <p>
- <a href="#events&q=type:URL_REQUEST%20SDCH_DICTIONARY_FETCH">
- SDCH Dictionary Fetches
- </a>
- </p>
-
- <p>
- <a href="#events&q=type:URL_REQUEST%20Avail-Dictionary">
- SDCH Requests
- </a>
- </p>
-
- <h4>
- Dictionaries loaded: <span id=sdch-view-num-dictionaries-loaded></span>
- </h4>
- <table class="styled-table">
- <thead>
- <tr>
- <th>Domain</th>
- <th>Path</th>
- <th>Ports</th>
- <th>Server Hash</th>
- <th>Client Hash</th>
- <th>Url</th>
- </tr>
- </thead>
- <tbody id=sdch-view-dictionaries-tbody>
- </tbody>
- </table>
-
- <h4>Blacklisted domains</h4>
- <table class="styled-table">
- <thead>
- <tr>
- <th>Domain</th>
- <th>Reason</th>
- <th>Tries to back off</th>
- </tr>
- </thead>
- <tbody id=sdch-view-blacklist-tbody>
- </tbody>
- </table>
- </div>
- </template>
- <script>
- Polymer({
- is: 'sdch-view',
- });
- </script>
-</dom-module>
-
« no previous file with comments | « netlog_viewer/netlog_viewer/resizable_vertical_split_view.js ('k') | netlog_viewer/netlog_viewer/sdch_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698