What framework is used to enable cross-language communication in mozilla platform?
How do cross platform files communicate between each other? I got a chance to go through thunderbird code and I found whole framework comprised of javascript, python, xul and c++ files.
I am surprised to see whole framework. Can anyone guide me about how they communicate with each other?
What is happening when we execute "make" commands?