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

Unified Diff: chrome/browser/resources/net_internals/timeline_view.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/net_internals/timeline_view.html
diff --git a/chrome/browser/resources/net_internals/timeline_view.html b/chrome/browser/resources/net_internals/timeline_view.html
index bacb6a45aef21e76262e77dd3655abcaae77a9e5..24058ed35b110a9ec6e6eabc2d083e7590f8522c 100644
--- a/chrome/browser/resources/net_internals/timeline_view.html
+++ b/chrome/browser/resources/net_internals/timeline_view.html
@@ -2,31 +2,31 @@
<div style="text-align: right">
<img id=timeline-view-selection-toggle
class=timeline-view-rotateleft
- src='chrome://resources/images/select.png' />
+ src='chrome://resources/images/select.png'>
</div>
<ul id=timeline-view-selection-ul>
- <li id=timeline-view-open-sockets><label><input type=checkbox checked />
+ <li id=timeline-view-open-sockets><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>Open sockets</span></label>
</input></li>
csilv 2012/08/18 20:32:26 kill this bogus </input> here and below
James Hawkins 2012/08/19 00:32:07 Done.
- <li id=timeline-view-in-use-sockets><label><input type=checkbox checked />
+ <li id=timeline-view-in-use-sockets><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>In use sockets</span></label>
</input></li>
- <li id=timeline-view-url-requests><label><input type=checkbox checked />
+ <li id=timeline-view-url-requests><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>URL requests</span></label>
</input></li>
- <li id=timeline-view-dns-requests><label><input type=checkbox checked />
+ <li id=timeline-view-dns-requests><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>DNS requests</span></label>
</input></li>
- <li id=timeline-view-bytes-received><label><input type=checkbox checked />
+ <li id=timeline-view-bytes-received><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>Bytes received</span></label>
</input></li>
- <li id=timeline-view-bytes-sent><label><input type=checkbox checked />
+ <li id=timeline-view-bytes-sent><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>Bytes sent</span></label>
</input></li>
- <li id=timeline-view-disk-cache-bytes-read><label><input type=checkbox checked />
+ <li id=timeline-view-disk-cache-bytes-read><label><input type=checkbox checked>
&#9608; <span class=timeline-view-text>Disk cache bytes read</span></label>
</input></li>
- <li id=timeline-view-disk-cache-bytes-written><label><input type=checkbox />
+ <li id=timeline-view-disk-cache-bytes-written><label><input type=checkbox>
&#9608; <span class=timeline-view-text>Disk cache bytes written</span></label>
</input></li>
</ul>

Powered by Google App Engine
This is Rietveld 408576698