hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

Doubling number of permutations #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I read most of the deferred binding docs, I read your blog posts about 
mobile.user.agent. It doesn't make any sense, but inheriting MobileSafari 
doubles number of compiled permutations on mobile.user.agent property.

I can clearly see

    <set-property name="mobile.user.agent" value="none" >
        <none>
            <when-property-is name="user.agent" value="safari" />
        </none>
    </set-property>

in your MobileSafari.gwt.xml

Using GWT 2.1.1

Original issue reported on code.google.com by dusan.ma...@gmail.com on 25 Jan 2011 at 4:24