summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-0/+3
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Moving LoadFromMemoryCacheDetails to content/public/browser and making it a s...shishir@chromium.org2012-06-202-10/+11
* Refactor the guts of ResourceDispatcherHostImpl into a new class nameddarin@chromium.org2012-06-141-5/+4
* Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>toyoshim@chromium.org2012-05-316-6/+6
* Use WeakPtr for passing SSLErrorHandler::Delegate to SSLManager.toyoshim@chromium.org2012-05-176-23/+30
* Show the "cannot proceed" text only when appropriate.palmer@chromium.org2012-05-162-8/+14
* TabContents -> WebContentsImpl, part 13.avi@chromium.org2012-04-161-2/+2
* TabContents -> WebContentsImpl, part 14.avi@chromium.org2012-04-163-6/+5
* TabContents -> WebContentsImpl, part 12.avi@chromium.org2012-04-131-3/+3
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-113-3/+3
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-104-5/+5
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-101-3/+3
* Move ResourceRequestDetails to content/public/browser and put in the content ...tfarina@chromium.org2012-03-192-11/+13
* Factor out ResourceDispatcherHost dependent code around SSLManagertoyoshim@chromium.org2012-03-136-62/+90
* 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-127-33/+38
* Add ResourceRequestInfo.darin@chromium.org2012-03-073-14/+15
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-062-3/+3
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Fix ExpiredCertAndGoBackTests.vandebo@chromium.org2012-02-281-2/+2
* Display an interstitial for weak key errors.agl@chromium.org2012-02-151-0/+1
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-153-33/+15
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-136-227/+4
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-134-7/+46
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-133-14/+3
* Get rid of ssl_cert_error_handler.h dependency from Chrome.jam@chromium.org2012-02-134-11/+23
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-123-59/+8
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-1/+2
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-4/+5
* Add tests for the webui implementation of the SSL client certificate selector.kevers@chromium.org2012-01-242-8/+23
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-185-9/+10
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-185-10/+9
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-175-9/+10
* 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-045-13/+14
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-3/+3
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-1/+1
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-292-3/+4
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-284-17/+28
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-5/+8
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-2/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-272-25/+29
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-2/+3
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-1/+1