Plugins:CompatNotes: Difference between revisions

From MozillaWiki
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 ==…')
 
Line 5: Line 5:
= Mac OS X =
= Mac OS X =


== Flash ==
== Event and Drawing Negotiation ==
 
{|
=== Flash 10.1b3 ===
! Plugin !! Version(s) !! Drawing Model !! Event Model !! Notes
 
|-
* Drawing Models
| Flash || 10.0.x || CG<br>QD || Carbon<br>Carbon || Which model is chosen depends on wmode.
** ?
|-
* Event Models
| 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.
** Cocoa
|}
 
Note: OpenGL model is ignored in the above.
=== Flash 10.0.x ===
 
* Drawing Models
** Core Graphics
* Event Models
** Carbon


= 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.

Windows

Linux