summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_policy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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