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

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

Issue 9521006: Cleanup some classnames to match style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 9 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
1 <div id=http-pipeline-view-tab-content> 1 <div id=http-pipeline-view-tab-content class=content-box>
2 <h4>HTTP Pipelining Status</h4> 2 <h4>HTTP Pipelining Status</h4>
3 <ul> 3 <ul>
4 <li>HTTP Pipelining Enabled: <span id=http-pipeline-view-enabled-span>????</ span></li> 4 <li>HTTP Pipelining Enabled: <span id=http-pipeline-view-enabled-span>????</ span></li>
5 </ul> 5 </ul>
6 6
7 <h4>HTTP Pipelined Connections</h4> 7 <h4>HTTP Pipelined Connections</h4>
8 <!-- Only one of these two are shown --> 8 <!-- Only one of these two are shown -->
9 <span id=http-pipeline-view-connections-none-span>None</span> 9 <span id=http-pipeline-view-connections-none-span>None</span>
10 <span id=http-pipeline-view-connections-link-span style="display: none;"> 10 <span id=http-pipeline-view-connections-link-span style="display: none;">
11 <a href="#events&q=type:HTTP_PIPELINED_CONNECTION%20is:active">View live H TTP pipelined connections</a> 11 <a href="#events&q=type:HTTP_PIPELINED_CONNECTION%20is:active">View live H TTP pipelined connections</a>
12 </span> 12 </span>
13 <p> 13 <p>
14 <div id=http-pipeline-view-connections-div> 14 <div id=http-pipeline-view-connections-div>
15 </div> 15 </div>
16 </p> 16 </p>
17 17
18 <h4>Known Hosts</h4> 18 <h4>Known Hosts</h4>
19 <p> 19 <p>
20 <div id=http-pipeline-view-known-hosts-div> 20 <div id=http-pipeline-view-known-hosts-div>
21 </div> 21 </div>
22 </p> 22 </p>
23 </div> 23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698