Hi,
I am writing Firefox extension which would be compatible with Firefox's 3.0 to 3.6 versions.
I am using nsIDOMNSHTMLElement interface pointer for setting inner text of html element. I am getting nsIDOMNSHTMLElement interface pointer by calling QI on nsIDOMElement
But IID of nsIDOMNSHTMLElement changes from Firefox's 3.0 to 3.6 versions as gecko version changes.
How can I use nsIDOMNSHTMLElement interface?
How can I compile my extension so that It will work with above mentioned Firefox versions.
Thanks, Vaibhav.