summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/net_internals_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+3
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-2/+3
* Clean up net_internals_resources.grd:pkasting@chromium.org2010-07-121-44/+14
* Load net-internals resources from resources.pak.tony@chromium.org2010-06-221-35/+43
* Speculatively revert 50374 (miniinstaller breakage) - Load netinternals resou...willchan@chromium.org2010-06-211-43/+35
* Load net-internals resources from resources.pak.erg@chromium.org2010-06-211-35/+43
* Revert 50257 - Reland r50057. This is exactly the same except with two lines ...erg@chromium.org2010-06-181-43/+35
* Reland r50057. This is exactly the same except with two lines cherrypicked fromerg@chromium.org2010-06-181-35/+43
* Revert 50057 - Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-171-43/+35
* Load net-internals from the newly created resources.pak file.erg@chromium.org2010-06-171-35/+43
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-1/+1
* 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