Getting tab index in nsIWebProgressListener:: onStateChange in C++
- by Vaibhav Gade
Hi All,
I am developing Firefox extension in C++
I want to get the tab index of the tab window for which I have got STATE_STOP for STATE_IS_NETWORK.
i.e. I want to find the tab index associated with the request.
How do i get it?
Please help me !!!
Thanks in advance,
Vaibhav.