How to get notified of tab change events as a plugin?
10 views
Skip to first unread message
Mike C
unread,
Jan 24, 2012, 1:52:33 AM1/24/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-tech...@lists.mozilla.org
Is there a way to get notified of tab change events in the FF browser if
I'm writing a plugin? Given that with FF4 on up, FF is just one big window
(instead of a separate window per tab), I'd like to know when a tab is
selected by the user.
Thanks,
Mike
Vishvesh Community
unread,
Jan 24, 2012, 5:01:00 AM1/24/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mike C, dev-tech...@lists.mozilla.org
Hi,
I am not very sure whether I understand your requirement correctly.
But every time the tab selection changes
"NPError NPP_SetWindow (NPP instance, NPWindow* pNPWindow)" will be called.