summaryrefslogtreecommitdiffstats
path: root/components/security_interstitials_strings.grdp
Commit message (Collapse)AuthorAgeFilesLines
* Componentize the SSL blocking pagefelt2015-12-111-0/+49
| | | | | | | | | | | | | | This introduces security_interstitials::SSLErrorUI, which provides the C++ backing to the SSL error page JS. It dispatches user commands to the ControllerClient. All of this code comes from the SSLBlockingPage class, which now is just an interstitial implementation shell that sets up the SSLErrorUI and handles Chrome-specific aspects of interstitials. BUG=488673 Review URL: https://codereview.chromium.org/1509813002 Cr-Commit-Position: refs/heads/master@{#364736}
* Create security_interstitials::ControllerClientfelt2015-11-211-0/+5
| | | | | | | | | | | | | This starts to split out UI-manipulating code from the InterstitialPage-specific methods. The first in a series of CLs. BUG=488673 TBR=sky@chromium.org,davidben@chromium.org,isherman@chromium.org Review URL: https://codereview.chromium.org/1462353002 Cr-Commit-Position: refs/heads/master@{#360999}
* Move "bad clock" strings into the security_interstitials componentfelt2015-09-021-0/+52
BUG=488673 Review URL: https://codereview.chromium.org/1316513004 Cr-Commit-Position: refs/heads/master@{#346938}