[webkit-reviews] review denied: [Bug 107291] Web Inspector: data grid resize is slow : [Attachment 183475] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 23:20:51 PST 2013


Pavel Feldman <pfeldman at chromium.org> has denied Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 107291: Web Inspector: data grid resize is slow
https://bugs.webkit.org/show_bug.cgi?id=107291

Attachment 183475: Patch
https://bugs.webkit.org/attachment.cgi?id=183475&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=183475&action=review


> Source/WebCore/inspector/front-end/DataGrid.js:688
> +		       resizer._position = left;

Resizers are cached and I don't see where this property is reset. Do you want
to split this loop into two loops? First would measure, second would apply.


More information about the webkit-reviews mailing list