On Tuesday, May 28, 2013 8:12:44 PM UTC+2, Goktug Gokdogan wrote: > > Agreed. I think we need to think about the permutations and soft vs. hard > for future releases. We started to have more and more newer vs older > separations instead of Browser A ve Browser B separations, especially with > the new-ish IEs. >
Maybe it no longer holds but when I first added support for requestAnimationFrame I used soft permutations instead of a runtime check and it was reverted as it broke projects inside Google: https://code.google.com/p/google-web-toolkit/source/detail?r=9986 (in the end, soft permutations were ditched for other reasons: https://code.google.com/p/google-web-toolkit/source/detail?r=10257, and maybe the build failures were due to a bug in soft perms: https://code.google.com/p/google-web-toolkit/issues/detail?id=7409) -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
