On Feb 18, 1:32 am, cheekybuddha <[email protected]> wrote: > > "Livemark Service: feed processor received an invalid channel > > for ...." > > i also get this message but I always thought it was because I had Sage > RSS list open in the sidebar and firebug considered it part of the > same tab.
There are two reasons the errors end up in the Console. First I broke errors.js in Firebug in some way so it works less well now than it did in 1.4. Second, errors.js gets its information from nsIConsoleService in firefox which mixes errors from all parts of Firefox. I'm not going to work on the first problem, but I will help anyone who wants to take it on. Fundamentally the problem is that we need a comprehensive test suite to figure out how to sort out the errors, a test suite that includes errors from HTML, CSS, JS in the same and different web pages and in all the places extensions can run code. I've tried to fix errors.js without a test suite and one fix breaks something else. I'll try to look into the second problem but it's not at the top of the list now. I know this is unsatisfactory but I just do not see another solution. jjb jjb > > d -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
