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

Side by Side Diff: chrome/browser/resources/net_internals/spdy-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 4 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=spdyTabContent>
2 <h4>SPDY Status</h4>
3 <ul>
4 <li>SPDY Enabled: <span id=spdyEnabledSpan>????</span></li>
5 <li>Use Alternate Protocol: <span id=spdyUseAlternateProtocolSpan>????</span ></li>
6 <li>Force SPDY Always: <span id=spdyForceAlwaysSpan>????</span></li>
7 <li>Force SPDY Over SSL: <span id=spdyForceOverSslSpan>????</span></li>
8 <li>Next Protocols: <span id=spdyNextProtocolsSpan>????</span></li>
9 </ul>
10
11 <h4>SPDY sessions</h4>
12 <!-- Only one of these two are shown -->
13 <span id=spdySessionNoneSpan>None</span>
14 <span id=spdySessionLinkSpan style="display: none;">
15 <a href='#events&q=type:SPDY_SESSION%20is:active'>View live SPDY sessions< /a>
16 </span>
17 <p>
18 <div id=spdySessionDiv>
19 </div>
20 </p>
21
22 <h4>Alternate Protocol Mappings</h4>
23 <p />
24 <div id=spdyAlternateProtocolMappingsDiv>
25 </div>
26 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/sourcetracker.js ('k') | chrome/browser/resources/net_internals/spdy_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698