]> source.dussan.org Git - vaadin-framework.git/commitdiff
Re-applied fix for #4240
authorArtur Signell <artur.signell@itmill.com>
Tue, 9 Mar 2010 10:02:24 +0000 (10:02 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 9 Mar 2010 10:02:24 +0000 (10:02 +0000)
svn changeset:11702/svn branch:6.3

src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml

index 51fa9382bc6a85cdd41de4908d07fe99b8a79b0b..2962ebbfd4d88b94f716ff321fc784894d823e4a 100644 (file)
@@ -14,7 +14,7 @@
        <inherits name="com.google.gwt.user.User" />
 
        <inherits name="com.google.gwt.http.HTTP" />
-       
+
        <source path="client" />
        
        <!-- Use our own history impl for IE to workaround #2931.       --> 
                <when-property-is name="user.agent" value="ie6"/>
        </replace-with>
 
-       <!-- Opera needs a different implementation due to GWT issue 3956 (#4099) -->
-       <replace-with class="com.google.gwt.user.client.impl.HistoryImplTimer">
-               <when-type-is class="com.google.gwt.user.client.impl.HistoryImpl" />
-               <when-property-is name="user.agent" value="opera" />
-       </replace-with>
-
        <generate-with class="com.vaadin.terminal.gwt.widgetsetutils.WidgetMapGenerator">
                <when-type-is class="com.vaadin.terminal.gwt.client.WidgetMap"/>
        </generate-with>