OLD | NEW |
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 Loading... |
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> |
OLD | NEW |