Mac:Plugins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=344427 344427] Support 64-bit Mac OS X NPAPI, 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. | * [https://bugzilla.mozilla.org/show_bug.cgi?id=344427 344427] Support 64-bit Mac OS X NPAPI, 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. | ||
== | == Mac OS X Drawing Models Spec == | ||
[[Mac:64-bit NPAPI]] contains the spec for the 64-bit Mac OS X | [[Mac:64-bit NPAPI]] contains the spec for Mac OS X drawing models in NPAPI, which happens to solve the problem of 64-bit plugins on Mac OS X. The spec is not final and will be updated as changes are made. |
Revision as of 02:52, 13 July 2006
Gecko 1.9 Plugin Improvements
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
- 344427 Support 64-bit Mac OS X NPAPI, 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.
Mac OS X Drawing Models Spec
Mac:64-bit NPAPI contains the spec for Mac OS X drawing models in NPAPI, which happens to solve the problem of 64-bit plugins on Mac OS X. The spec is not final and will be updated as changes are made.