summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_client_auth_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Cancel client auth requests when not promptable.davidben2015-03-111-9/+37
* Follow-up changes to https://codereview.chromium.org/795773002/davidben2015-01-311-1/+2
* Un-refcount SSLClientAuthHandler.davidben2014-12-121-37/+17
* Remove SSLClientAuthHandler dependency on the RDH.davidben2014-12-081-1/+7
* Don't key client auth on HttpNetworkSession.davidben2014-12-081-3/+0
* Re-revert of "Remove SSLClientAuthHandler's RDH dependency." (https://coderev...davidben2014-12-031-18/+40
* Revert of Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://...robliao2014-11-261-40/+18
* Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://codereview...mattm2014-11-251-18/+40
* Remove SSLClientAuthHandler's RDH dependency.davidben2014-10-091-40/+18
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in SSL...jam@chromium.org2013-12-211-1/+1
* Get ClientCertStore through ResourceContext.mattm@chromium.org2013-10-301-1/+10
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* content/browser: Move ssl code into the content namespace.tfarina@chromium.org2012-10-241-3/+7
* Remove #pragma once from contentajwong@chromium.org2012-07-111-2/+1
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-131-50/+0
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-5/+5
* 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-0/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+8
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-2/+5
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-241-5/+4
* Win: Replace native modal cert selector dialog with Views tab constrained imp...mattm@chromium.org2011-07-211-3/+4
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-0/+111