]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove defunct __gwt_historyFrame (#11560)
authorLeif Åstrand <leif@vaadin.com>
Fri, 22 Aug 2014 17:18:29 +0000 (20:18 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 27 Aug 2014 14:02:26 +0000 (17:02 +0300)
Change-Id: Id3829562f7bb898ee0df873de90f0339ad06adff

server/src/com/vaadin/server/BootstrapHandler.java

index 73bafcca25a5e4b664177b2ea0477e45478de75a..fb54b5c87971fdfacf5f9534e8d6317057db3bd7 100644 (file)
@@ -375,14 +375,6 @@ public abstract class BootstrapHandler extends SynchronizedRequestHandler {
         String vaadinLocation = vaadinService.getStaticFileLocation(request)
                 + "/VAADIN/";
 
-        fragmentNodes
-                .add(new Element(Tag.valueOf("iframe"), "")
-                        .attr("tabIndex", "-1")
-                        .attr("id", "__gwt_historyFrame")
-                        .attr("style",
-                                "position:absolute;width:0;height:0;border:0;overflow:hidden")
-                        .attr("src", "javascript:false"));
-
         if (context.getPushMode().isEnabled()) {
             // Load client-side dependencies for push support
             String pushJS = vaadinLocation;