|
Wiki Wednesday (Plugins) - February 8, 2012
|
| |
Here are today's Wiki Wednesday articles! If you know about these
topics, please try to find a few minutes to look over these articles
that are marked as needing technical intervention and see if you can
fix them up. You can do so either by logging into the wiki and editing
the articles directly, or by emailing your notes, sample code, or... more »
|
|
Wiki Wednesday (Plugins) - January 25, 2012
|
| |
Here are today's Wiki Wednesday articles! If you know about these
topics, please try to find a few minutes to look over these articles
that are marked as needing technical intervention and see if you can
fix them up. You can do so either by logging into the wiki and editing
the articles directly, or by emailing your notes, sample code, or... more »
|
|
passing keys from NPAPI plug-in to Firefox window
|
| |
In our NPAPI plug-in, we get some keystrokes when in focus, but
certain browser specific key strokes e.g. Ctrl+T, Ctrl+B (and others),
we want to pass on to the browser window.
Posting the key messages to top level browser window doesn't seem to
help :(
I came across this mozilla bug: [link],... more »
|
|
Focus for NPAPI plug-in for Alt-Tab
|
| |
In our NPAPI plug-in, we handle WM_SETFOCUS in the plug-in's wndproc.
We get here when we switch tabs in a Firefox browser window.
But, if we Alt-Tab to another Windows application and come back, we
don't get this event.
If we do Alt-Tab for the second time, this event does get fired!
How does Mozilla code decide when to handover WM_SETFOCUS to plug-in's... more »
|
|
How to get notified of tab change events as a plugin?
|
| |
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
|
|
Wiki Wednesday (Plugins) - January 11, 2012
|
| |
Here are today's Wiki Wednesday articles! If you know about these
topics, please try to find a few minutes to look over these articles
that are marked as needing technical intervention and see if you can
fix them up. You can do so either by logging into the wiki and editing
the articles directly, or by emailing your notes, sample code, or... more »
|
|
Wiki Wednesday (Plugins) - December 30, 2011
|
| |
(I know it's not Wednesday; I was sick for a couple of days so this is
the soonest I was up to getting this posted -- sorry about that!)
Here are today's Wiki Wednesday articles! If you know about these
topics, please try to find a few minutes to look over these articles
that are marked as needing technical intervention and see if you can... more »
|
|
plugin container question
|
| |
...Sure, but you would normally still have a stack... it would be good to see what the recursive pattern is. In the other message you quoted there aren't symbols for Mozilla or Microsoft libs, which makes it difficult to diagnose ;-)
Also, let's move this discussion to mozilla.dev.tech.plugins... more »
|
|
Wiki Wednesday (Plugins) - December 14, 2011
|
| |
Here are today's Wiki Wednesday articles! If you know about these
topics, please try to find a few minutes to look over these articles
that are marked as needing technical intervention and see if you can
fix them up. You can do so either by logging into the wiki and editing
the articles directly, or by emailing your notes, sample code, or... more »
|
|
|