Bob, could you look at the updated version of this patch you reviewed earlier? It addresses some browser quirks as described in the description
Joel, or anyone, what do you think about the small change to XMLHttpRequest? It seems that xhr.send(), while standards-mandated, is not available in Firefox. Meanwhile, xhr.send(null) works on everything. Shall we delete send() from XMLHttpRequest? It looks like a trap except for people who don't need Firefox support. http://gwt-code-reviews.appspot.com/10803 By the way, when I Google searched this, the top hit I found was a *previous* GWT bug! http://code.google.com/p/fbug/issues/detail?id=257 -Lex --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
