summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-284-13/+13
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-281-2/+2
* Eliminate more TimeDelta static initializerstbreisacher@chromium.org2012-01-272-8/+11
* Add origin bound certs to BrowsingDataRemover and extensions clear API.mattm@chromium.org2012-01-252-24/+155
* Moved webRequest api out of chrome/browser/extensionbattre@chromium.org2012-01-251-1/+1
* Revert "Update Gaia URL."xiyuan@chromium.org2012-01-244-95/+5
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-1/+1
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-0/+7
* "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."atwilson@chromium.org2012-01-224-1362/+0
* Update Gaia URL.xiyuan@chromium.org2012-01-214-5/+95
* Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...atwilson@chromium.org2012-01-214-0/+1362
* Re-commit r117965 and 117130 with a prospective fix for perf regression.atwilson@chromium.org2012-01-214-1362/+0
* Revert SigninManager changes to see if they were the cause of the perf regres...atwilson@chromium.org2012-01-194-0/+1362
* cros proxy: implement proxy settings in onc and unittestskuan@chromium.org2012-01-181-5/+6
* Updating Preconnect to no longer get the default context. Instead it now gets...rlp@chromium.org2012-01-144-29/+54
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-132-5/+6
* Don't pump the message loop in DeleteWhileInProgress at all.rnk@chromium.org2012-01-111-2/+4
* Ignore the following http server properties in prefs filertenneti@chromium.org2012-01-113-15/+24
* Move about:net-internals webui files into a subdirectory andmmenke@chromium.org2012-01-111-2/+2
* Moved SigninManager out of browser/sync, and start changing the code so signinatwilson@chromium.org2012-01-114-1362/+0
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-068-7/+3
* Fix for collecting network connectivity stats. Enabled the disabledrtenneti@chromium.org2012-01-061-5/+10
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-061-2/+1
* Followup to address post-commit comments on 9041015agl@chromium.org2012-01-061-3/+3
* Allow Chrome to process CRL set delta updates.agl@chromium.org2012-01-052-23/+64
* Fix Sleep() calls to use TimeDelta in portions of chrome/browser.tedvessenes@gmail.com2012-01-042-8/+9
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+3
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Move AppendParam() to browser_url_util.h to make it reusable.satorux@chromium.org2011-12-303-1/+61
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-3/+3
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-3/+3
* base::Bind fixes - killing OldCompletionCallbackgroby@chromium.org2011-12-233-19/+22
* [sql] WARN_UNUSED_RESULT on Execute().shess@chromium.org2011-12-231-10/+12
* base::Bind() cleanup in chrome/browser/netdcheng@chromium.org2011-12-222-9/+8
* Try#2: Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-222-49/+246
* Allow clearing tokens with cmd-line flags from release builds.atwilson@chromium.org2011-12-221-2/+0
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-2/+1
* Revert 115219 - Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-212-250/+43
* Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-202-43/+250
* Add HTTP pipelining to net-internals:simonjam@chromium.org2011-12-202-1/+46
* Add myself to OWNERS. Only for the purposes of sqlite_persistent_cookie_store* .erikwright@chromium.org2011-12-201-0/+1
* Don't preload the Cookie DB. Sacrifice total load time to get the first resul...erikwright@chromium.org2011-12-201-2/+0
* Added the server names for TCP/UDP echo servers tortenneti@chromium.org2011-12-201-3/+2
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-203-11/+15
* Fix race condition in ChromeProxyConfigServicebattre@chromium.org2011-12-185-6/+24
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-161-0/+1
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-154-206/+0
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-154-0/+206
* net: remove DNS certificate checking code.agl@chromium.org2011-12-154-206/+0
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-132-14/+15