]> source.dussan.org Git - vaadin-framework.git/commit
IE11 now uses synchronous loading of script instead of async with preloading. (#13956)
authorMikael Grankvist <mgrankvi@vaadin.com>
Thu, 19 Jun 2014 06:31:19 +0000 (09:31 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 26 Jun 2014 12:04:25 +0000 (12:04 +0000)
commita685cc8a595509c707aa692d32b1daa2fea4ca57
treed6151a0c838df8386bd360e66ddc1996615515a8
parent1b73b00b2875c5eafa3c641b77f5d9efc2f7d929
IE11 now uses synchronous loading of script instead of async with preloading. (#13956)

Change-Id: Ia61d672a55f69326b37420305f0108f2d7443b70
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/ResourceLoader.java
uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java
uitest/src/com/vaadin/tests/components/javascriptcomponent/JavaScriptPreloading.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/javascriptcomponent/JavaScriptPreloadingTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/javascriptcomponent/js_label.js [new file with mode: 0755]
uitest/src/com/vaadin/tests/components/javascriptcomponent/wholly_different.js [new file with mode: 0755]