| Commit message (Expand) | Author | Age | Files | Lines |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 27 | -54/+55 |
* | Adding CookieSettings for storing cookie content settings. | marja@chromium.org | 2011-10-28 | 1 | -4/+6 |
* | Mark CacheHitAfterRedirect as flaky. | eroman@chromium.org | 2011-10-28 | 1 | -1/+2 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 3 | -10/+6 |
* | Fix bug where Navigation Timing reports negative load time when redirecting to | simonjam@chromium.org | 2011-10-27 | 2 | -2/+43 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -5/+8 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 2 | -9/+9 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 4 | -26/+28 |
* | net: enable CRL sets behind a command line flag. | agl@chromium.org | 2011-10-25 | 2 | -7/+9 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 5 | -32/+59 |
* | [cros] OOBE: add histograms for Profile image fetching. | ivankr@chromium.org | 2011-10-24 | 1 | -1/+1 |
* | Move kFraudulentCertificateUploadEndpoint to its proper home in the .cc. | palmer@chromium.org | 2011-10-21 | 2 | -6/+6 |
* | Allow CookieStorage implementations other than CookieMonster. | droger@google.com | 2011-10-20 | 1 | -2/+9 |
* | Apply some improvements suggested by wtc. | palmer@chromium.org | 2011-10-20 | 1 | -2/+4 |
* | Revert 106437 (seems to break _all_ the sync unit tests) - Updating Preconnec... | thakis@chromium.org | 2011-10-20 | 4 | -49/+25 |
* | Updating Preconnect to no longer get the default context. Instead it now gets... | rlp@chromium.org | 2011-10-20 | 4 | -25/+49 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 4 | -8/+9 |
* | Add NetLog and histograms for CertVerifier | willchan@chromium.org | 2011-10-19 | 2 | -0/+45 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 16 | -105/+108 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Add NetLog support to UDP sockets. | mmenke@chromium.org | 2011-10-18 | 2 | -0/+48 |
* | net: rework the NPN patch. | agl@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | The change list splits loading of cookies from DB by the domain key(eTLD+1). | guohui@google.com | 2011-10-17 | 4 | -69/+442 |
* | Recommit fraudulent certificate reporting infrastructure. | palmer@chromium.org | 2011-10-15 | 4 | -0/+464 |
* | Revert 105639 - The change list splits loading of cookies from DB by the doma... | guohui@chromium.org | 2011-10-15 | 4 | -442/+69 |
* | The change list splits loading of cookies from DB by the domain key(eTLD+1). | guohui@google.com | 2011-10-15 | 4 | -69/+442 |
* | Revert 105624 - Revert 105614. | palmer@chromium.org | 2011-10-15 | 4 | -464/+0 |
* | Revert 105614. | palmer@chromium.org | 2011-10-15 | 4 | -0/+464 |
* | Revert 105595 - Initial infrastructure for the fraudulent certificate chain r... | apatrick@chromium.org | 2011-10-14 | 4 | -464/+0 |
* | Initial infrastructure for the fraudulent certificate chain reporting | palmer@chromium.org | 2011-10-14 | 4 | -0/+464 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), so | dpranke@chromium.org | 2011-10-12 | 1 | -2/+2 |
* | Persist Alternate-Protocol. | willchan@chromium.org | 2011-10-12 | 3 | -133/+556 |
* | Modify WaitableEvent::Wait() to return void | steveblock@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | webRequest.onAuthRequired listeners can provide authentication credentials. | cbentzel@chromium.org | 2011-10-11 | 1 | -3/+3 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 5 | -14/+85 |
* | Introduce net::HttpServerPropertiesManager to manage server-specific properties. | rtenneti@chromium.org | 2011-10-09 | 3 | -0/+650 |
* | Bocking onReceivedHeaders signal for webRequest API | battre@chromium.org | 2011-10-05 | 2 | -0/+16 |
* | Extend GaiaOAuthFetcher with support for revoking tokens. | mnissler@chromium.org | 2011-10-04 | 4 | -8/+103 |
* | NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking... | cbentzel@chromium.org | 2011-10-03 | 2 | -4/+11 |
* | Update parameters to OnURLFetchComplete() in sdch dictionary fetcher. | skerner@chromium.org | 2011-10-03 | 2 | -16/+7 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -2/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 7 | -18/+18 |
* | Use new callbacks for SSL pref manager. | mattm@chromium.org | 2011-09-30 | 1 | -2/+3 |
* | Add CRL set updater. | agl@chromium.org | 2011-09-30 | 2 | -0/+239 |
* | Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can... | ddorwin@chromium.org | 2011-09-29 | 2 | -11/+4 |
* | NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition... | cbentzel@chromium.org | 2011-09-29 | 2 | -4/+11 |
* | Remove predictor_api.{h,cc}, which are empty. | satorux@chromium.org | 2011-09-27 | 2 | -0/+0 |
* | [cros] Downloading Profile image snapshot from Picasa album for logged-in user. | avayvod@chromium.org | 2011-09-27 | 2 | -2/+3 |
* | Moved static Gaia OAuth URLs to GaiaUrls. | joaodasilva@chromium.org | 2011-09-20 | 3 | -96/+37 |