[Webkit-unassigned] [Bug 26406] New: Would like Inspector to show what JS caused relayouts/repaints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 08:49:11 PDT 2009


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

           Summary: Would like Inspector to show what JS caused
                    relayouts/repaints
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: hyatt at apple.com, timothy at hatcher.name


We've seen examples of a site calling element.clientWidth (or similar) inside a
loop, making that site slow due to the relayout that each clientWidth call
requires. It would be great for the Inspector to indicate what JS caused a
relayout (or repaint) so that web developers could find and fix these problems.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list