summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_policy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSLPolicy fix: Step 9 of 9 (hopefully!).abarth@chromium.org2009-03-201-103/+104
* SSLPolicy Fix: Step 8.abarth@chromium.org2009-03-181-57/+62
* SSLPolicy Fix: Step 7.abarth@chromium.org2009-03-171-244/+89
* SSLPolicy Fix: Step 5.abarth@chromium.org2009-03-171-3/+3
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-171-0/+18
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+1
* revert broken change 10833nsylvain@chromium.org2009-03-031-16/+8
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-8/+16
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-15/+8
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-8/+15
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-2/+4
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-4/+2
* Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.)estade@chromium.org2009-02-121-8/+16
* Move browser_resources.rc into a a grd file. While I'm at it,tc@google.com2009-02-091-1/+3
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-3/+3
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move all the SSL stuff into its own subdirben@chromium.org2009-01-161-0/+483