Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
[[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 1.9. | == Gecko 1.9.4 Plugin Changes == | ||
* Drop support for the Carbon NPAPI event model. | |||
* Drop support for the Quickdraw NPAPI drawing model. | * Drop support for the Quickdraw NPAPI drawing model. | ||
== Gecko 1.9. | == Gecko 1.9.3 Plugin Changes == | ||
* {{nbug|435041}} - Planning to add support for the Cocoa event model. | * {{nbug|435041}} - Planning to add support for the Cocoa event model. | ||
* {{nbug|497225}} - Planning to add support for the Core Animation drawing model. | |||
* {{nbug|468678}} - Planning to remove support for gathering plugin meta data from old-school resource files. | * {{nbug|468678}} - Planning to remove support for gathering plugin meta data from old-school resource files. | ||
== Gecko 1.9.2 Plugin Changes == | |||
* {{nbug|467429}} - "NP_GetEntryPoints" is now the only way to get function pointers, Gecko will not call "main". | * {{nbug|467429}} - "NP_GetEntryPoints" is now the only way to get function pointers, Gecko will not call "main". | ||
* {{nbug|467417}} - Removed support for CFM binary plugins. | * {{nbug|467417}} - Removed support for CFM binary plugins. | ||