Ali, Mazin wrote:
I'm trying to enumerating tabbrowser tabs through DOM API to see which page is selected . I'm using this code but I'm not getting deep enumerate all children .
The depth to which you need to enumerate is not defined (as in, it can change any time anyone changes the tabbrowser binding). Sounds to me like you want tabbrowser to implement some sort of useful interface to enable browser (or rather nsIWebNavigation or nsIDOMWindow) enumeration; I believe there's a bug on that, but if you can't find it, please file one.
-Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
