[Webkit-unassigned] [Bug 145189] New: Investigate removing mutex from ScrollingTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 15:36:57 PDT 2015


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

            Bug ID: 145189
           Summary: Investigate removing mutex from ScrollingTree
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The "setMainFrameIsRubberBanding/isRubberBandInProgress" and "setMainFrameIsScrollSnapping/isScrollSnapInProgress" use a mutex to coordinate main thread/scrolling thread communications.

Instead, we should have these values copied to the scrolling thread on the scroll state node tree, and have any updates messages back from the scrolling thread, as we do for other values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150519/564ccf08/attachment.html>


More information about the webkit-unassigned mailing list