summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-103-3/+3
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-092-20/+8
* SQLitePersistentCookieStore fix: Don't abuse SQL_FROM_HERE.marja@chromium.org2011-12-081-10/+11
* Abort in-flight load tasks if the DB has been closed.erikwright@chromium.org2011-12-071-3/+8
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-072-7/+0
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-073-8/+3
* Revert 113338 - Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-073-17/+160
* Revert 113315 (speculative revert for http://crbug.com/106657)thakis@chromium.org2011-12-073-160/+17
* Save pipelining capabilities for the most used hosts between sessions.simonjam@chromium.org2011-12-073-17/+160
* Removing myself from owners file. People are asking for owner reviews in thisrogerta@chromium.org2011-12-061-1/+0
* Add new histograms to track down cookie performance issues.erikwright@chromium.org2011-12-061-7/+56
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-062-13/+125
* ChromeOS: Use OAuth2 refresh token to download GAIA infosail@chromium.org2011-12-062-2/+1
* Remove stuff in TokenService that is not needed anymore (due to OAuth based a...munjal@chromium.org2011-12-053-75/+1
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-3/+4
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-053-23/+243
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-031-0/+6
* Shaving parallel authenticator yak to remove unnecessary dependency on this c...zelidrag@chromium.org2011-12-032-8/+15
* Remove IOThread::message_loop().joi@chromium.org2011-12-021-2/+2
* Make SDCH classes IO-thread-only. Remove TSan suppression.joi@chromium.org2011-12-022-2/+9
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-012-7/+7
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-014-0/+4
* Revive reverted path.munjal@chromium.org2011-11-303-49/+185
* Revert 111882 - Integrate OAuth2 login token generation into TokenService:jstritar@chromium.org2011-11-293-185/+49
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-2/+2
* Integrate OAuth2 login token generation into TokenService:munjal@chromium.org2011-11-293-49/+185
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-35/+20
* Revert 111850 - base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-20/+35
* base::Bind: Convert the following files.jhawkins@chromium.org2011-11-291-35/+20
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-251-2/+5
* Move ResourceResponse struct into the Content API, since it's used in Chrome....jam@chromium.org2011-11-242-9/+12
* base::Bind: Convert view_http_cache_job_factory.cc.jhawkins@chromium.org2011-11-231-29/+35
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-212-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-2111-58/+63
* base::Bind fixesgroby@chromium.org2011-11-178-24/+31
* chrome: Remove 11 exit time destructors and 4 static initializers.thakis@chromium.org2011-11-171-1/+1
* base::Bind fixesgroby@chromium.org2011-11-174-13/+17
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-163-17/+9
* Persist dynamically learned SPDY settings (like CWND).rtenneti@chromium.org2011-11-153-546/+600
* UserPolicyCache only becomes ready after policy has been fetched.joaodasilva@chromium.org2011-11-152-2/+2
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-152-6/+6
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-152-5/+0
* Add/change metrics for cookie store loading:erikwright@chromium.org2011-11-141-15/+135
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1