]> source.dussan.org Git - vaadin-framework.git/commit
Allow changing theme on the fly (#2874)
authorArtur Signell <artur@vaadin.com>
Wed, 11 Jun 2014 17:35:04 +0000 (20:35 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 26 Jun 2014 11:11:47 +0000 (11:11 +0000)
commit1b73b00b2875c5eafa3c641b77f5d9efc2f7d929
treed41b978f8e58f3d294e46e88567e448b47fee450
parent949fb45841374204307b50f48d0d2d9ab921deb6
Allow changing theme on the fly (#2874)

Change-Id: I70c153c4109428686002f985bfe1cb7cba2c9b31
14 files changed:
client/src/com/vaadin/client/ApplicationConfiguration.java
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/ResourceLoader.java
client/src/com/vaadin/client/communication/TranslatedURLReference.java [new file with mode: 0644]
client/src/com/vaadin/client/communication/URLReference_Serializer.java
client/src/com/vaadin/client/debug/internal/InfoSection.java
client/src/com/vaadin/client/ui/AbstractConnector.java
client/src/com/vaadin/client/ui/VUI.java
client/src/com/vaadin/client/ui/ui/UIConnector.java
server/src/com/vaadin/ui/UI.java
shared/src/com/vaadin/shared/ui/ui/UIState.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
uitest/src/com/vaadin/tests/themes/ThemeChangeOnTheFly.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/themes/ThemeChangeOnTheFlyTest.java [new file with mode: 0644]