Plugins:CompatNotes: Difference between revisions
Jump to navigation
Jump to search
(Created page with '= Summary = This page contains compatibility notes for released versions of plugins. It is organized by platform first, then by plugin, then version. = Mac OS X = == Flash ==…') |
Stuartmorgan (talk | contribs) |
||
Line 5: | Line 5: | ||
= Mac OS X = | = Mac OS X = | ||
== | == Event and Drawing Negotiation == | ||
{| | |||
! Plugin !! Version(s) !! Drawing Model !! Event Model !! Notes | |||
|- | |||
| Flash || 10.0.x || CG<br>QD || Carbon<br>Carbon || Which model is chosen depends on wmode. | |||
|- | |||
| Flash || 10.1.51.95 (b3) || CA<br>CG<br>QD || Cocoa<br>Cocoa<br>Carbon || Which model is chosen depends on wmode. Some modes (transparent, opaque) use CG+Cocoa, others (direct, gpu) use CA+Cocoa if available, QD+Carbon if not. | |||
|} | |||
Note: OpenGL model is ignored in the above. | |||
= Windows = | = Windows = | ||
= Linux = | = Linux = |
Revision as of 22:08, 29 March 2010
Summary
This page contains compatibility notes for released versions of plugins. It is organized by platform first, then by plugin, then version.
Mac OS X
Event and Drawing Negotiation
Plugin | Version(s) | Drawing Model | Event Model | Notes |
---|---|---|---|---|
Flash | 10.0.x | CG QD |
Carbon Carbon |
Which model is chosen depends on wmode. |
Flash | 10.1.51.95 (b3) | CA CG QD |
Cocoa Cocoa Carbon |
Which model is chosen depends on wmode. Some modes (transparent, opaque) use CG+Cocoa, others (direct, gpu) use CA+Cocoa if available, QD+Carbon if not. |
Note: OpenGL model is ignored in the above.