I’ve recently gone through the following link:
https://developers.google.com/web-toolkit/release-notes#Release_Notes_Current
There’s a point under title : Breaking Changes and Other Changes of Note
GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.
Does this mean that Chrome browser won’t support GWT 2.5? Or am I misunderstood? Can anyone explain this?
Thanks in advance.
ChromeFrame is a plugin for Internet Explorer that uses Chrome’s rendering and JavaScript engine instead of IE’s equivalents. So this statement does not refer to the standalone Chrome browser (and it would be strange indeed if it did).