summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_client_auth_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Get ClientCertStore through ResourceContext.mattm@chromium.org2013-10-301-12/+41
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+4
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-2/+2
* content/browser: Move ssl code into the content namespace.tfarina@chromium.org2012-10-241-5/+4
* Refactor the guts of ResourceDispatcherHostImpl into a new class nameddarin@chromium.org2012-06-141-5/+4
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-5/+6
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-3/+4
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-131-71/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Fix SSL client auth selector multi-profile handling.mattm@chromium.org2011-10-201-6/+14
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+4
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-6/+6
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-301-4/+5
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-241-3/+3
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-6/+6
* Remove the remaining Chrome SSL dependencies from content.jam@chromium.org2011-06-061-11/+4
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-0/+156