[Pkg-mozext-commits] [requestpolicy] 68/280: `make run`: don't show RP setup

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:00 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 22589db233af5a8b73c5f32d1bf19abc06f1b53e
Author: Martin Kimmerle <dev at 256k.de>
Date:   Thu Dec 25 19:05:12 2014 +0100

    `make run`: don't show RP setup
---
 Makefile                  | 3 ++-
 tests/mozrunner-prefs.ini | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 68ce3d2..49f6ee0 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,8 @@ $(deleted_files): FORCE
 # 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=browser.displayedE10SNotice:3 \
+	--pref=extensions.requestpolicy.welcomeWindowShown:true
 
 .PHONY: run
 run: $(xpi_file)
diff --git a/tests/mozrunner-prefs.ini b/tests/mozrunner-prefs.ini
index cf645ca..37046f7 100644
--- a/tests/mozrunner-prefs.ini
+++ b/tests/mozrunner-prefs.ini
@@ -6,9 +6,9 @@ devtools.chrome.enabled=true
 ; show strict javascript warnings
 javascript.options.strict=true
 
-; change the default startup page
+; show only one tab on startup -- maindomain.test
 startup.homepage_welcome_url=http://www.maindomain.test
-; show blank page on startup
+extensions.requestpolicy.welcomeWindowShown:true
 browser.startup.page=0
 
 ; no warning on about:config

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