On Aug 28, 11:12 am, pranav-sundar <[EMAIL PROTECTED]> wrote: > Hi, > > I have developed a XULRunner Application. For debugging purpose, > i would like to add DOM Inspector extension. I added DOM > Inspector extension of Firefox to XULRunner App, but it is not > working. I think it is the problem with inspector.dll which is built > on Firefox source code. > > Do i have to download the Mozilla source code and buid it in > order to get the inspector.dll or is there any way to get the DOM > Inspector for XULRunner ?. > > Please suggest me on this. > > Thanks in advance, > M Praveen Kumar.
Checkout XULExplorer and WebRunner (SVN trunk) which both are XULRunner apps and both ship DOM Inspector. How did you "add" the DOMi extension? You will need to modify the install.rdf that comes with DOMi to recognize your xul application (em:targetApplication). You will also need to put the DOMi extension in the xulrunner/extensions folder if you are using XULRunner 1.8. If you are using XULRunner 1.9, then put the extension in the xulapp/ extensions folder (where xulapp is the folder where your xulrunner application is installed) _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
