Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
[[Mac:NPAPI_Drawing_Models]] contains the spec for Mac OS X NPAPI Drawing Models. This spec allows plugins to render using CoreGraphics and also solves the problem of 64-bit plugins on Mac OS X. The spec is close to final, however last-minute changes may occur. | [[Mac:NPAPI_Drawing_Models]] contains the spec for Mac OS X NPAPI Drawing Models. This spec allows plugins to render using CoreGraphics and also solves the problem of 64-bit plugins on Mac OS X. The spec is close to final, however last-minute changes may occur. | ||
== Gecko 2.0 Plugin Improvements == | |||
* NP_GetEntryPoints will become the only way to get function pointers, we will not call "main()". | |||
* Remove Quickdraw drawing model and Carbon drawing model support even for 32-bit plugins. | |||
== Gecko 1.9.1 Plugin Improvements == | |||
* New event model, negotiated in 32-bit mode and the only choice in 64-bit mode. See [[Mac:NPAPI_Event_Models]]. | |||
== Gecko 1.9 Plugin Improvements == | == Gecko 1.9 Plugin Improvements == | ||
Line 12: | Line 21: | ||
* [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()" | * [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()" | ||
* [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 | * [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 | ||