summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/index.html
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 20:09:23 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 20:09:23 +0000
commit4153bb442087faf931a6ab3db56c2c93e4fefa53 (patch)
treeb5ace9c6f3509ee72c25441e74671fae32805a11 /chrome/browser/resources/net_internals/index.html
parent8e553f499860ac0b3bdea8326b7bc95a7650e250 (diff)
downloadchromium_src-4153bb442087faf931a6ab3db56c2c93e4fefa53.zip
chromium_src-4153bb442087faf931a6ab3db56c2c93e4fefa53.tar.gz
chromium_src-4153bb442087faf931a6ab3db56c2c93e4fefa53.tar.bz2
Displays the most recent INIT_PROXY_RESOLVER source's log entries
on the #proxy net-internals tab. Also adds a link to the #proxy tab to show all INIT_PROXY_RESOLVER events on the #events tab. BUG=56430 TEST=manual Review URL: http://codereview.chromium.org/3990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.html')
-rw-r--r--chrome/browser/resources/net_internals/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html
index d146242..1a95210 100644
--- a/chrome/browser/resources/net_internals/index.html
+++ b/chrome/browser/resources/net_internals/index.html
@@ -69,6 +69,17 @@ found in the LICENSE file.
</tr></table>
+ <h4>Proxy auto-config initialization</h4>
+ <ul>
+ <li>
+ <a href='#events&q=type:INIT_PROXY_RESOLVER'>View all events</a>
+ </li>
+ <li>
+ Latest proxy resolver event:
+ <pre id=proxyResolverLog></pre>
+ </li>
+ </ul>
+
<h4>
Proxies which have failed recently, and are marked as bad
<input type=button value="Clear bad proxies" id=clearBadProxies />