Hi,
I don't know what's wrong, my debug build of firefox (configuration: --
enable-application=browser --enable-debug --disable-optimize) works
fine if I run it directly but can't be embedded in my application for
debugging purpose.
Originally, I set GRE_HOME to my firefox installation directory, it
works. When I set GRE_HOME to debug build of firefox, it will fail.
It reports me that:
Call to xpconnect wrapped JSObject produced this error:
...................
It caused by fuelApplication.js line 1309:
this._info = Components.classes["@mozilla.org/xre/app-info;1"]
.getService(Ci.nsIXULAppInfo);
And I found all call that try to getService for nsIXULAppInfo will
fail.
I don't know why, what should I do to solve that???
Thank you very much.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding