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

Unified Diff: netlog_viewer/netlog_viewer/quic_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
« no previous file with comments | « netlog_viewer/netlog_viewer/proxy_view.js ('k') | netlog_viewer/netlog_viewer/quic_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/netlog_viewer/quic_view.html
diff --git a/netlog_viewer/netlog_viewer/quic_view.html b/netlog_viewer/netlog_viewer/quic_view.html
index 9a7ad94792263a22c03cff6458310ca4cef52a76..795550bff3a3e521e972eb0035a2fdcb0e3aef06 100644
--- a/netlog_viewer/netlog_viewer/quic_view.html
+++ b/netlog_viewer/netlog_viewer/quic_view.html
@@ -1,34 +1,111 @@
<dom-module id="quic-view">
<template>
<div id=quic-view-tab-content class=content-box>
- <h4>QUIC status</h4>
- <ul style='margin-top:0'>
- <li>QUIC Enabled: <span id=quic-view-quic-enabled></span></li>
- <li>Origins To Force QUIC On: <span id=quic-view-origins-to-force-quic-on></span></li>
- <li>Connection options: <span id=quic-view-connection-options></span></li>
- <li>Load Server Info Timeout Multiplier:
- <span id=quic-view-server-info-timeout-mult></span></li>
- <li>Enable Connection Racing: <span id=quic-view-enable-connection-racing></span></li>
- <li>Disable Disk Cache: <span id=quic-view-disable-disk-cache></span></li>
- <li>Prefer AES: <span id=quic-view-prefer-aes></span></li>
- <li>Maximum Number Of Lossy Connections:
- <span id=quic-view-max-num-lossy-connections></span></li>
- <li>Packet Loss Threshold: <span id=quic-view-packet-loss-threshold></span></li>
- <li>Delay TCP Race: <span id=quic-view-delay-tcp-race></span></li>
- <li>Store Server Configs In Properties File: <span id=quic-view-configs-in-file></span></li>
- <li>Idle Connection Timeout In Seconds:
- <span id=quic-view-connection-timeout-in-secs></span></li>
- <li>Disable PreConnect If 0RTT: <span id=quic-view-disable-preconnect-if-ortt></span></li>
- <li>Disable QUIC On Timeout With Open Streams:
- <span id=quic-view-disable-quic-on-timeout-with-open-streams></span></li>
- <li>Race Cert Verification: <span id=quic-view-race-cert-verification></span></li>
- <li id=quic-view-dynamically-disabled-bullet-point>
- <span id=quic-view-dynamically-disabled-span></span></li>
- </ul>
-
+ <!-- Only one of these two are shown -->
+ <div id=quic-view-quic-enabled-no-content><h4>QUIC is disabled</h4></div>
+ <div id=quic-view-quic-enabled-content>
+ <table class="styled-table">
+ <thead>
+ <tr>
+ <th>QUIC Option</th>
+ <th>Value</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Supported Versions</td>
+ <td><span id=quic-view-supported-versions></span></td>
+ </tr><tr>
+ <td>Connection options</td>
+ <td><span id=quic-view-connection-options></span></td>
+ </tr><tr>
+ <td>Max Packet Length</td>
+ <td><span id=quic-view-max-packet-length></span></td>
+ </tr><tr>
+ <td>Idle Connection Timeout In Seconds</td>
+ <td>
+ <span id=quic-view-idle-connection-timeout-seconds>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Reduced Ping Timeout In Seconds</td>
+ <td>
+ <span id=quic-view-reduced-ping-timeout-seconds>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Packet Reader Yield After Duration in Milliseconds</td>
+ <td>
+ <span id=quic-view-packet-reader-yield-after-duration-milliseconds>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Mark QUIC Broken When Network Blackholes</td>
+ <td>
+ <span id=quic-view-mark-quic-broken-when-network-blackholes>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Do Not Mark QUIC Broken on Network Changes</td>
+ <td>
+ <span id=quic-view-do-not-mark-as-broken-on-network-change>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Retry without Alt-Svc on QUIC Errors</td>
+ <td>
+ <span id=quic-view-retry-without-alt-svc-on-quic-errors>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Do Not Fragment</td>
+ <td><span id=quic-view-do-not-fragment></span></td>
+ </tr><tr>
+ <td>Allow Server Migrations</td>
+ <td><span id=quic-view-allow-server-migration></span></td>
+ </tr><tr>
+ <td>Migrate Sessions Early</td>
+ <td><span id=quic-view-migrate-sessions-early></span></td>
+ </tr><tr>
+ <td>Migrate Sessions on Network Change</td>
+ <td>
+ <span id=quic-view-migrate-sessions-on-network-change>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Close Sessions on IP Change</td>
+ <td><span id=quic-view-close-sessions-on-ip-change></span></td>
+ </tr><tr>
+ <td>Disable Bidirectional Streams</td>
+ <td><span id=quic-view-disable-bidirectional-streams></span></td>
+ </tr><tr>
+ <td>Race Cert Verification</td>
+ <td><span id=quic-view-race-cert-verification></span></td>
+ </tr><tr>
+ <td>Estimate Initial RTT</td>
+ <td><span id=quic-view-estimate-initial-rtt></span></td>
+ </tr><tr>
+ <td>Force Head of Line Blocking</td>
+ <td><span id=quic-view-force-hol-blocking></span></td>
+ </tr><tr>
+ <td>Max Server Configs Stored in Properties</td>
+ <td>
+ <span id=quic-view-max-server-configs-stored-in-properties>
+ </span>
+ </td>
+ </tr><tr>
+ <td>Origins To Force QUIC On</td>
+ <td><span id=quic-view-origins-to-force-quic-on></span></td>
+ </tr><tr>
+ <td>Server Push Cancellation</td>
+ <td><span id=quic-view-server-push-cancellation></span></td>
+ </tr>
+ </tbody>
+ </table>
+
<h4>QUIC sessions</h4>
<!-- Only one of these two are shown -->
- <div id=quic-view-session-info-no-content>None</div>
+ <div id=quic-view-session-info-no-content><h4>None</h4></div>
<div id=quic-view-session-info-content>
<a href="#events&q=type:QUIC_SESSION%20is:active">View live QUIC sessions</a>
<p>
@@ -36,10 +113,9 @@
<thead>
<tr>
<th>Host</th>
- <th>Secure</th>
<th>Version</th>
<th>Peer address</th>
- <th>Connection UID</th>
+ <th>Connection ID</th>
<th>Active stream count</th>
<th>Active streams</th>
<th>Total stream count</th>
@@ -54,6 +130,7 @@
</table>
</p>
</div>
+ </div>
</div>
</template>
<script>
« no previous file with comments | « netlog_viewer/netlog_viewer/proxy_view.js ('k') | netlog_viewer/netlog_viewer/quic_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698