6 |
makeURI FAILS for "chrome://mozapps" Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIIOService.newURI] | |||||||||||||||||||||||
| ||||||||||||||||||||||||
7 |
makeURI FAILS for "chrome://mozapps" Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIIOService.newURI]
| |||||||||||||||||||||||
| ||||||||||||||||||||||||
8 |
| makeURI FAILS for "chrome://mozapps" Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIIOService.newURI]
| ||||||||||||||||||||||
| ||||||||||||||||||||||||
--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to fir...@googlegroups.com.
To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
--
But I can't see anything special with your example that I isn't doing.
The only diff I see is that I use ActivablePanel and module.
So when I add this fail safe debug logic (without anything in the middle)
alert("first line");
FBL.ns(function() { with (FBL) {
alert("middle line");
}});
alert("last line");
Then the first and last line is alerted. It does not even try to execute the thing in between for me.
Using FireBug 1.9.0a3, FireFox 6.0.2
THANK YOU!