On Fri, Jul 25, 2014 at 3:12 PM, Jens <[email protected]> wrote:
> This is not intended and actually a bug in deferred binding. I'll send a >> patch. IE10+ & FF should still be using CollectorModernNoSourceMap. >> > > Ok cool. Is there a good reason why IE 11 and FF should not use > CollectorModern yet? > > No good reasons mostly lack of testing and my time :( >From top of my head, following is what we need to enable them safely: - We need to put test in place that tests the line numbers. (Roberto has a stale patch) - We need to server (StackTraceDeobfuscator) to decide on using line numbers from symbol map or sourcemap not the client. - We are missing automated testing on IE11 so somebody needs to them with combinations (sourcemap enabled/disabled). > > -- J. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/2dcb3ace-2a16-41ef-8519-6a305859025c%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/2dcb3ace-2a16-41ef-8519-6a305859025c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA1kmoE7dRbdMRVUt07XKhDM_XNpuLFy4GrL530OCHMVjQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
