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

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

Issue 7155031: Save net-internals log dumps directly to disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to kinuko's comments 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
« no previous file with comments | « chrome/browser/resources/net_internals/dataview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 89253)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -274,7 +274,7 @@
Help: How to get data for bug reports?
</a>
</p>
- <button id=exportToText class=bigButton>Dump to text</button>
+ <button id=exportToFile class=bigButton>Dump to file</button>
</div>
</div>
<div id=dataViewLoadDataDiv>
@@ -319,8 +319,9 @@
</tr>
</table>
+
+ <iframe style="display: none" id=dataViewDownloadIframe></iframe>
- <pre id=exportedDataText></pre>
</div>
<!-- START OF HELP TEXT -->
@@ -339,12 +340,13 @@
<ol>
<li>Reproduce the network problem.</li>
-<li>Click the <i>Dump to text</i> button in the <i>Data</i> tab.</li>
+<li>Click the <i>Dump to file</i> button in the <i>Data</i> tab.</li>
-<li>Copy-paste the resulting selected text to a file.</li>
+<li>The log file will act like a normal download.</li>
-<li>Email the text file to the bug investigator,
- <b>along with an explanation of what went wrong.</b>
+<li>Email the log file to the bug investigator,
+ <b>along with an explanation of what went wrong, including any relevant
+ URLs.</b>
</li>
</ol>
« no previous file with comments | « chrome/browser/resources/net_internals/dataview.js ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698