summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_policy.cc
Commit message (Expand)AuthorAgeFilesLines
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-281-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-2/+0
* Minor clean-up tasks that were TODO(snej)rsleevi@chromium.org2010-07-171-2/+2
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-6/+6
* Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB...pkasting@chromium.org2010-05-171-45/+53
* Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206...rvargas@google.com2010-05-151-53/+45
* (Original patch reviewed at http://codereview.chromium.org/2067003 )pkasting@chromium.org2010-05-151-45/+53
* Fix logic error in SSLPolicy::UpdateStateForMixedContent().pkasting@chromium.org2010-05-111-1/+1
* Add an SSLBlockingPage::ErrorLevel enum type to make thewtc@chromium.org2010-05-031-4/+4
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-6/+9
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-9/+6
* Use the same code to handle both overridable and fatalwtc@chromium.org2010-04-201-58/+6
* Display the SECURITY_WARNING status in the location bar for thewtc@chromium.org2010-04-151-6/+9
* Revert r44611 because it may have broken "unit_tests" on "Vista Tests".wtc@chromium.org2010-04-151-9/+6
* Display the SECURITY_WARNING status in the location bar for the wtc@chromium.org2010-04-151-6/+9
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-3/+2
* Remove obsolete "using WebKit::WebConsoleMessage" statements.wtc@chromium.org2010-02-261-2/+0
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fix null-pointer crash.abarth@chromium.org2009-12-051-0/+3
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+2
* Remove old way of handling mixed content now that we have the new mixed contentabarth@chromium.org2009-09-291-109/+14
* Update our mixed content state with information from the new mixed contentabarth@chromium.org2009-09-261-0/+13
* The SSL policy when showing an error page sets the page type on the wrong nav...jcampan@chromium.org2009-09-121-2/+6
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-051-5/+1
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-5/+6
* Add new certificate error codewtc@chromium.org2009-08-141-1/+2
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-2/+2
* Removed mixed content options. Turns out extremely few users changed the def...abarth@chromium.org2009-06-161-4/+1
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Fix crash when updating a navigation entry without a site_instance.abarth@chromium.org2009-05-221-2/+7
* More progress on ForceHTTPS.abarth@chromium.org2009-05-201-4/+10
* Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...abarth@chromium.org2009-05-151-137/+125
* Factor SSLPolicyBackend out of SSLManager.abarth@chromium.org2009-05-141-21/+20
* Refactor the inner classes from SSLManager to their own files to reduce the c...abarth@chromium.org2009-05-141-50/+51
* Be slightly more precise in how we propagate mixed content state.abarth@chromium.org2009-05-121-7/+10
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-4/+3
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-1/+1
* Reverting 14005.brettw@chromium.org2009-04-181-1/+1
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-1/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-6/+1
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-061-5/+2
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-3/+8
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-2/+10
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-10/+2
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-2/+10