aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* README: various text fixesOleg Gaidarenko2014-12-151-1/+1
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+22
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-1/+5
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-103-3/+44
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-0/+11
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-14/+0
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-092-22/+10
* Build: fix tests in AMD modeTimmy Willison2014-12-092-14/+19
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-092-0/+26
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-41/+9
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-0/+5
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-3/+19
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-0/+15
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-055-23/+24
* 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: Remove leftover -moz-box-sizing in testsMichał Gołębiowski2014-11-031-1/+0
* 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
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-172-9/+24
* Selector: Remove "#" exception for identifier tokensMichał Gołębiowski2014-06-301-2/+2
* Build: Move all external libraries to external directoryScott González2014-06-246-4983/+5
* 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-165-28/+37
* 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-302-0/+22
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-302-0/+27