I used this unix command to dump a list of all supported browsers from the browserchecker.xml.
grep -A 1 ‘supported=”true”‘ serverconfs/browserchecker.xml | grep descript | awk -F\> ‘{print $2}’ | awk -F\< ‘{print $1}’
The list of supported browsers does not match the list of supported browsers at Supported Technologies Vista 8.0 SP4+Re-Release which means users of unsupported browsers are not getting alerted to the fact they are using an unsupported browser.
This specifically arose because I’ve been depending on the wiki to describe which browsers are supported in my work for [ticket number]. Several recent cases I’ve reviewed were IE7 which the wiki says is unsupported on Vista 8.0.4. The browser checker says it is supported.
Here is the full list of supported browsers according to the browserchecker.xml file. Those in bold are supported according to the supported technologies wiki entry in the above link. By my count that is 6 supported out of the 22 listed. (Actually it is 46 listed but I consolidated those in the same version.) My favorite on the list is Netscape Navigator 5 which was never actually released for the general public.
Netscape Navigator 5.x
Netscape Navigator 7.x
Microsoft Internet Explorer 5.1 (Mac OS)
Microsoft Internet Explorer 5.2 (Mac OS)
Microsoft Internet Explorer 5.5
Microsoft Internet Explorer 6.0
Microsoft Internet Explorer 7.0 (only on Windows Vista)
Microsoft Internet Explorer 8.0
AOL Version 5.x(MAC)
AOL Version 9.x
AOL for Mac OS X
Safari Version 1.2
Safari Version 1.3.x
Safari Version 2.x
Safari Version 3.x
Safari Version 4.x
Mozilla Version 1.7
Firefox Version 1.0
Firefox Version 2.0
Firefox Version 3.0
Firefox Version 3.5
Firefox Version 3.6
Leave a Reply