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

Side by Side 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: Fix variable names in response to comment 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <head i18n-values="dir:textdirection;"> 2 <head i18n-values="dir:textdirection;">
3 <!-- 3 <!--
4 Copyright (c) 2011 The Chromium Authors. All rights reserved. 4 Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <link rel="stylesheet" href="main.css"> 9 <link rel="stylesheet" href="main.css">
10 <link rel="stylesheet" href="tabswitcherview.css"> 10 <link rel="stylesheet" href="tabswitcherview.css">
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <a href="javascript:displayHelpForBugDump()"> 258 <a href="javascript:displayHelpForBugDump()">
259 Help: How to get data for bug reports? 259 Help: How to get data for bug reports?
260 </a> 260 </a>
261 </p> 261 </p>
262 <button id=exportToText class=bigButton>Dump to text</button> 262 <button id=exportToText class=bigButton>Dump to text</button>
263 </div> 263 </div>
264 </div> 264 </div>
265 <div id=dataViewLoadDataDiv> 265 <div id=dataViewLoadDataDiv>
266 <h2>Load data</h2> 266 <h2>Load data</h2>
267 <div style="margin: 8px"> 267 <div style="margin: 8px">
268 <p><input type=button value="Load log from file" id=dataViewLoadLogFil e /></p> 268 <p><input type=file value="Load log from file" id=dataViewLoadLogFile /></p>
269 <p>Only works with log files created with "--log-net-log=file_name". 269 <p>Only works with log files created with "--log-net-log=file_name".
270 "--net-log-level=#" will set the default log level used. 270 "--net-log-level=#" will set the default log level used.
271 </p> 271 </p>
272 <p>Once a log is loaded, this page will stop collecting data, and will 272 <p>Once a log is loaded, this page will stop collecting data, and will
273 only start gathering data again when the page is 273 only start gathering data again when the page is
274 <a href="javascript:history.go(0);">reloaded</a>.<BR> 274 <a href="javascript:history.go(0);">reloaded</a>.<BR>
275 </p> 275 </p>
276 </div> 276 </div>
277 </div> 277 </div>
278 </td> 278 </td>
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 <th width=8%></th> 490 <th width=8%></th>
491 <th width=82%>Log</th> 491 <th width=82%>Log</th>
492 </tr> 492 </tr>
493 </thead> 493 </thead>
494 <tbody id=logTable> 494 <tbody id=logTable>
495 </tbody> 495 </tbody>
496 </table> 496 </table>
497 </div> 497 </div>
498 </body> 498 </body>
499 </html> 499 </html>
OLDNEW
« 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