summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/load_timing_observer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-163/+157
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObservermmenke@chromium.org2012-02-291-2/+2
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-1/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-2/+2
* Fixed WebTiming after introducing HTTP_STREAM_JOB in NetLogvsevik@chromium.org2011-03-181-16/+84
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* net: Add namespace net to URLRequestStartEventParameters.tfarina@chromium.org2010-12-171-2/+2
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-0/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-11/+22
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Fix bug which caused DNS time not to be reported by LoadTimingObserver.tonyg@chromium.org2010-07-281-0/+1
* DevTools: more leak fixes in LoadTimingObserverTest.pfeldman@chromium.org2010-07-261-2/+6
* DevTools: Fix leak in LoadTimingObserverTest.pfeldman@chromium.org2010-07-261-5/+7
* LoadTimingObserver: only send timing struct over IPC if necessary. + Added un...pfeldman@chromium.org2010-07-211-0/+315