summaryrefslogtreecommitdiffstats
path: root/components/ssl_errors
Commit message (Collapse)AuthorAgeFilesLines
* Create a component for SSL error handlingfelt2015-09-175-0/+363
| | | | | | | | | | | | | | | | | Classes like SSLErrorInfo and SSLErrorClassification are tightly coupled with the SSL interstitial. Since the interstitial UI is being componentized, I want to move the SSL error handling classes into a component too. This CL begins with SSLErrorInfo. BUG=488673 TBR=stuartmorgan@chromium.org Committed: https://crrev.com/7f1410648c7767ae8d466ada4385e78176f5db06 Cr-Commit-Position: refs/heads/master@{#349282} Review URL: https://codereview.chromium.org/1341923002 Cr-Commit-Position: refs/heads/master@{#349486}
* Revert "Create a component for SSL error handling"jdonnelly2015-09-175-363/+0
| | | | | | | | | | | | | | This reverts commit 7f1410648c7767ae8d466ada4385e78176f5db06. BUG=488673 TBR=felt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1351773002 Cr-Commit-Position: refs/heads/master@{#349283}
* Create a component for SSL error handlingfelt2015-09-165-0/+363
Classes like SSLErrorInfo, SSLErrorHandler, and SSLErrorClassification are tightly coupled with the SSL interstitial. Since the interstitial UI is being componentized, I want to move the SSL error handling classes into a component too. This CL begins with SSLErrorInfo. BUG=488673 Review URL: https://codereview.chromium.org/1341923002 Cr-Commit-Position: refs/heads/master@{#349282}