summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Attach a SecurityStyle to each request in ResourceLoaderestark2015-07-311-5/+12
* Revert of Attach a SecurityStyle to each request in ResourceLoader (patchset ...estark2015-07-281-12/+5
* Attach a SecurityStyle to each request in ResourceLoaderestark2015-07-281-5/+12
* Kill renderer on failure to deserialize security info in most casesestark2015-07-141-2/+1
* Clean up the interface to DeserializeSecurityInfo, fix uninitialized memory use.avi2015-07-081-22/+3
* Avoid unnecessary casts in NavigationControllerImpl.creis2015-02-201-11/+4
* Remove GlobalRequestId parameter from SSLErrorHandler::Delegate.davidben2014-10-011-6/+5
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-2/+2
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-3/+3
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-3/+3
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-3/+3
* SignedCertificateTimestamp storing & serialization code.alcutter@google.com2013-11-291-1/+6
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-1/+1
* Decouple NavigationControllerImpl and WebContentsImpl.nasko@chromium.org2013-10-231-2/+4
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-10-091-4/+7
* Revert 223982 "Remove GetActiveEntry usage from content."nasko@chromium.org2013-09-231-7/+4
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-09-181-4/+7
* Create WebContentsObserver callbacks for notifications, remove notifications ...avi@chromium.org2013-09-051-54/+18
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-7/+5
* content: convert SSL notifications to observer usage (take 2)phajdan.jr@chromium.org2013-02-131-27/+54
* Revert "content: convert SSL notifications to observer usage"phajdan.jr@chromium.org2013-02-111-54/+27
* content: convert SSL notifications to observer usagephajdan.jr@chromium.org2013-02-081-27/+54
* [autofill] Pass along frame URL and SSL status, only allow requests for credi...dbeam@chromium.org2012-12-061-4/+4
* 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-43/+34
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-0/+1
* Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s...shishir@chromium.org2012-06-201-8/+9
* Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>toyoshim@chromium.org2012-05-311-1/+1
* Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager.toyoshim@chromium.org2012-05-171-8/+9
* TabContents -> WebContentsImpl, part 12.avi@chromium.org2012-04-131-3/+3
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-101-1/+1
* Move ResourceRequestDetails to content/public/browser and put in the content ...tfarina@chromium.org2012-03-191-6/+8
* Factor out ResourceDispatcherHost dependent code around SSLManagertoyoshim@chromium.org2012-03-131-8/+18
* Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...jam@chromium.org2012-03-121-6/+0
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-6/+7
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-4/+5
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-131-10/+0
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-45/+7
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-2/+2
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-2/+2
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-2/+2
* Fix merge errorjam@chromium.org2012-01-041-1/+1
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-3/+4
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-3/+3
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-2/+3
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-7/+9
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-5/+8