From fba16af6947aa34557889c62f5719d04ce9466db Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Mon, 13 Oct 2008 22:23:42 +0000 Subject: I forgot to make the background images not dnd-able on the blocking pages. TEST=Visit https://ebay.com. On the blocking page, try dragging things around. You should not be able to. BUG=3235 Review URL: http://codereview.chromium.org/7127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3322 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/safe_browsing_malware_block.html | 2 +- chrome/browser/resources/safe_browsing_phishing_block.html | 2 +- chrome/browser/security/resources/ssl_error.html | 4 ++-- chrome/browser/security/resources/ssl_roadblock.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/resources/safe_browsing_malware_block.html b/chrome/browser/resources/safe_browsing_malware_block.html index f0b836a..f05a27e 100644 --- a/chrome/browser/resources/safe_browsing_malware_block.html +++ b/chrome/browser/resources/safe_browsing_malware_block.html @@ -79,7 +79,7 @@ input { -
background
+
background
diff --git a/chrome/browser/resources/safe_browsing_phishing_block.html b/chrome/browser/resources/safe_browsing_phishing_block.html index 31bd6a0..aec7acf 100644 --- a/chrome/browser/resources/safe_browsing_phishing_block.html +++ b/chrome/browser/resources/safe_browsing_phishing_block.html @@ -85,7 +85,7 @@ html[dir='rtl'] .helpbutton {
-
Phishing Warning Icon
+
Phishing Warning Icon
diff --git a/chrome/browser/security/resources/ssl_error.html b/chrome/browser/security/resources/ssl_error.html index 82a1a6b..0aefe9d 100644 --- a/chrome/browser/security/resources/ssl_error.html +++ b/chrome/browser/security/resources/ssl_error.html @@ -76,7 +76,7 @@ input { div_to_hide.style.display = "none"; div_to_show.style.display = "block"; } - function setDirectionSensitiveImages() { + function setDirectionSensitiveImages() { if (document.getElementById("template_root").dir == 'rtl') { document.getElementById("twisty_closed_rtl").style.display = "inline"; } else { @@ -89,7 +89,7 @@ input { -
background
+
background
diff --git a/chrome/browser/security/resources/ssl_roadblock.html b/chrome/browser/security/resources/ssl_roadblock.html index 999fb4a..26d204b 100644 --- a/chrome/browser/security/resources/ssl_roadblock.html +++ b/chrome/browser/security/resources/ssl_roadblock.html @@ -85,7 +85,7 @@ input { $("more_info_short").style.display = "none"; } } - function setDirectionSensitiveImages() { + function setDirectionSensitiveImages() { if ($("template_root").dir == 'rtl') { $("twisty_closed_rtl").style.display = "inline"; } else { @@ -98,7 +98,7 @@ input { -
background
+
background
-- cgit v1.1