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

Side by Side Diff: chrome/browser/resources/net_internals/quic_view.html

Issue 11696010: Integrate QUIC info into net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id=quic-view-tab-content class=content-box>
2 <h4>QUIC Status</h4>
3 <ul>
4 <li>QUIC Enabled: <span id=quic-view-enabled-span>????</span></li>
5 <li>Origin Port To Force QUIC On: <span id=quic-view-force-port-span>????</s pan></li>
6 </ul>
7
8 <h4>QUIC sessions</h4>
9 <!-- Only one of these two are shown -->
10 <span id=quic-view-session-none-span>None</span>
11 <span id=quic-view-session-link-span style="display: none;">
12 <a href="#events&q=type:QUIC_SESSION%20is:active">View live QUIC sessions< /a>
13 </span>
14 <p>
15 <div id=quic-view-session-div>
16 </div>
17 </p>
18
19 <h4>Alternate Protocol Mappings</h4>
20 <p>
21 <div id=quic-view-alternate-protocol-mappings-div>
22 </div>
23 </p>
24 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/main.js ('k') | chrome/browser/resources/net_internals/quic_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698