[Webkit-unassigned] [Bug 107625] New: Coordinated Graphics : Reduce the number of messages sent to UIProcess when creating and deleting compositing layers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 21:15:03 PST 2013


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

           Summary: Coordinated Graphics : Reduce the number of messages
                    sent to UIProcess when creating  and deleting
                    compositing layers.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seulgikim at company100.net


Currently, LayerTreeRenderer in UI Process creates a layer when CreateCompositingLayer message is received. When a lot of CreateCompositingLayer messages are sent in the same cycle, some layers are not created in the UIProcess, and causes crash when trying to use the omitted layers.

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