summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-262-9/+9
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-254-26/+28
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-252-7/+9
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-245-32/+59
* [cros] OOBE: add histograms for Profile image fetching.ivankr@chromium.org2011-10-241-1/+1
* Move kFraudulentCertificateUploadEndpoint to its proper home in the .cc.palmer@chromium.org2011-10-212-6/+6
* Allow CookieStorage implementations other than CookieMonster.droger@google.com2011-10-201-2/+9
* Apply some improvements suggested by wtc.palmer@chromium.org2011-10-201-2/+4
* Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec...thakis@chromium.org2011-10-204-49/+25
* Updating Preconnect to no longer get the default context. Instead it now gets...rlp@chromium.org2011-10-204-25/+49
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-194-8/+9
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-192-0/+45
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-1916-105/+108
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-182-0/+48
* net: rework the NPN patch.agl@chromium.org2011-10-181-2/+2
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-174-69/+442
* Recommit fraudulent certificate reporting infrastructure.palmer@chromium.org2011-10-154-0/+464
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-154-442/+69
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-154-69/+442
* Revert 105624 - Revert 105614.palmer@chromium.org2011-10-154-464/+0
* Revert 105614.palmer@chromium.org2011-10-154-0/+464
* Revert 105595 - Initial infrastructure for the fraudulent certificate chain r...apatrick@chromium.org2011-10-144-464/+0
* Initial infrastructure for the fraudulent certificate chain reportingpalmer@chromium.org2011-10-144-0/+464
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-3/+3
* Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), sodpranke@chromium.org2011-10-121-2/+2
* Persist Alternate-Protocol.willchan@chromium.org2011-10-123-133/+556
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-1/+1
* webRequest.onAuthRequired listeners can provide authentication credentials.cbentzel@chromium.org2011-10-111-3/+3
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-105-14/+85
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-093-0/+650
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-052-0/+16
* Extend GaiaOAuthFetcher with support for revoking tokens.mnissler@chromium.org2011-10-044-8/+103
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-032-4/+11
* Update parameters to OnURLFetchComplete() in sdch dictionary fetcher.skerner@chromium.org2011-10-032-16/+7
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-017-18/+18
* Use new callbacks for SSL pref manager.mattm@chromium.org2011-09-301-2/+3
* Add CRL set updater.agl@chromium.org2011-09-302-0/+239
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-292-11/+4
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-292-4/+11
* Remove predictor_api.{h,cc}, which are empty.satorux@chromium.org2011-09-272-0/+0
* [cros] Downloading Profile image snapshot from Picasa album for logged-in user.avayvod@chromium.org2011-09-272-2/+3
* Moved static Gaia OAuth URLs to GaiaUrls.joaodasilva@chromium.org2011-09-203-96/+37