[EMAIL PROTECTED] wrote:
I am confuse why c++ can't do this.
It can. Anything you can do in JavaScript you can do in C/C++, worst-case by using JSAPI directly. ;)
If the question is why you can't control the tabbrowser from C++ _easiy_ then the reason is that it's got a JS-only API that it doesn't expose thought XPConnect to other languages. There's a bug on file that's been there for years to fix that.
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
