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

Side by Side Diff: chrome/browser/resources/net_internals/dns_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 <!-- Host resolver info --> 1 <!-- Host resolver info -->
2 <div id=dnsTabContent> 2 <div id=dnsTabContent>
3 <h4>Host resolver</h4> 3 <h4>Host resolver</h4>
4 <ul> 4 <ul>
5 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_ IMPL_JOB%20is:active'>View pending lookups</a></li> 5 <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_ IMPL_JOB%20is:active'>View pending lookups</a></li>
6 <li>Default address family: <span id=hostResolverDefaultFamily></span> 6 <li>Default address family: <span id=hostResolverDefaultFamily></span>
7 <span id=hostResolverIPv6Disabled class=warningText style="display: none;" > 7 <span id=hostResolverIPv6Disabled class=warningText style="display: none;" >
8 (IPv6 disabled) 8 (IPv6 disabled)
9 <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 /> 9 <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 />
10 </span> 10 </span>
(...skipping 18 matching lines...) Expand all
29 <th>Hostname</th> 29 <th>Hostname</th>
30 <th>Family</th> 30 <th>Family</th>
31 <th>Addresses</th> 31 <th>Addresses</th>
32 <th>Expires</th> 32 <th>Expires</th>
33 </tr> 33 </tr>
34 </thead> 34 </thead>
35 <tbody id=hostResolverCacheTbody> 35 <tbody id=hostResolverCacheTbody>
36 </tbody> 36 </tbody>
37 </table> 37 </table>
38 </div> 38 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/dns-view.html ('k') | chrome/browser/resources/net_internals/dns_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698