summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_blocking_page.cc
Commit message (Expand)AuthorAgeFilesLines
* In cases of SSL error page due to HSTS, explain why the user cannot proceed.palmer@chromium.org2012-01-211-1/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-1/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+1
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-2/+3
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+3
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-5/+5
* 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
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Remove the wording that suggests it is possible to proceed after fatal SSL er...palmer@chromium.org2011-12-161-1/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-1/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Use new callbacks for SSL UI.mattm@chromium.org2011-09-301-10/+8
* Don't crash if DontProceed is chosen on the SSL interstitial page after Proce...cbentzel@chromium.org2011-09-031-1/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Remove the remaining Chrome SSL dependencies from content.jam@chromium.org2011-06-061-3/+6
* Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a ca...jam@chromium.org2011-06-041-16/+20
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-1/+1
* Adopt InterstitialPage to RenderViewHost message changes which were introduce...markusheintz@chromium.org2011-05-031-1/+3
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-6/+6
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+0
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-131-1/+0
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-281-4/+4
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-19/+22
* Add an SSLBlockingPage::ErrorLevel enum type to make thewtc@chromium.org2010-05-031-3/+4
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-201-11/+20
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-3/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-5/+2
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+5
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-1/+1