On Thu, Jun 11, 2009 at 2:21 AM, Thomas Broyer<[email protected]> wrote: > > > > On 10 juin, 19:24, Jeff Chimene <[email protected]> wrote: >> If you can't get the browser to send an alternate ident string, you >> might try hacking the *.nocache.js to handle the Galio browser ident >> string and instead reply with either the IE or Firefox branch to the >> client. Compile your GWT code as "PRETTY" to get code that's easier to >> understand. > > It's far easier to "override" the <property-provider > name="user.agent">: copy it from UserAgent.gwt.xml (within gwt- > user.jar) into your own *.gwt.xml and tweak it so that Galio is > identified as another supported browser.
Nice solution. Does that mean that they will have to test all supoorted browsers for the best match? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
