Skip to content
Snippets Groups Projects
  1. Dec 14, 2010
  2. Dec 13, 2010
  3. Dec 11, 2010
  4. Dec 10, 2010
  5. Dec 09, 2010
  6. Dec 08, 2010
  7. Dec 07, 2010
  8. Dec 05, 2010
  9. Dec 02, 2010
  10. Dec 01, 2010
  11. Nov 30, 2010
  12. Nov 29, 2010
  13. Nov 26, 2010
  14. Nov 25, 2010
  15. Nov 24, 2010
  16. Nov 23, 2010
  17. Nov 22, 2010
  18. Nov 19, 2010
  19. Nov 18, 2010
    • agl@chromium.org's avatar
      Revert "net: Plumb DnsCertProvenanceChecker around." · 34e3be83
      agl@chromium.org authored
      This reverts commit r66623. Some how it causes libnspr4.dll to be linked in
      Chrome Frame builds.
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66687 0039d316-1c4b-4281-b951-d872f2087c98
      34e3be83
    • agl@chromium.org's avatar
      net: Plumb DnsCertProvenanceChecker around. · 3e35b224
      agl@chromium.org authored
      DnsCertProvenanceChecker is introduced to abstract away the action of
      uploading reports. It's implemented by ChromeDnsCertProvenanceChecker
      which lives in a scoped_ptr off of a URLRequestContext.
      
      It's only active on the main context (i.e. not in incognito mode). This
      might change in the future, but it's a nice, conservative choice for the
      moment.
      
      The DnsCertProvenanceChecker is plumbed all the way to SSLClientSocket
      (via HttpCache) where it replaces the DnsRRResolver.  Above
      SSLClientSocket, it's plumbed in addition to the DnsRRResolver because
      the later will end up going into SSLHostInfo in the future.
      
      At the moment, ChromeDnsCertProvenanceCheckerContext is just a skeleton
      to avoid putting too much real code in a plumbing job.
      
      BUG=none
      TEST=none
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66623 0039d316-1c4b-4281-b951-d872f2087c98
      3e35b224
  20. Nov 17, 2010
Loading