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

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

Issue 6995086: Update about:net-internals to use Javascript for loading logs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 88328)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -265,7 +265,7 @@
<div id=dataViewLoadDataDiv>
<h2>Load data</h2>
<div style="margin: 8px">
- <p><input type=button value="Load log from file" id=dataViewLoadLogFile /></p>
+ <p><input type=file value="Load log from file" id=dataViewLoadLogFile /></p>
<p>Only works with log files created with "--log-net-log=file_name".
"--net-log-level=#" will set the default log level used.
</p>

Powered by Google App Engine
This is Rietveld 408576698