Mac:Plugins: Difference between revisions

Jump to navigation Jump to search
123 bytes removed ,  22 January 2009
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 2.0.0 Plugin Improvements ==
== Gecko 1.9.2 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.
* {{nbug|435041}} - Planning to add support for the Cocoa event model.
 
* {{nbug|467429}} - "NP_GetEntryPoints" is now the only way to get function pointers, Gecko will not call "main".
* Possibly remove Quickdraw drawing model and Carbon drawing model support even for 32-bit plugins.
* {{nbug|467417}} - Removed support for CFM binary plugins.
* NP_GetEntryPoints will become the only way to get function pointers, we will not call "main()".
* Improved NPAPI headers and SDK.
* Plugin testing system adding to the Mozilla tree.
* General bug fixes.


== Gecko 1.9.1 Plugin Improvements ==
== 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]].
* {{nbug|350109}} - Added support for reading plugin meta data from bundle plist file.
* Improved NPAPI headers and SDK.
* General bug fixes.


== Gecko 1.9 Plugin Improvements ==
== Gecko 1.9.0 Plugin Improvements ==


* [https://bugzilla.mozilla.org/show_bug.cgi?id=344427 344427] Support Mac OS X NPAPI Drawing Models, as proposed below. This will allow plugins to draw using CoreGraphics instead of Quickdraw.
* {{nbug|344427}} - Added support for Mac OS X NPAPI Drawing Models. This allows plugins to draw using CoreGraphics instead of Quickdraw.
* [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()"
* {{nbug|344425}} - Added support for 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
* {{nbug|336060}} - Gecko now uses a slower idleEvent timer for plugins that are not in a foreground tab on the key window.
* General bug fixes.
Confirmed users, Bureaucrats and Sysops emeriti
1,680

edits

Navigation menu