Firebug: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Added Firebug integration page with basic starting research)
 
No edit summary
Line 17: Line 17:


* [http://code.google.com/p/fbug/issues/detail?id=182&can=4&q= Issue 182 - Get firebug to build with Mozilla's build system]
* [http://code.google.com/p/fbug/issues/detail?id=182&can=4&q= Issue 182 - Get firebug to build with Mozilla's build system]
== Possible Issues to enhance ==
http://wiki.mozilla.org/User:GijsKruitbosch/JS_Debugging/Tasks

Revision as of 18:09, 23 May 2007

This page is for tracking the integration of Firebug into Firefox.

Potential Integration Issues

These are issues that could be problematic.

Issue 97 - Firebug outputs too many warnings in the JS error console

Status: Patch submitted, but unacceptable to project maintainer.

Disucssion: Joe feels that strict mode warnings need to be adjusted, so I filed Bug 381223. I feel that if we are targeting this to web developers, the errors in chrome won't be an issue since those are not displayed by default. However, if we expand the target group to Extension Developers, this will be a serious issue. There are easily over 50 strict warnings with startup alone, so it will be next to impossible for extension authors to find their own strict warnings.

Issue 166 - Without DOM Inspector, message displays HTML code in style window

Status: Not yet looked into.

Fixed Issues

These are issues that have patches submitted and committed.

Possible Issues to enhance

http://wiki.mozilla.org/User:GijsKruitbosch/JS_Debugging/Tasks