Ok, I have a console. The only output there was what I put in a dump() call. No other warning or error messages were generated by my attempt at calling back my object.
So is this any more useful than alert(), beyond the message having persistence? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Zbarsky Sent: Monday, December 04, 2006 4:11 PM To: [email protected] Subject: Re: XPCOM cpp to js callback [EMAIL PROTECTED] wrote: > That setup page seems out of date, at least for my FF version 2.0: It > mentions browser.dom.window.dump.enabled which is not in my > about:config So? Only preferences which are actually currently set are in about:config. That preference is not set by default; when it _is_ set, it has an effect. Just set it in about:config. > dump() seems to be a no-op. Without setting browser.dom.window.dump.enabled it will be. -Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
