[Webkit-unassigned] [Bug 69852] New: Example Plug-in does not demonstrate InvalidatingCoreAnimation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 10:49:14 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69852

           Summary: Example Plug-in does not demonstrate
                    InvalidatingCoreAnimation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bgirard at mozilla.com


In the original description in Mozilla's bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=692759, users report that the WebKit example plugin doesn't not run properly in Gecko. This is because the Core Animation drawing model is not supported since we don't use Core Animation for compositing layers. Instead Gecko uses InvalidatingCoreAnimation that is exactly the CoreAnimation drawing model with the additional requirement that NPN_InvalidateRect be called for the browser is work efficiently.

See https://wiki.mozilla.org/NPAPI:InvalidatingCoreAnimation for details.

The only requirement for the test plug-in is to prefer InvalidatingCoreAnimation if available and to call NPN_InvalidateRect if InvalidatingCoreAnimation is selected.

See sample is here:
http://svn.webkit.org/repository/webkit/trunk/Examples/NetscapeCoreAnimationPlugin/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list