aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
| | | | | | | This should fix "Java out of date" errors on BrowserStack. Fixes gh-1938 Closes gh-2028
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-261-1/+1
| | | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Fixes gh-1993 (cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e)
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-4/+9
| | | | | Fixes gh-1997 Close gh-1998
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-6/+13
| | | | | Fixes gh-2009 Ref gh-1925
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+17
| | | | | Fixes #1987 Closes gh-1988
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+13
| | | | Ref #1987
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-112-47/+4
| | | | | Fixes gh-1908 Closes gh-2000
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-0/+20
| | | | | Fixes gh-1986 Closes gh-1995
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-4/+12
| | | | | | | Fixes gh-1990 Closes gh-1991 (cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-6/+9
| | | | | | Fixes gh-1989 (cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)
* Ajax: Fix cross-domain detection test for non-default portVictor Homyakov2015-01-061-1/+1
| | | | Closes gh-1954
* Event: Normalize mouse event properties in drag eventsAditya Raghavan2015-01-051-0/+14
| | | | | | | DragEvent is a superset of MouseEvent, so we want to fix up mouse properties like pageX and pageY. Fixes gh-1925
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-0/+22
| | | | | Fixes gh-1894 Closes gh-1915
* Offset: don't run scrollTop/scrollLeft iframe test in mobile SafariOleg Gaidarenko2014-12-251-7/+16
| | | | | | | iPhone resize the iframe by its content regardless of the width, height values, meaning it's not possible to scroll the iframe only its parent element Ref 62a333e0646d3011377ed13a6fcfbb08e91e2bef
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-0/+30
| | | | | Fixes gh-1843 Closes gh-1912
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
| | | | Closes gh-1957
* Event: fix incorrect window bug with scrollTop/Left in iframesAditya Raghavan2014-12-241-0/+15
| | | | | Fixes gh-1945 Closes gh-1959
* README: various text fixesOleg Gaidarenko2014-12-151-1/+1
| | | | | | | | Thank you @essamjoubori, @bcbcb, @namlede Closes gh-1926 Closes gh-1927 Closes gh-1928
* 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
| | | | | Fixes gh-1875 Closes gh-1880
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-102-2/+43
| | | | Close gh-1505
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-0/+11
| | | | | | Thanks @hamishdickson for the report! Closes gh-1769
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-14/+0
| | | | | - Safari 8 has issues when the HTML string contains forms. Closing tags are not respected.
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
| | | | | | | Thanks @MatthewMueller Closes gh-1474 Ref gh-1918
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-092-22/+10
|
* Build: fix tests in AMD modeTimmy Willison2014-12-091-13/+16
|
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-092-0/+26
| | | | Close gh-1505
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-41/+9
| | | | | | | | Most browsers were put in order newest to oldest, Android was treated differently; this has been fixed. Also, browsers that share test results between different versions were grouped together.
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-0/+5
| | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. Also, IE10 no longer throws when value not set but it still doesn't trim the value. IE11 has all those issues fixed; support comments are updated. Fixes gh-1902 Closes gh-1901
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-3/+19
| | | | | | | Some environments do not support data-uri in "src" attribute of script element. Mitigate it with equality assertion Ref a467f8653a6fab2903148df80ab0ce9f5f4fd04f
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
| | | | Closes gh-1685
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-0/+15
| | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
| | | | Ref 3c13f4c6297566a71102c2362347987f6d6a636e
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
| | | | Ref 6748ba349650353c7bed6eec201a3192f6b2cae1
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-054-19/+21
| | | | | | More to come later. (cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633)
* Event: Copy detail property to jQuery.Event on native eventsDave Methvin2014-12-031-0/+19
| | | | Fixes gh-1867
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-2/+7
| | | | | | Closes gh-1682 Thanks @goob for the issue report!
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+9
| | | | | Fixes gh-1887 Closes gh-1888
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-0/+12
| | | | | Fixes gh-1848 Closes gh-1853
* Build: Fix various typosOleg Gaidarenko2014-11-082-5/+5
| | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844
* 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
| | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+17
| | | | | Fixes gh-1775 Close gh-1619
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-6/+0
| | | | | Fixes gh-1749 Closes gh-1822
* Event: Restore the `constructor` property on jQuery.Event prototypeDaniel Herman2014-09-041-1/+3
| | | | | | | | | The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580
* Css: Fix the "sanity check" testMichał Gołębiowski2014-07-281-1/+1
| | | | | The #dl element has 0 height so it's now considered hidden regardless of its width.
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-10/+12
| | | | | | | - Note: this is a breaking change that has been delayed for several versions. Fixes #10406 Fixes #13132
* Selector: Remove "#" exception for identifier tokensMichał Gołębiowski2014-06-301-2/+2
| | | | | Port Sizzle test change from: https://github.com/jquery/sizzle/commit/f204a6112216f31685717d9fc1bf6cabf42b2ef1
* Build: Move test to appropriate moduleOleg Gaidarenko2014-06-162-6/+4
|
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-0/+28
| | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Closes gh-1578