aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/ua.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Remove test/data/ua.txtMichał Gołębiowski2015-06-161-272/+0
| | | | | | | The file was used by $.browser tests but $.browser now doesn't exists in Core and this file hasn't been updated for a few years. Fixes gh-2398
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+272
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-272/+0
| | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵Rick Waldron2012-06-251-2/+2
| | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
* Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-2/+2
| | | | This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30.
* Revert "Updated version numbers; Fixes #9385"timmywil2011-08-261-2/+2
| | | | This reverts commit 09fe3ea265d730cc5e2dd2705d5a60ffd382d166.
* Updated version numbers; Fixes #9385rwldrn2011-06-231-2/+2
|
* Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-201-2/+2
|
* adding extra useragents from trac tickets. correcting opera versionPaul Irish2010-01-121-1/+18
|
* Rewrite of jQuery.browser to become engine-centric, rather than ↵jeresig2010-01-051-0/+255
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 http://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead.