Fwiw, a change in GWT emulation of longBitsToDouble and doubleBitsToLong 
(https://gwt-review.googlesource.com/c/gwt/+/23140) has landed that uses 
Typed Arrays. This means they won't work in IE8 and IE9 anymore: 
https://caniuse.com/typedarrays

Maybe it's time to remove support for those old versions? (it's long 
overdue if you ask me)
I'd actually go as far as only keeping IE11 for the time being (which uses 
the gecko1_8 permutation).
A first step might be to disable them by default, like we did for the ie6 
and opera permutations in 2.6, removed in 2.7.

Fwiw, for a while now, gwt-maven-archetypes has had <set-property 
name="user.agent" value="ie10,gecko1_8,safari" /> (i.e. it already disabled 
ie8 and ie9), and I'll change it to gecko1_8,safari soon.

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/5adb9f2d-d8df-45c9-a084-d361df389979n%40googlegroups.com.

Reply via email to