Rewrite of jQuery.browser to become engine-centric, rather than browser-centric....
authorjeresig <jeresig@gmail.com>
Tue, 5 Jan 2010 22:01:20 +0000 (17:01 -0500)
committerjeresig <jeresig@gmail.com>
Tue, 5 Jan 2010 22:01:20 +0000 (17:01 -0500)
commitffb1867a4364ea65e60dad3469e8c8eb420ebcac
treed1a66984ba540eb235e4f1fc6326201e37f873a2
parent3f648c4e3abe236b8ec6a19822313be794e5a9df
Rewrite of jQuery.browser to become engine-centric, rather than browser-centric. Also attempt to determine the engine version in a smarter fashion, less prone to error. Finally, enhanced the test suite with 255 useragent strings from user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead.
src/core.js
test/data/ua.txt [new file with mode: 0644]
test/unit/core.js