summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/passive_log_collector_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a DCHECK that could fire in PassiveLogCollector for a particular stream o...eroman@chromium.org2010-11-151-0/+54
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-22/+0
* Add the URLRequest's priority to the net-log.eroman@chromium.org2010-07-131-2/+3
* Change PassiveLogCollector to clear before adding the |max|th entry.eroman@chromium.org2010-06-171-7/+5
* Remove a DCHECK in PassiveLogCollector which was possible to trigger once the...eroman@chromium.org2010-06-151-5/+115
* Address a TODO about renaming RequestInfo --> SourceInfo.eroman@chromium.org2010-06-031-61/+61
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-829/+191
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-171-2/+2
* Reland 47342.willchan@chromium.org2010-05-161-1/+31
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-151-31/+1
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-151-1/+31
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-141-11/+12
* Delete code: Remove support from PassiveLogCollector for "unbounded passive l...eroman@chromium.org2010-05-141-67/+0
* Refactor: Remove the PassiveLogCollector::RequestInfo::url field.eroman@chromium.org2010-05-141-11/+11
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-1/+1
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-48/+53
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-20/+846
* Initialize the new net internals page using the passively collected log entries.eroman@chromium.org2010-04-121-6/+8
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-35/+16
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-0/+213