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

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

Issue 1053613005: Remove obsolete parameters from net-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id=spdy-view-tab-content class=content-box> 1 <div id=spdy-view-tab-content class=content-box>
2 <ul id=spdy-view-status style='margin-top:0'> 2 <ul id=spdy-view-status style='margin-top:0'>
3 <li>HTTP/2 Enabled: <span jscontent="spdy_enabled"></span></li> 3 <li>HTTP/2 Enabled: <span jscontent="spdy_enabled"></span></li>
4 <li>Use Alternative Service: <span jscontent="use_alternate_protocols"></spa n></li> 4 <li>Use Alternative Service: <span jscontent="use_alternate_protocols"></spa n></li>
5 <li>Force HTTP/2 Always: <span jscontent="force_spdy_always"></span></li>
6 <li>Force HTTP/2 Over SSL: <span jscontent="force_spdy_over_ssl"></span></li >
7 <li>Next Protocols: <span jscontent="next_protos"></span></li> 5 <li>Next Protocols: <span jscontent="next_protos"></span></li>
8 </ul> 6 </ul>
9 7
10 <h4>HTTP/2 sessions</h4> 8 <h4>HTTP/2 sessions</h4>
11 <div id=spdy-view-session-info> 9 <div id=spdy-view-session-info>
12 <!-- Only one of these two are shown --> 10 <!-- Only one of these two are shown -->
13 <div jsdisplay="spdySessionInfo.length == 0">None</div> 11 <div jsdisplay="spdySessionInfo.length == 0">None</div>
14 <div jsdisplay="spdySessionInfo.length != 0"> 12 <div jsdisplay="spdySessionInfo.length != 0">
15 <a href="#events&q=type:HTTP2_SESSION%20is:active">View live HTTP/2 sessio ns</a> 13 <a href="#events&q=type:HTTP2_SESSION%20is:active">View live HTTP/2 sessio ns</a>
16 <p> 14 <p>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 https://crrev.com/1043973002. "alternate_protocol" is here 84 https://crrev.com/1043973002. "alternate_protocol" is here
87 to support importing netlog json files from earlier browsers. 85 to support importing netlog json files from earlier browsers.
88 TODO(bnc): Deprecate around 2015 October. --> 86 TODO(bnc): Deprecate around 2015 October. -->
89 <td jscontent="$this.alternative_service || $this.alternate_protocol "></td> 87 <td jscontent="$this.alternative_service || $this.alternate_protocol "></td>
90 </tr> 88 </tr>
91 </tbody> 89 </tbody>
92 </table> 90 </table>
93 </div> 91 </div>
94 </div> 92 </div>
95 </div> 93 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698