]> source.dussan.org Git - vaadin-framework.git/commit
Merge changes from origin/7.1
authorJonatan Kronqvist <jonatan@vaadin.com>
Fri, 7 Feb 2014 13:46:30 +0000 (15:46 +0200)
committerJonatan Kronqvist <jonatan@vaadin.com>
Fri, 7 Feb 2014 13:46:30 +0000 (15:46 +0200)
commit0e8500a5af0c4924d4a164bbd548128cf474b203
tree8453e88b1c777d0a4ac28e6cad9a61de16aed785
parent2659a54ebed8af66dce22b27d3ea285d1c8eb221
parent407bdb39f7d87acaf15c399e46baf6d6a858fa6d
Merge changes from origin/7.1

8245079 Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)
ea8f381 Show the widgetset name to more easily spot misconfigurations
797ebdf Allow user to override Atmosphere init params set by Vaadin (#13088)
65c2f2b Properly remove shadow event listeners to prevent IE8 memory leak (#13129)
e9a547a Fixed spelling mistake in log message.
0b95f8d Moved selection of selected rows in TableConnector to occur after the new rows are created (#13008)
0579fba Upload control with empty selection (#9602)
db4dba4 Ensure event listener is a widget before casting #13130
5e8e866 Changes padding for Textfields with Chameleon theme. (#12974)
171e68d Only use ClientRcp and ServerRpc types that are interfaces (#13056)
e41a2ce Add helper for adding multiple components to AbstractTestUI
407bdb3 Ignores scroll events while update from server is in progress (#11454)

Change-Id: I5d21b4071165b02da0f53bd055fb1c64e90cae5b
client/src/com/vaadin/client/ui/VOverlay.java
client/src/com/vaadin/client/ui/VScrollTable.java
client/src/com/vaadin/client/ui/table/TableConnector.java
server/src/com/vaadin/server/communication/PushRequestHandler.java
server/src/com/vaadin/server/communication/ServerRpcHandler.java
uitest/src/com/vaadin/tests/components/AbstractTestUI.java