* [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=344427 344427] Support 64-bit Mac OS X NPAPIDrawing Models, as proposed on the plugin-futures mailing listbelow. Significant changes include the option support for 64-bit plugins and allowing 32-bit plugins to render via use CoreGraphics (QuickDraw will no longer be the only option) and updated native event structures.
== Mac OS X NPAPI Drawing Models Spec ==
[[Mac:NPAPI_Drawing_Models]] contains the spec for Mac OS X NPAPI Drawing Models, 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.