]> source.dussan.org Git - vaadin-framework.git/commit
Detach previous UI with the same window.name (#10338, #12255)
authorLeif Åstrand <leif@vaadin.com>
Mon, 22 Jul 2013 06:14:30 +0000 (09:14 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 31 Jul 2013 14:24:40 +0000 (14:24 +0000)
commitbd923f394c7b60ea912558201bf5afd710285722
tree8ba658c183e9d34b63aa272f414f481904808e7e
parent6a6952749924d4aaa12c6f1354ed94d388b85e64
Detach previous UI with the same window.name (#10338, #12255)

Change-Id: I15234985f1591d6af383c6e014679762619d5000
WebContent/VAADIN/vaadinBootstrap.js
server/src/com/vaadin/server/Page.java
server/src/com/vaadin/server/VaadinSession.java
server/src/com/vaadin/server/communication/UIInitHandler.java
server/src/com/vaadin/ui/UI.java
server/tests/src/com/vaadin/server/VaadinSessionTest.java
uitest/src/com/vaadin/tests/application/DetachOldUIOnReload.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/DetachOldUIOnReload.java [new file with mode: 0644]