hdsoftware / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Installing the pencil xpi turns on strict warnings #379

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pencil in firefox
2. Install firebug (or another javascript console)
3. Check the console settings

What is the expected output? What do you see instead?
Strict Warnings should be off (strict warnings are a performance issue)

What version of the product are you using? On what operating system?
Pencil 1.3.2 extension for Firefox on Fedora 14 & 16

Please provide any additional information below.
defaults/preferences/debug.js contains:
pref("browser.dom.window.dump.enabled", true);
pref("javascript.options.showInConsole", true);
pref("javascript.options.strict", true);
pref("nglayout.debug.disable_xul_cache", true);
pref("nglayout.debug.disable_xul_fastload", true);

Original issue reported on code.google.com by bdk...@gmail.com on 30 Nov 2011 at 3:08