[[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.0 Plugin Improvements ==
Gecko 1.9.1 should have the full feature set that we will rely on for the significant future. Gecko 2.0.0 plugin changes for Mac OS X focus on standardizing on modern features and consistency with WebKit.
* Possibly remove Quickdraw drawing model and Carbon drawing model support even for 32-bit plugins.
* 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 ==