summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/net_internals_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-2/+1
* net-internals: use the async interface for displaying cache statistics.rvargas@google.com2010-05-271-1/+1
* Address a TODO about not duplicating the name --> value mapping for NetLog::S...eroman@chromium.org2010-05-221-9/+4
* Fixed a TODO in data export of net-internals, added Chrome version and comman...maruel@chromium.org2010-05-211-0/+40
* Annotate load flags and net errors with their symbolic name.eroman@chromium.org2010-05-181-0/+26
* Removed the "Reload" button from the HTTP cache tab of the net-internals page.eroman@chromium.org2010-05-181-11/+1
* Reland 47342.willchan@chromium.org2010-05-161-0/+1
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-151-1/+0
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-151-0/+1
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-7/+7
* Fix-up the URL provided to the connection test runner, so users can enter par...eroman@chromium.org2010-05-111-2/+8
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-101-3/+22
* Add the http cache info to chrome://net2.eroman@chromium.org2010-05-101-0/+52
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Add a tool for testing your network setup.eroman@chromium.org2010-05-041-5/+92
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-1/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-0/+1
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-0/+4
* Initialize the new net internals page using the passively collected log entries.eroman@chromium.org2010-04-121-34/+71
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-46/+19
* Add the host resolver cache to the new net internals page.eroman@chromium.org2010-04-081-0/+94
* Add the proxy information to the new net internals page.eroman@chromium.org2010-04-051-16/+143
* Add an initial implementation of net-internals inspector in javascript.eroman@chromium.org2010-03-231-52/+171
* Add a DOMUI datasource that will handle the net-internals page.eroman@chromium.org2010-03-171-0/+347