summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-9/+11
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-2/+3
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* 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
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-20/+24
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-301-6/+7
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-6/+8
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-8/+6
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-6/+8
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-6/+8