[Pkg-mozext-commits] [requestpolicy] 130/257: [tst][add] prefs.ini: enable chrome debugging
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:20:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 7173c62e85ba3dfdef949f56bdf7d6126017bbf6
Author: Martin Kimmerle <dev at 256k.de>
Date: Thu Nov 5 14:25:49 2015 +0100
[tst][add] prefs.ini: enable chrome debugging
Enable chrome debugging for `make marionette`. The use case is
to set a breakpoint in a Marionette unit test and then open the
Browser Toolbox to do some debugging.
---
tests/mozrunner-prefs.ini | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/mozrunner-prefs.ini b/tests/mozrunner-prefs.ini
index e031a5d..372ea29 100644
--- a/tests/mozrunner-prefs.ini
+++ b/tests/mozrunner-prefs.ini
@@ -49,4 +49,9 @@ extensions.webservice.discoverURL=about:home
security.dialog_enable_delay=0
# Hide the E10s notification bar.
-browser.displayedE10SNotice=4
\ No newline at end of file
+browser.displayedE10SNotice=4
+
+# Enable chrome debugging.
+devtools.debugger.remote-enabled=true
+devtools.debugger.prompt-connection=false
+devtools.chrome.enabled=true
--
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