summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-212-45/+10
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-212-10/+45
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-50/+12
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-12/+50
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-183-81/+88
* Pref service strings should be std::string.estade@chromium.org2010-06-181-3/+3
* Speculative workaround for a crash. Not sure how it could reach this state, b...eroman@chromium.org2010-06-171-1/+6
* Change PassiveLogCollector to clear before adding the |max|th entry.eroman@chromium.org2010-06-172-17/+19
* Add policy code for proxy configurationdanno@chromium.org2010-06-163-45/+55
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-155-14/+78
* Remove a DCHECK in PassiveLogCollector which was possible to trigger once the...eroman@chromium.org2010-06-153-19/+159
* Cleanup: Fix an innacurate test name.eroman@chromium.org2010-06-091-1/+1
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-4/+2
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Address a TODO about renaming RequestInfo --> SourceInfo.eroman@chromium.org2010-06-033-172/+171
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-035-1254/+500
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-021-1/+1
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-012-11/+11
* view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactoryrvargas@google.com2010-05-271-23/+69
* Show the extension name in the task manager for extension created worker proc...jam@chromium.org2010-05-202-2/+17
* Run WebSocket experiment if reporting is active.ukai@chromium.org2010-05-201-0/+9
* Create a dedicated cache thread and use it to create thervargas@google.com2010-05-181-6/+6
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-1812-432/+900
* Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.eroman@chromium.org2010-05-172-3/+3
* Reland 47342.willchan@chromium.org2010-05-163-5/+76
* Revert 47342 - Support SpdySession as a new NetLog source type. Start logging...willchan@chromium.org2010-05-153-76/+5
* Support SpdySession as a new NetLog source type. Start logging some more SPDY...willchan@chromium.org2010-05-153-5/+76
* Add the URLRequest's method and load flags to the NetLog.eroman@chromium.org2010-05-142-11/+15
* Delete code: Remove support from PassiveLogCollector for "unbounded passive l...eroman@chromium.org2010-05-143-116/+19
* Refactor: Remove the PassiveLogCollector::RequestInfo::url field.eroman@chromium.org2010-05-143-28/+39
* Minor refactor: rename "extra_parameters" --> "params".eroman@chromium.org2010-05-135-16/+16
* Store a reference to the profile's DatabaseTracker in the request context too.michaeln@chromium.org2010-05-122-0/+15
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-122-8/+16
* Make ChromeNetLog::HaListener() work under the new about:net-internals implem...eroman@chromium.org2010-05-111-2/+2
* Replace about:net-internals with the javascript-based frontend.eroman@chromium.org2010-05-103-879/+66
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-0715-1688/+6
* Changed URLFetcher unittests to use MessageLoopProxyImpl instead of ChromeThr...sanjeevr@chromium.org2010-05-061-25/+39
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-066-8/+11
* Fix a unit-test that was crashing on valgrind bot.eroman@chromium.org2010-05-051-4/+15
* Add a tool for testing your network setup.eroman@chromium.org2010-05-043-0/+716
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...sanjeevr@chromium.org2010-05-036-33/+88
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-3/+3
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-272-50/+56
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-232-6/+8
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-236-89/+1149
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-222-8/+6
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-152-0/+4
* Try to fix CrOS build.brettw@chromium.org2010-04-141-2/+0
* Remove registration of the extension protocol late in the init process. Thisbrettw@chromium.org2010-04-141-5/+4