summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a method to TokenService to fetch tokens for newly added services in newmunjal@chromium.org2011-11-113-8/+84
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-102-6/+7
* Random base::Bind migrations (low hanging fruit).csilv@chromium.org2011-11-091-4/+5
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-5/+2
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-2/+5
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-5/+2
* Finish up the app notification setup code:munjal@chromium.org2011-11-042-1/+3
* redesign and reimplement proxy config service and tracker, revise proxy ui on...kuan@chromium.org2011-11-049-468/+593
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-041-44/+5
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-6/+8
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-022-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0228-1/+48
* Add back prefs::kSSL3Enabled and prefs::kTLS1Enabled, but controlrsleevi@chromium.org2011-11-012-36/+145
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-8/+5
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2827-54/+55
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-281-4/+6
* Mark CacheHitAfterRedirect as flaky.eroman@chromium.org2011-10-281-1/+2
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-283-10/+6
* Fix bug where Navigation Timing reports negative load time when redirecting tosimonjam@chromium.org2011-10-272-2/+43
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-5/+8