开发者

Getting tab index in nsIWebProgressListener:: onStateChange in C++

开发者 https://www.devze.com 2022-12-24 21:05 出处:网络
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 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 t开发者_开发技巧he tab index associated with the request.

How do i get it?

Please help me !!!

Thanks in advance, Vaibhav.


Solution is available at: http://groups.google.com/group/mozilla.dev.tech.dom/browse_thread/thread/52ff471516662056#

0

精彩评论

暂无评论...
验证码 换一张
取 消