HI I'm implementing extension to calculate how long was each web page on foreground. The extension is implemented in C++ and i think it work fine if user doesn't use tabs. And here is my problem, I can't find the way how to recieve event which tab is currently active.
I tried to use event "select" and "TabSelect" in nsIWebProgress, and registered them in OnStateChange START_START|STATE_IS_WINDOW. There is no problem recieve this notification, but how to recognize which panel is being active and which is actualy deactivate. Have anyone some ideas, how to find out which tab is active? (in C++, javascript sample exist, i know that) Thanks a lot ET _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
