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

Side by Side Diff: chrome/browser/resources/net_internals/data_view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- Import/Export data --> 1 <!-- Import/Export data -->
2 <div id=dataTabContent> 2 <div id=dataTabContent>
3 3
4 <table width=100%> 4 <table width=100%>
5 <tr> 5 <tr>
6 <td valign=top> 6 <td valign=top>
7 <div id=dataViewDumpDataDiv> 7 <div id=dataViewDumpDataDiv>
8 <h2>Dump data</h2> 8 <h2>Dump data</h2>
9 <div style="margin: 8px"> 9 <div style="margin: 8px">
10 <p><input id=securityStrippingCheckbox type=checkbox checked=yes> 10 <p><input id=securityStrippingCheckbox type=checkbox checked=yes>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 </p> 70 </p>
71 </div> 71 </div>
72 </td> 72 </td>
73 73
74 </tr> 74 </tr>
75 </table> 75 </table>
76 76
77 <iframe style="display: none" id=dataViewDownloadIframe></iframe> 77 <iframe style="display: none" id=dataViewDownloadIframe></iframe>
78 78
79 </div> 79 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/data-view.html ('k') | chrome/browser/resources/net_internals/data_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698