summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-142-0/+11
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-9/+31
* Add the TokenService to the chrome profile, and use it to pass the LSID from ...chron@chromium.org2010-07-142-0/+49
* Add the URLRequest's priority to the net-log.eroman@chromium.org2010-07-131-2/+3
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-2/+3
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-1/+2
* Change the default number of proxy resolver threads used for evaluating PAC s...eroman@chromium.org2010-07-102-1/+18
* Avoid preconnect (and pre-resolution) when proxy MIGHT be presentjar@chromium.org2010-07-094-2/+54
* Log whenever the network IP address changes.eroman@chromium.org2010-07-072-16/+72
* Remove abonded privacy blacklist implementation.jochen@chromium.org2010-07-022-65/+0
* Add a "session only" policy to the content settings.jochen@chromium.org2010-07-021-0/+2
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-12/+50
* Fix the construction of the pool names for preconnect.mbelshe@chromium.org2010-06-291-1/+7
* Change a bunch of string types.estade@chromium.org2010-06-291-12/+10
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-2710-22/+22
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-253-35/+22
* Don't DCHECK for resolving empty hostnames since PAC scripts can fire off suc...eroman@chromium.org2010-06-251-1/+6
* Change classes and functions for DNS Prefetching to Predictor*jar@chromium.org2010-06-2510-357/+370
* Do speculative preconnection based on network traffic (not just DNS)jar@chromium.org2010-06-2314-360/+511
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-221-1/+3
* 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