summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_error_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary NULL checks of RenderFrameHost before calling WebCont...jam@chromium.org2014-01-221-2/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-7/+7
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-301-7/+7
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-281-7/+7
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-3/+3
* content/browser: Move ssl code into the content namespace.tfarina@chromium.org2012-10-241-5/+5
* Move a bunch more code into the content namespace.jam@chromium.org2012-10-231-0/+1
* 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-3/+5
* TabContents -> WebContentsImpl, part 7.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-101-1/+1
* Factor out ResourceDispatcherHost dependent code around SSLManagertoyoshim@chromium.org2012-03-131-37/+20
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-7/+7
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-7/+6
* 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-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Fix ExpiredCertAndGoBackTests.vandebo@chromium.org2012-02-281-2/+2
* Remove ssl_manager.h dependency from chrome.jam@chromium.org2012-02-131-1/+3
* Get rid of ssl_cert_error_handler.h dependency from Chrome.jam@chromium.org2012-02-131-3/+3
* Get rid of RenderViewHostDelegate::GetAsTabContents.jam@chromium.org2012-01-241-4/+5
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-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
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-301-7/+8
* Remove the remaining Chrome SSL dependencies from content.jam@chromium.org2011-06-061-7/+8
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-0/+185