[Pkg-mozext-commits] [requestpolicy] 157/280: Mozilla Bug 1100363 has been fixed

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:16 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 3c9396b3d001a9832b90512cddd2b708b6803bda
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Jan 18 20:03:48 2015 +0100

    Mozilla Bug 1100363 has been fixed
    
    In order to upgrade to the latest mozrunner version, call:
        sudo pip install --upgrade mozrunner
---
 Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index 35969ca..3dea399 100644
--- a/Makefile
+++ b/Makefile
@@ -159,18 +159,10 @@ $(deleted_files): FORCE
 # run firefox
 #
 
-# $(mozrunner_prefs) is a workaround for Mozilla Bug 1100363
-# see https://bugzilla.mozilla.org/show_bug.cgi?id=1100363
-mozrunner_prefs += --pref=extensions.requestpolicy.defaultPolicy.allow:false \
-	--pref=general.warnOnAboutConfig:false \
-	--pref=browser.displayedE10SNotice:3 \
-	--pref=extensions.requestpolicy.welcomeWindowShown:true
-
 .PHONY: run
 run: $(xpi_file)
 	mozrunner -a $(xpi_file) -b $(binary_firefox_nightly) \
-		--preferences=$(mozrunner_prefs_ini):dev \
-		$(mozrunner_prefs)
+		--preferences=$(mozrunner_prefs_ini):dev
 
 
 # ____________

-- 
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