[Webkit-unassigned] [Bug 101341] New: [CoordinatedGraphics] Access to LayerTreeRenderer::m_renderQueue should be thread safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 05:50:53 PST 2012


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

           Summary: [CoordinatedGraphics] Access to
                    LayerTreeRenderer::m_renderQueue should be thread safe
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org
                CC: noam.rosenthal at nokia.com, luiz at webkit.org


If I'm not wrong, access to the queue can be a race condition across syncRemoteContent and some methods of LayerTreeCoordinatorProxy that update it from the main thread, like setContentsSize or setVisibleContentsRect. Those are used by public API so we should not take any preassumption about when will they be called.

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