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

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

Issue 8890016: Make source_dependencies in about:net-internals clickable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix missed variable name change Created 9 years 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 <!-- Proxy info --> 1 <!-- Proxy info -->
2 2
3 <style> 3 <style>
4 4
5 #proxy-view-tab-content td, 5 #proxy-view-tab-content td,
6 #proxy-view-tab-content th { 6 #proxy-view-tab-content th {
7 font-size: 12px; 7 font-size: 12px;
8 } 8 }
9 9
10 </style> 10 </style>
(...skipping 21 matching lines...) Expand all
32 32
33 </tr></table> 33 </tr></table>
34 34
35 <h4>Proxy auto-config initialization</h4> 35 <h4>Proxy auto-config initialization</h4>
36 <ul> 36 <ul>
37 <li> 37 <li>
38 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a> 38 <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a>
39 </li> 39 </li>
40 <li> 40 <li>
41 Latest proxy resolver event: 41 Latest proxy resolver event:
42 <pre id=proxy-view-resolver-log></pre> 42 <div id=proxy-view-resolver-log class=event-log></div>
43 </li> 43 </li>
44 </ul> 44 </ul>
45 45
46 <h4> 46 <h4>
47 Proxies which have failed recently, and are marked as bad 47 Proxies which have failed recently, and are marked as bad
48 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hideOnLoadLog" /> 48 <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hideOnLoadLog" />
49 </h4> 49 </h4>
50 <table class="styledTable"> 50 <table class="styledTable">
51 <thead> 51 <thead>
52 <tr> 52 <tr>
53 <th>Bad proxy server</th> 53 <th>Bad proxy server</th>
54 <th>Time for next retry</th> 54 <th>Time for next retry</th>
55 </tr> 55 </tr>
56 </thead> 56 </thead>
57 <tbody id=proxy-view-bad-proxies-tbody></tbody> 57 <tbody id=proxy-view-bad-proxies-tbody></tbody>
58 </table> 58 </table>
59 </div> 59 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/main.css ('k') | chrome/browser/resources/net_internals/proxy_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698