Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the possible user.agent values in gwt.xml?

I was wondering what are the possible user.agent values in gwt.xml. I found some of them but unfortunately not the complete list.

  • Chrome - safari
  • Firefox - gecko1_8
  • Internet Explorer 6 - ie6

What are the others?? Opera, ie7, ie8, ... etc.

like image 662
Kayser Avatar asked Nov 03 '11 09:11

Kayser


1 Answers

Depends on the version of GWT, but here's the latest: https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/useragent/UserAgent.gwt.xml

UPDATE: the module has moved from com.google.gwt.user.UserAgent to com.google.gwt.useragent.UserAgent, link above updated.

UPDATE 2: GWT sources have moved to gwt.googlesource.com

like image 97
Thomas Broyer Avatar answered Oct 22 '22 03:10

Thomas Broyer