Mac:Plugins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
We are hoping to make 3 major improvements to the Mac OS X plugin architecture in Gecko 1.9: | We are hoping to make 3 major improvements to the Mac OS X plugin architecture in Gecko 1.9: | ||
* 344425 - support NP_GetEntryPoints as a way to get plugin function pointers instead of calling "main()" | * [https://bugzilla.mozilla.org/show_bug.cgi?id=344425 344425] - support NP_GetEntryPoints as a way to get plugin function pointers instead of calling "main()" | ||
* 336060 - use a slower idleEvent timer for plugins that are not in a foreground tab on the key window | * [https://bugzilla.mozilla.org/show_bug.cgi?id=336060 336060] - use a slower idleEvent timer for plugins that are not in a foreground tab on the key window | ||
* Support 64-bit Mac OS X NSAPI, as proposed on the plugin-futures mailing list. Significant changes include the option to render via CoreGraphics (QuickDraw will no longer be the only option) and updated native event structures. | * Support 64-bit Mac OS X NSAPI, as proposed on the plugin-futures mailing list. Significant changes include the option to render via CoreGraphics (QuickDraw will no longer be the only option) and updated native event structures. |
Revision as of 21:21, 12 July 2006
We are hoping to make 3 major improvements to the Mac OS X plugin architecture in Gecko 1.9:
- 344425 - support NP_GetEntryPoints as a way to get plugin function pointers instead of calling "main()"
- 336060 - use a slower idleEvent timer for plugins that are not in a foreground tab on the key window
- Support 64-bit Mac OS X NSAPI, as proposed on the plugin-futures mailing list. Significant changes include the option to render via CoreGraphics (QuickDraw will no longer be the only option) and updated native event structures.