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

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

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. 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
« no previous file with comments | « chrome/browser/resources/media_internals.html ('k') | chrome/browser/resources/net_internals/dns_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/capture_view.html
diff --git a/chrome/browser/resources/net_internals/capture_view.html b/chrome/browser/resources/net_internals/capture_view.html
index a4b5f23769668c6e00d9b80738b7ed894c67525b..b9db3279f1d67b920400ec5eaf04c31a101544b7 100644
--- a/chrome/browser/resources/net_internals/capture_view.html
+++ b/chrome/browser/resources/net_internals/capture_view.html
@@ -1,15 +1,13 @@
<div id=capture-view-tab-content class=content-box>
<h2>Capture options</h2>
- <input id=capture-view-limit-checkbox type=checkbox />
+ <input id=capture-view-limit-checkbox type=checkbox>
<label for='capture-view-limit-checkbox'>
Discard old data under memory pressure.
<i>(If you capture all events for a long time, it is possible to exhaust memory and crash. Throwing out older data avoids this problem.)</i>
</label>
- <p />
eroman 2012/09/24 18:23:59 FYI, removing this caused a presentation differenc
James Hawkins 2012/09/25 16:23:05 Paragraphs and breaks should not be used for spaci
-
- <input id=capture-view-byte-logging-checkbox type=checkbox />
+ <input id=capture-view-byte-logging-checkbox type=checkbox>
<label for='capture-view-byte-logging-checkbox'>
Include the actual bytes sent/received.
<i>(This will result in huge log files, and can expose sensitive data)</i>
« no previous file with comments | « chrome/browser/resources/media_internals.html ('k') | chrome/browser/resources/net_internals/dns_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698