Values are defined in com.google.gwt.user.UserAgent.gwt.xml in gwt-user.jar. The values for GWT 1.7.x are: ie6,ie8,gecko,gecko1_8,safari,opera gecko1_8 is Firefox 1.5 and later. ie6 is IE6 and IE7.
As of GWT 1.6 you can set the "user.agent" to property to multiple comma-separated values. Note that if you run the hosted shell you need to include it's value (iex on Win, safari on Mac) or "interesting" things will happen. This is a handy setting if you need to run the hosted shell on Win and occasionally compile to debug layouts in Firebug: <set-property name="user.agent" value="ie8,gecko1_8"/> -- Mat Gessel http://www.asquare.net On Fri, Nov 13, 2009 at 11:27 AM, Open eSignForms <[email protected]> wrote: > Where can I see a list of user.agent values I can choose from for set- > property? I'd like to do IE8 (I believe it's "ie8") and FF 3.5 for my > base testing before building for a 6 combos that seem to be build by > default. -- 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=.
