Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: chrome/browser/resources/security_warnings/interstitial_ui.html

Issue 940543003: added clock interstitial to chrome://interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added clock interstitial to chrome://interstitials Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/ssl/ssl_blocking_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_ui.html
diff --git a/chrome/browser/resources/security_warnings/interstitial_ui.html b/chrome/browser/resources/security_warnings/interstitial_ui.html
new file mode 100644
index 0000000000000000000000000000000000000000..74c0ae0311756c731794eedcbb12b30d4854063e
--- /dev/null
+++ b/chrome/browser/resources/security_warnings/interstitial_ui.html
@@ -0,0 +1,20 @@
+<html>
+ <head>
Bernhard Bauer 2015/02/26 18:35:43 Unindent this as well if you unindent the <body>.
fahl 2015/02/26 18:50:49 Done.
fahl 2015/02/26 18:50:49 Should chrome/browser/resources/security_warnings/
felt 2015/02/26 18:56:27 Feel free to fix that also, but please do it in a
+ <title>Interstitials</title>
+ </head>
+<body>
+ <h2>Choose an interstitial<h2>
+ <h3>SSL</h3>
+ <a href='ssl'>example.com</a><br>
+ <a href='ssl?url=https://google.com'>SSL (google.com)</a><br>
+ <a href='ssl?overridable=1&strict_enforcement=0'>example.com (Overridable)</a><br>
Bernhard Bauer 2015/02/26 18:35:43 I think the </a> hits exactly 80 columns, so just
fahl 2015/02/26 18:50:49 Done.
+ <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br>
+ <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br>
+ <br><br>
+ <h3>SafeBrowsing</h3>
+ <a href='safebrowsing?type=malware'>Malware</a><br>
+ <a href='safebrowsing?type=phishing'>Phishing</a><br>
+ <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br>
+ <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br>
+</body>
+</html>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/ssl/ssl_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698