| 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>
|
| -
|
|
|