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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <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
3 <title>Interstitials</title>
4 </head>
5 <body>
6 <h2>Choose an interstitial<h2>
7 <h3>SSL</h3>
8 <a href='ssl'>example.com</a><br>
9 <a href='ssl?url=https://google.com'>SSL (google.com)</a><br>
10 <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.
11 <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br>
12 <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br>
13 <br><br>
14 <h3>SafeBrowsing</h3>
15 <a href='safebrowsing?type=malware'>Malware</a><br>
16 <a href='safebrowsing?type=phishing'>Phishing</a><br>
17 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br>
18 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br>
19 </body>
20 </html>
OLDNEW
« 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