aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/BrowserInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-225/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Improved IE8 mode detection. IE8 is now detected as either IE7 (if in ↵Artur Signell2009-05-041-10/+22
| | | | | | compatibility mode) or IE8 and the CSS classes are set accordingly (#2879). svn changeset:7607/svn branch:6.0
* Fix for #2879 - IE8: IE7 CSS classname should be added to BODY in IE7 ↵Artur Signell2009-04-301-3/+15
| | | | | | Standards mode. svn changeset:7591/svn branch:6.0
* moded browser specific style names to body, see #1660Matti Tahvonen2008-12-181-0/+8
| | | | | | fixes issues with floating elements like tooltips or windows svn changeset:6288/svn branch:trunk
* Classnames to reflect which browser is in use. Implements #1660Marc Englund2008-11-251-13/+66
| | | | svn changeset:5982/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-2/+1
| | | | svn changeset:5281/svn branch:trunk
* fixed an issue in gecko - webkit detectionMatti Tahvonen2008-08-131-1/+1
| | | | svn changeset:5179/svn branch:trunk
* Added isFF3() Joonas Lehtinen2008-06-301-0/+4
| | | | svn changeset:4970/svn branch:trunk
* fixes #1802Matti Tahvonen2008-06-121-1/+5
| | | | svn changeset:4863/svn branch:trunk
* fixes #1764Matti Tahvonen2008-06-121-0/+4
| | | | svn changeset:4861/svn branch:trunk
* Enhanced browser detection system.Matti Tahvonen2008-06-111-0/+129
svn changeset:4853/svn branch:trunk