[Webkit-unassigned] [Bug 75780] New: [Qt][WK2] Accelerated and non-accelerated animations need to be synchronized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 7 09:44:54 PST 2012


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

           Summary: [Qt][WK2] Accelerated and non-accelerated animations
                    need to be synchronized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com


In order to avoid an overload of IPC messages during each animation frame, we've moved the animation logic to the UI process. However, this makes the animation go out of sync when there's both an accelerated and a non-accelerated animation running at the same time.
The solution may include keeping the animation logic in the UI process, but moving the frame timers to the web-process, sending timed frame events to the UI process without the rest of the animation info.

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