I recently noticed that developers are forking c.g.gwt.useragent in order
to be able to add new browser permutations to existing ones. This is
suboptimal and causes code duplication and possibly trying keep it in sync
with the original during updates.
The root cause of this is the determination of user.agent during runtime is
statically defined in this package. I created a patch so that code snippets
to extract user agent can be defined and injected from outside so that new
permutations can be added externally without forking the original package.

If you hit this issue before, please take a look at
https://gwt-review.googlesource.com/4500 and see if would make your life
easier.

Cheers!

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to