summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Enable AsyncDns by default on CrOS, Linux and MacOS.szym@chromium.org2013-01-261-3/+12
* SSLClientSocket::IsConnected should care for internal bufferstoyoshim@chromium.org2013-01-251-0/+94
* Make ServerBoundCertStore interface async, move SQLiteServerBoundCertStore lo...mattm@chromium.org2013-01-253-28/+75
* chrome/browser/net: Remove unused quoted_printable* files.tfarina@chromium.org2013-01-233-372/+0
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-234-22/+25
* Renames some DomainState functions for increased clarity. unsafe@trevp.net2013-01-221-6/+6
* Remove dead code around ChromeProxyConfigService creation.pauljensen@chromium.org2013-01-185-16/+11
* Move is_incognito bit from ChromeURLRequestContext topauljensen@chromium.org2013-01-162-11/+0
* Send ChromeViewMsg_NetErrorInfo on DNS probe resultsttuttle@chromium.org2013-01-151-1/+3
* Remove unused chrome_url_data_manager_backend pointer frompauljensen@chromium.org2013-01-122-22/+0
* Move DnsProbeService::Result to chrome/commonttuttle@chromium.org2013-01-096-44/+51
* This is the first in an intended sequence of CLs to refactorunsafe@trevp.net2013-01-081-11/+3
* Fix iOS build for XCode 4.6.justincohen@google.com2013-01-082-3/+7
* Convert ProtocolHandlerRegistry::Interceptor to a net::URLRequestJobFactory.pauljensen@chromium.org2013-01-082-10/+12
* When starting a provisional load, indicate whether the provisional URL is abo...jochen@chromium.org2013-01-072-0/+2
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-072-2/+2
* Remove unnecessary backend_ tests in SQLiteServerBoundCertStore and SQLitePer...mattm@chromium.org2013-01-052-34/+15
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-8/+5
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-9/+2
* Remove vestigial ScopedAllowIO from SQLitePersistentCookieStore.mattm@chromium.org2013-01-021-4/+1
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-8/+12
* This refactor aims to avoid use of CR_DEFINE_STATIC_LOCAL and functions retur...pauljensen@chromium.org2013-01-023-80/+4
* Add some field trials to the DNS probing codettuttle@chromium.org2013-01-024-7/+66
* Add histograms for SQLiteServerBoundCertStore loading.mattm@chromium.org2012-12-281-0/+13
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-2213-32/+52
* DnsProbeService: Log more histograms on BAD_CONFIGttuttle@chromium.org2012-12-222-1/+37
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-206-169/+30
* Revert "Add experiment for repeating GET requests for MS office doc"tbarzic@chromium.org2012-12-153-809/+0
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-151-7/+8
* Automatically retry the following URLFetchers when the network changes:joaodasilva@chromium.org2012-12-141-0/+5
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Remove TabContents from TabStripModel.avi@chromium.org2012-12-131-7/+5
* Changes to compile connection_tester on iOS and addingrtenneti@chromium.org2012-12-133-4/+20
* DnsProbeService: Clear search suffix list after getting system configttuttle@chromium.org2012-12-131-0/+2
* DnsProbeJob: Differentiate network and DNS errorsttuttle@chromium.org2012-12-132-5/+22
* Move PrefMember to base/prefs/public now that it has no bad dependencies.joi@chromium.org2012-12-126-6/+6
* DnsProbeService: Histogram elapsed by resultttuttle@chromium.org2012-12-101-0/+22
* about:net-internals#bandwidth Prevent overflow whenmmenke@chromium.org2012-12-071-4/+11
* Add DISALLOW_COPY_AND_ASSIGN to proxy_browsertest.cctoyoshim@chromium.org2012-12-051-0/+6
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-043-7/+6
* DnsProbeService: Calculate result before histogramming it :Pttuttle@chromium.org2012-11-302-13/+20
* Fix unallowed I/O in URLRequestMockLinkDoctorJobphajdan.jr@chromium.org2012-11-293-9/+14
* Show a blocking page/interstitial when blocking requests in managed mode.bauerb@chromium.org2012-11-293-82/+84
* DnsProbeService: Add Online/Offline histograms.ttuttle@chromium.org2012-11-291-0/+12
* DnsProbeJob: Start asynchronouslyttuttle@chromium.org2012-11-283-53/+87
* POSTs to HSTS domains are no longer converted to GETs mmenke@chromium.org2012-11-281-2/+3
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-2/+5
* DnsProbeService: Expire results on IP changettuttle@chromium.org2012-11-282-2/+12
* Fix crash in dns_probe_service.cc on Android.pliard@chromium.org2012-11-281-1/+2