[Webkit-unassigned] [Bug 87316] New: ArgumentCoder for WebCore::Animation encodes a bool which is never decoded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 15:59:14 PDT 2012


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

           Summary: ArgumentCoder for WebCore::Animation encodes a bool
                    which is never decoded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.webkit.org/blog-files/3d-transforms/morphin
                    g-cubes.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ralpht+bugs at gmail.com
                CC: noam.rosenthal at nokia.com, igor.oliveira at webkit.org


The encode function for WebCore::Animation encodes a bool as the last entry (currently L1093 in WK2/Shared/ArgumentCoders.cpp):

encoder->encodeBool(animation->isNoneAnimation());

This value is never read out in the decode function causing updates with many animations to go awry. I noticed this in my own WK port, but imagine it would break for Qt, too (though I haven't tested). The morphing power cubes demo reliably causes the issue to crop up for me.

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