Hi I have a XPCOM Component in my extension for observing a process, it can detect process, now my question is how to call extension functions from XPCOM Component ?
example:
MyExtension
-component
-chrome
--content
---a_js_file.js
function foo(var1){
.....
}
---a_xul_file.xul
what I want to do is to call foo(...) from XPCOM
can somebody help?
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
