[Pkg-mozext-commits] [requestpolicy] 13/80: rename the `requestpolicyIdentified` attribute

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit e185b2b267368321e3712f212539fc7b12304771
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue May 12 01:39:15 2015 +0200

    rename the `requestpolicyIdentified` attribute
---
 src/content/ui/frame.blocked-content.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/content/ui/frame.blocked-content.js b/src/content/ui/frame.blocked-content.js
index 88290e7..c361ce9 100644
--- a/src/content/ui/frame.blocked-content.js
+++ b/src/content/ui/frame.blocked-content.js
@@ -72,8 +72,8 @@ let ManagerForBlockedContent = (function() {
     for (var i = 0; i < images.length; i++) {
       var img = images[i];
       // Note: we're no longer checking img.requestpolicyBlocked here.
-      if (!img.requestpolicyIdentified && img.src in blockedURIs) {
-        img.requestpolicyIdentified = true;
+      if (!img.rpcontinuedIdentified && img.src in blockedURIs) {
+        img.rpcontinuedIdentified = true;
         img.style.border = "solid 1px #fcc";
         img.style.backgroundRepeat = "no-repeat";
         img.style.backgroundPosition = "center center";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list