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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 6465001: Display more information at chrome://net-internals/#spdy... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « chrome/browser/resources/net_internals/dataview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 74346)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -147,6 +147,15 @@
</p>
</div>
<div id=spdyTabContent>
+ <h4>SPDY Status</h4>
+ <ul>
+ <li>SPDY Enabled: <span id=spdyEnabledSpan>????</span></li>
+ <li>Use Alternate Protocol: <span id=spdyUseAlternateProtocolSpan>????</span></li>
+ <li>Force SPDY Always: <span id=spdyForceAlwaysSpan>????</span></li>
+ <li>Force SPDY Over SSL: <span id=spdyForceOverSslSpan>????</span></li>
+ <li>Next Protocols: <span id=spdyNextProtocolsSpan>????</span></li>
+ </ul>
+
<h4>SPDY sessions</h4>
<!-- Only one of these two are shown -->
<span id=spdySessionNoneSpan>None</span>
@@ -157,6 +166,11 @@
<div id=spdySessionDiv>
</div>
</p>
+
+ <h4>Alternate Protocol Mappings</h4>
+ <p />
+ <div id=spdyAlternateProtocolMappingsDiv>
+ </div>
</div>
<div id=httpCacheTabContent>
<h4>Entries</h4>
« no previous file with comments | « chrome/browser/resources/net_internals/dataview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698