]> 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)
committerMarkus Koivisto <markus@vaadin.com>
Wed, 15 Apr 2015 08:31:39 +0000 (11:31 +0300)
commit9c9fc07f62ddaf5b9d27b0e09e91673a196e5a7f
tree9c75b3d6bbf3a0684deabb62db38df38b16fa4f3
parent73c9c8ba75d8b8329a185534d952a6e468fe4b22
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