summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-4/+4
* Add OVERRIDE to content/.avi@chromium.org2011-11-173-5/+5
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-103-6/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-5/+11
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-284-4/+4
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-6/+10
* Fix SSL client auth selector multi-profile handling.mattm@chromium.org2011-10-205-6/+38
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-8/+9
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-192-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-194-40/+45
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Ignore revocation check failures from automated requests.agl@chromium.org2011-10-122-7/+13
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-304-20/+24
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-275-22/+25
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-275-25/+22
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-275-22/+25
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-235-17/+23
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-225-24/+18
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-225-18/+24
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-134-11/+19
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-242-8/+7
* Removal of Profile from content part 7.avi@chromium.org2011-08-091-1/+1
* Revert 95552 - Revert 95541 - Profiles: SSLManger broadcasts SSL_INTERNAL_STA...yzshen@chromium.org2011-08-054-8/+14
* Revert 95541 - Profiles: SSLManger broadcasts SSL_INTERNAL_STATE_CHANGED with...apatrick@chromium.org2011-08-054-14/+8
* Profiles: SSLManger broadcasts SSL_INTERNAL_STATE_CHANGED with a Source<Brows...erg@google.com2011-08-054-8/+14
* Removal of Profile from content part 1.avi@chromium.org2011-07-271-2/+2
* Win: Replace native modal cert selector dialog with Views tab constrained imp...mattm@chromium.org2011-07-212-3/+27
* Stop calls to InfoForRequest() and RenderViewForRequest() by TaskManager from...wez@chromium.org2011-07-121-1/+0
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-104-22/+22
* Add a bunch of owners for subdirs under content.jam@chromium.org2011-06-141-0/+1
* Move load_from_memory_cache_details.* to content now that the SSL code has mo...jam@chromium.org2011-06-131-1/+1
* Remove the remaining Chrome SSL dependencies from content.jam@chromium.org2011-06-063-22/+15
* Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a ca...jam@chromium.org2011-06-042-50/+40
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-0319-0/+1820