[Webkit-unassigned] [Bug 118555] New: Do not update compositing layers when the style is forced from JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 02:10:18 PDT 2013


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

           Summary: Do not update compositing layers when the style is
                    forced from JavaScript
           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: achicu at adobe.com


Some websites trigger many relayouts from JS. Each time the layout is triggered, Document::recalcStyle will call view()->updateCompositingLayersAfterStyleChange(). That happens even if we are only going to repaint only once when the JS execution is finished. However, there's no need to update the composited layers to answer questions from JS, so we could postpone it until the very last moment and compute the layers only once.

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