Bug 97677

Summary: Web Inspector: display stack of last layout invalidation instead of first one
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Andrey Kosyakov
Reported 2012-09-26 06:46:12 PDT
Inspector's timeline agent used to send only first layout invalidation to front-end, so we displayed first JS stack as the reason for re-layout. It's probably more useful to display the last one, as the scope of layout is expanded, hence the last one has a good chances to be the one with larger impact. Ultimately, we should probably aggregate these and find a way to visualize many stacks.
Attachments
Patch (2.75 KB, patch)
2012-09-26 06:59 PDT, Andrey Kosyakov
vsevik: review+
Andrey Kosyakov
Comment 1 2012-09-26 06:59:04 PDT
Andrey Kosyakov
Comment 2 2012-09-26 08:04:43 PDT
Note You need to log in before you can comment on or make changes to this bug.