aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-0/+19
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-2/+7
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+9
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-0/+12
* Build: Fix various typosOleg Gaidarenko2014-11-082-5/+5
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-036-77/+28
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+17
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-6/+0
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-1/+3
* Css: Fix the "sanity check" testMichał Gołębiowski2014-07-281-1/+1
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-10/+12
* Selector: Remove "#" exception for identifier tokensMichał Gołębiowski2014-06-301-2/+2
* Build: Move test to appropriate moduleOleg Gaidarenko2014-06-162-6/+4
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-0/+28
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-161-0/+4
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-163-27/+36
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-0/+23
* Tests: Clean up isNumeric testsRichard Gibson2014-06-071-47/+42
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-021-0/+16
* Selector: Use jQuery reference not SizzleOleg Gaidarenko2014-05-291-2/+6
* Selector: Fix test iframe submission for firefoxOleg Gaidarenko2014-05-291-9/+5
* Effects: Remove needless operations in testsOleg Gaidarenko2014-05-091-3/+0
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-052-2/+23
* Core: Correct the number of expected testsMichał Gołębiowski2014-05-021-1/+1
* Core: Remove repeated testLiang Peng2014-05-021-1/+0
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-0/+6
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-0/+24
* Css: Use only positive integers as values for widows/orphansMichał Gołębiowski2014-04-181-8/+1
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-152-10/+14
* Tests: Remove unused variablesOleg Gaidarenko2014-04-151-2/+2
* Tests: Copy some Sizzle combinators testsOleg Gaidarenko2014-04-151-0/+41
* Tests: Add more tests for Sizzle attributesOleg Gaidarenko2014-04-151-3/+89
* Tests: Add test for selectors with commasOleg Gaidarenko2014-04-151-0/+12
* Tests: Copy Sizzle.uniqueSort testsOleg Gaidarenko2014-04-151-0/+79
* Tests: Copy Sizzle.contains testsOleg Gaidarenko2014-04-151-0/+26
* Tests: Move some of the Sizzle tests to selectorOleg Gaidarenko2014-04-151-0/+93
* Tests: Improve jsonp testsOleg Gaidarenko2014-04-151-2/+2
* Tests: Correct logic of a broken assertionOleg Gaidarenko2014-04-151-2/+3
* Support: Add Android support tests resultsMichał Gołębiowski2014-03-311-11/+43
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-201-0/+13
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-0/+10
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+13
* Event: Simplify the logic behind blacklisting Android 2.3 on one testMichał Gołębiowski2014-03-181-7/+4
* Event: Don't test stopImmediatePropagation in Android 2.3Michał Gołębiowski2014-03-181-8/+19
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
* Event: Unit test for #14741 fixDave Methvin2014-03-161-0/+14
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-2/+13
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1