You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Following tests fails for me when running Firebug 1.7 (SVN) + Firefox
4.0 combo (latest nightly)
[FAILED] firebug/openDisableEnableReload.js: Firebug opened disabled
on all panels then enabled on all panels
[FAILED] firebug/closeOpenOpenSwitchTabsTwice.js: Switch between two
tabs, one Firebug, one not
- These fails because of Bug 626830 - jsd.asyncOn fails
[FAILED] script/3309/issue3309.js: Issue3309: Wrong panel message in
Script Panel, if page doesn't contain JavaScript
- I think this is also Bug 626830 - jsd.asyncOn fails
[FAILED] console/2271/issue2271.js: Issue 2271: JS errors in AJAX
callback functions are not shown
[FAILED] console/breakOnError/breakOnError.js: Test for breakOnError
feature.
- These fails because of Bug 626909 - jsd.onError and jsd.onDebug
fail
[FAILED] net/1764/issue1764.js: Net panel misses page load.
- This is new and must be investigated! It looks like something
changed in Firefox (but related code in Firebug is rather hacky)
[FAILED] console/3408/issue3408.js: Issue 3408: Console panel breaks
if Firebug is reactivated.
- This is known problem caused by a patch in Issue 3784: "undefined"
shouldn't be shown as return value of assignments or internal function
calls in Console Panel