Chrome Upgrade handling in GWT

2015-02-04 Thread Niraj Salot
Dear Group, I would like to know the best practices / ways people are taking to make sure that GWT based application is able to handle all the latest version of Chrome or It works 100% fine whenever a new version of Chrome is released? How to make sure that whenever a new version of Chrome is

Re: Chrome Upgrade handling in GWT

2015-02-04 Thread Thomas Broyer
Like with all evergreen browsers (chrome, firefox and opera, soon to be followed by project spartan on Windows 10): - stay informed - keep your libs (including GWT itself) up-to-date - test your app with dev channel versions of the browsers so you detect issues before those