]> source.dussan.org Git - vaadin-framework.git/commit
Allow beforeClientResponse to change hierarchy or dirtyness (#18268)
authorLeif Åstrand <leif@vaadin.com>
Sun, 14 Jun 2015 12:36:33 +0000 (15:36 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 17 Jun 2015 12:32:18 +0000 (12:32 +0000)
commitf8aacf7c53d2e758e431588f44185b583fad8cb6
treefbf8ce2cb80546eec99ef45f720137e1bf26f1b9
parent02d548fb26eb2bab1ee651abce647b562600d160
Allow beforeClientResponse to change hierarchy or dirtyness (#18268)

Change-Id: I6a1ae23c1dd67f8889479a1069f260fa736bbd83
server/src/com/vaadin/server/ClientConnector.java
server/src/com/vaadin/server/communication/UidlWriter.java
uitest/src/com/vaadin/tests/components/abstractcomponent/ChangeHierarchyBeforeResponse.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/abstractcomponent/ChangeHierarchyBeforeResponseTest.java [new file with mode: 0644]