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

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

Issue 10987030: Make about:net-internal's filters work a bit better. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to comments, retry upload (First corrupt?) Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Host resolver info --> 1 <!-- Host resolver info -->
2 <div id=dns-view-tab-content class=content-box> 2 <div id=dns-view-tab-content class=content-box>
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,HOST_RESOLVER_IMPL_JO B%20is:active'>View pending lookups</a></li>
6 <li>Default address family: <span id=dns-view-default-family></span> 6 <li>Default address family: <span id=dns-view-default-family></span>
7 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;"> 7 <span id=dns-view-ipv6-disabled class=warning-text style="display: none;">
8 (IPv6 disabled) 8 (IPv6 disabled)
9 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi de-when-not-capturing"> 9 <input type=button value="Enable IPv6" id=dns-view-enable-ipv6 class="hi de-when-not-capturing">
10 </span> 10 </span>
11 </li> 11 </li>
12 <li> 12 <li>
13 <span id=dns-view-ipv6-probe-complete style="display: none;">IPv6 probe co mplete</span> 13 <span id=dns-view-ipv6-probe-complete style="display: none;">IPv6 probe co mplete</span>
14 <span id=dns-view-ipv6-probe-running class=warning-text style="display: no ne;">IPv6 probe running</span> 14 <span id=dns-view-ipv6-probe-running class=warning-text style="display: no ne;">IPv6 probe running</span>
15 <input type=button value="Run IPv6 Probe" id=dns-view-run-ipv6-probe class ="hide-when-not-capturing"> 15 <input type=button value="Run IPv6 Probe" id=dns-view-run-ipv6-probe class ="hide-when-not-capturing">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <th>Hostname</th> 50 <th>Hostname</th>
51 <th>Family</th> 51 <th>Family</th>
52 <th>Addresses</th> 52 <th>Addresses</th>
53 <th>Expires</th> 53 <th>Expires</th>
54 </tr> 54 </tr>
55 </thead> 55 </thead>
56 <tbody id=dns-view-cache-tbody> 56 <tbody id=dns-view-cache-tbody>
57 </tbody> 57 </tbody>
58 </table> 58 </table>
59 </div> 59 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698