[Pkg-mozext-commits] [firebug] 09/16: Smaller max of tracked dynamic scripts (related to issue 7721)

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 17:18:17 UTC 2015


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

taffit pushed a commit to branch master
in repository firebug.

commit 53dcd41ac102cc6d8cbb2c2ca996e5734d9674b6
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Feb 3 17:41:05 2015 +0100

    Smaller max of tracked dynamic scripts (related to issue 7721)
---
 extension/defaults/preferences/firebug.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/defaults/preferences/firebug.js b/extension/defaults/preferences/firebug.js
index e612c17..d78144d 100644
--- a/extension/defaults/preferences/firebug.js
+++ b/extension/defaults/preferences/firebug.js
@@ -109,7 +109,7 @@ pref("extensions.firebug.maxScriptLineLength", 10000);
 pref("extensions.firebug.breakOnExceptions", false);
 pref("extensions.firebug.ignoreCaughtExceptions", false);
 pref("extensions.firebug.enableSyntaxHighlighting", true);
-pref("extensions.firebug.maxNumberOfDynamicScripts", 300);
+pref("extensions.firebug.maxNumberOfDynamicScripts", 150);
 
 // Stack
 pref("extensions.firebug.omitObjectPathStack", false);

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



More information about the Pkg-mozext-commits mailing list