Chromium Code Reviews| 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_alternative_services"></sp an></li> |
|
eroman
2015/08/18 01:05:15
does this break loading of older log files which u
Bence
2015/08/19 18:19:33
Oops, sorry about the oversight. Fixed.
| |
| 5 <li>Next Protocols: <span jscontent="next_protos"></span></li> | 5 <li>Next Protocols: <span jscontent="next_protos"></span></li> |
| 6 </ul> | 6 </ul> |
| 7 | 7 |
| 8 <h4>HTTP/2 sessions</h4> | 8 <h4>HTTP/2 sessions</h4> |
| 9 <div id=spdy-view-session-info> | 9 <div id=spdy-view-session-info> |
| 10 <!-- Only one of these two are shown --> | 10 <!-- Only one of these two are shown --> |
| 11 <div jsdisplay="spdySessionInfo.length == 0">None</div> | 11 <div jsdisplay="spdySessionInfo.length == 0">None</div> |
| 12 <div jsdisplay="spdySessionInfo.length != 0"> | 12 <div jsdisplay="spdySessionInfo.length != 0"> |
| 13 <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> |
| 14 <p> | 14 <p> |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 84 https://crrev.com/1043973002. "alternate_protocol" is here | 84 https://crrev.com/1043973002. "alternate_protocol" is here |
| 85 to support importing netlog json files from earlier browsers. | 85 to support importing netlog json files from earlier browsers. |
| 86 TODO(bnc): Deprecate around 2015 October. --> | 86 TODO(bnc): Deprecate around 2015 October. --> |
| 87 <td jscontent="$this.alternative_service || $this.alternate_protocol "></td> | 87 <td jscontent="$this.alternative_service || $this.alternate_protocol "></td> |
| 88 </tr> | 88 </tr> |
| 89 </tbody> | 89 </tbody> |
| 90 </table> | 90 </table> |
| 91 </div> | 91 </div> |
| 92 </div> | 92 </div> |
| 93 </div> | 93 </div> |
| OLD | NEW |