]> source.dussan.org Git - vaadin-framework.git/commit
Reduce reflows when sizing columns (#17315)
authorLeif Åstrand <leif@vaadin.com>
Fri, 27 Mar 2015 11:57:51 +0000 (13:57 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 30 Mar 2015 12:08:19 +0000 (12:08 +0000)
commit103b329d328ab0dde95da9426462491be510a8be
tree2ef6172c21970a396138d59f470993f5de5349d9
parent722072bb53f0699bc337446048db2beade0df421
Reduce reflows when sizing columns (#17315)

This patch increases the reported fps from 10 to 17 in Chrome and from 5
to 10 in Firefox. No automatic test since performance testing on our
shared testing infrastructure would be quite error-prone.

Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52
client/src/com/vaadin/client/widgets/Escalator.java
uitest/src/com/vaadin/tests/components/grid/GridResizeTerror.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/util/ResizeTerrorizer.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/ResizeTerrorizerControlConnector.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/rebind/TestWidgetRegistryGenerator.java