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

Unified Diff: chrome/browser/resources/safe_browsing_malware_block.html

Issue 10694107: Revert 145523 - Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: chrome/browser/resources/safe_browsing_malware_block.html
===================================================================
--- chrome/browser/resources/safe_browsing_malware_block.html (revision 145621)
+++ chrome/browser/resources/safe_browsing_malware_block.html (working copy)
@@ -143,38 +143,29 @@
</head>
<body oncontextmenu="return false;">
-<div class="background">
- <img src="ssl_roadblock_background.png" width="100%" height="100%"
- alt="background" onmousedown="return false;">
-</div>
+<div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"/></div>
<table width="100%" cellspacing="0" cellpadding="0">
<td class="cell" valign="middle" align="center">
<div class="box">
- <div class="icon">
- <img src="shared/images/phishing_icon.png" alt="Malware Icon"
- onmousedown="return false;">
- </div>
+ <div class="icon"><img src="shared/images/phishing_icon.png" alt="Malware Icon" onmousedown="return false;"/></div>
<div class="title" i18n-content="headLine"></div>
<div class="main" i18n-values=".innerHTML:description1"></div>
<div class="main" i18n-values=".innerHTML:description2"></div>
- <div id="detailinfo" class="main" i18n-values=".innerHTML:description5">
- </div>
+ <div class="main" i18n-values=".innerHTML:description5" id="detailinfo" style="display:block"></div>
<div class="main">
<form class="submission">
- <button id="back" class="green" i18n-content="back_button"
- onclick="sendCommand('takeMeBack')"></button>
+ <input type="button" class="green" id="back" i18n-values="value:back_button" onclick="sendCommand('takeMeBack')">
<br>
</form>
</div>
- <div class="main" i18n-values=".innerHTML:description3"
- jsdisplay="!proceedDisabled"></div>
+ <div class="main" i18n-values=".innerHTML:description3"></div>
<div class="main footer" jsdisplay="displaycheckbox">
<label class="checkbox" for="checkreport">
- <input id="checkreport" name="checked" type="checkbox"
- jsvalues=".checked:boxchecked" onclick="savePreference()">
+ <input name="checked" id="checkreport" type="checkbox"
+ jsvalues=".checked:boxchecked" onclick="savePreference()">
<span i18n-values=".innerHTML:confirm_text"></span>
</label>
</div>
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/browser/resources/safe_browsing_multiple_threat_block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698