summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/chrome_net_log.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-4/+1
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-5/+6
* Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObservermmenke@chromium.org2012-02-291-74/+10
* Remove PassiveLogCollector, and its supporting infrastructure.eroman@chromium.org2012-02-151-56/+4
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-271-46/+68
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-261-68/+46
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-261-46/+68
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Add a command line option to set the minimum loggingmmenke@chromium.org2011-05-031-2/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-18/+91
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-1/+3
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-2/+19
* Redirects NetLog output to the log file, when the command linemmenke@chromium.org2010-08-131-0/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-161-0/+6
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-131-2/+2
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-2/+2
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-2/+10
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-0/+54