[Webkit-unassigned] [Bug 130984] New: Synchronize Web process remote layer tree commits with CoreAnimation commits in the UI process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 31 12:59:42 PDT 2014


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

           Summary: Synchronize Web process remote layer tree commits with
                    CoreAnimation commits in the UI process
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thorton at apple.com



Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228193|                            |review?
               Flag|                            |


Created an attachment (id=228193)
 --> (https://bugs.webkit.org/attachment.cgi?id=228193&action=review)
patch

There's no reason for the Web process to paint faster than the UI process
can apply to and commit the CoreAnimation layer tree.

Also, once we get proper double-buffering and purgeable back buffers, we
will need the ability to make some assumptions about in-use surfaces.

Unfortunately, we can't actually tell when the render server commits, 
as this is an asynchronous operation in a process we don't control, so
for now, this is only an approximation.

This also means that the assumptions we would like to make won't be
strong guarantees yet.

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