Tagged Questions
0
votes
0answers
52 views
How do in find the specifc error in my idl file?
I use the xpidl tool to parse myinterface.idl
/home/deps/mozilla/tools/debug/x64/xpidl -m header -w -v -I/home/public -e public/ncIClusterMgm.h ./public/ncIClusterMgm.idl
** (process:14099): ...
0
votes
1answer
328 views
Open / Read or Decompile .xpt to idl
I use a firefox addon which makes hidden requests to a website. I already examined the code in all .js .xul and .xpi files. there is only 1 .xpt file (1kb) left where the request must be coded. now i ...
0
votes
1answer
86 views
Walking through an nsIDOMNodeList
I'm working on a C++ component for Firefox and I'm trying to wrap my mind around XPCOM and all of its parts. It's really confusing so I'm trying to work through it but I'm trying to walk through a ...
1
vote
1answer
152 views
XPJS (Javascript XPCOM) Documentation?
Anyone know where is some usable XPJS, or XPCOM in JS, documentation for recent versions of Firefox/Gecko? And sample code/ tutorials would be great too.
I need to write my own Component, but without ...