]> source.dussan.org Git - vaadin-framework.git/commit
Use diffstate for JS connectors (#20335)
authorLeif Åstrand <leif@vaadin.com>
Mon, 26 Sep 2016 13:19:33 +0000 (16:19 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 17 Oct 2016 06:25:55 +0000 (06:25 +0000)
commitace0e324b69753431dcde9949eaa9b0e3e648db9
tree9315a467127b10c2fc8c1475a08dbd570a25c9a2
parent3b454d94ae64f743d05cd7e94d00b354ff9d14eb
Use diffstate for JS connectors (#20335)

Change-Id: If2401d724f782ee76f92a6b89c54e51f90218bee
server/src/main/java/com/vaadin/server/LegacyCommunicationManager.java
server/src/test/java/com/vaadin/ui/AbstractJavaScriptComponentTest.java [new file with mode: 0644]
server/src/test/java/com/vaadin/ui/ComponentTest.java
uitest/src/main/java/com/vaadin/tests/components/javascriptcomponent/StateChangeCounter.java [new file with mode: 0644]
uitest/src/main/resources/com/vaadin/tests/components/javascriptcomponent/StateChangeCounter.js [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/javascriptcomponent/StateChangeCounterTest.java [new file with mode: 0644]