RESOLVED FIXED 109294
Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
https://bugs.webkit.org/show_bug.cgi?id=109294
Summary Web Inspector: Timeline: invalidate and force locations are same for Layout r...
Andrey Kosyakov
Reported 2013-02-08 06:07:19 PST
When script requests a layout-dependent property, we may invoke both style recalculation and relayout. In case where layout was invalidated by style recalculation, we would report the stack that causes the layout as the one that invalidated it. This may be confusing, so let's report the cause of style recalculation instead.
Attachments
Patch (3.31 KB, patch)
2013-02-08 06:15 PST, Andrey Kosyakov
no flags
Patch (8.37 KB, patch)
2013-02-11 05:42 PST, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2013-02-08 06:15:19 PST
Pavel Feldman
Comment 2 2013-02-09 01:20:37 PST
Comment on attachment 187304 [details] Patch A test? Otherwise looks good.
Andrey Kosyakov
Comment 3 2013-02-11 05:42:22 PST
Andrey Kosyakov
Comment 4 2013-02-11 10:17:49 PST
Note You need to log in before you can comment on or make changes to this bug.