aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-4/+9
| | | | | | | | Fixes gh-1997 Close gh-1998 Conflicts: test/unit/core.js
* Manipulation: increase delay of data-URI testOleg Gaidarenko2015-01-151-1/+1
| | | | | | For Safar7/Opera - shot in the dark, can't reproduce this locally Ref gh-1993
* Event: HTML5 drop events inherit from MouseEventDave Methvin2015-01-141-7/+12
| | | | | | | | | Fixes gh-2009 Ref gh-1925 (cherry picked from commit d7e5fcee519e5f3e840beef9e67a536e75133df9) Conflicts: test/unit/event.js
* Manipulation: blacklist IE8 from running tests for tag-hyphenated elemsOleg Gaidarenko2015-01-141-0/+7
| | | | | | | IE8 supports only HTML elements it knows about, but if user uses custom elements a.k.a. tag-hyphenated, we assume it doesn't try to use them with IE8 Ref 5d522f5c740f1f919a630a5f6ec3d40fad840ff7
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+17
| | | | | Ref #1987 Ref 85ffc6d973865a031ded170934e0acfc2e97cb11
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-0/+13
| | | | | Ref #1987 Ref 534f13025aeb59a7d5893ce62efafa0b066a4934
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-112-47/+4
| | | | | | Fixes gh-1908 Closes gh-2000 (cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-0/+20
| | | | | | Fixes gh-1986 Closes gh-1995 (cherry picked from commit 89ce0af2cf7f001647e74fc1de92ce94a51fd5c2)
* Callbacks: Don't abort execution on .lock()Richard Gibson2015-01-101-4/+12
| | | | | Fixes gh-1990 Closes gh-1991
* Callbacks: No object starts out lockedRichard Gibson2015-01-101-6/+9
| | | | Fixes gh-1989
* 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/+19
| | | | | | | | DragEvent is a superset of MouseEvent, so we want to fix up mouse properties like pageX and pageY. Fixes gh-1925 (cherry picked from commit 389b2ab3b93bfd68ca6c6153a43e11d93ab9ec71)
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-0/+22
| | | | Ref ab20d9d24f0a95df382c02e9ef3dcc4adb86e4f1
* Offset: fix iframe scrollTop/Left test for IE8 and iPhoneOleg Gaidarenko2014-12-251-8/+22
| | | | | | | | | | | | | | * IE8 need a doctype, otherwise IE will scroll it, but will still show old values. It wasn't noticable before, since IE8 will update values if in the dev tools you swtich to "Quirks mode" and then back again, then this tab will always show the correct values even if you update it * 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 ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8
* Offset: fix iframe scrollTop/Left test for IE8Oleg Gaidarenko2014-12-241-0/+1
| | | | Ref ae30fb6c27a2121578d3ce7ca6e2ba1d205545b8
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-242-0/+16
| | | | Ref gh-1906
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-0/+60
| | | | Ref 359b03cac74d7336676a6992f14b7ccab9b28659
* CSS: Add unit tests for negative margins and positioningAditya Raghavan2014-12-241-0/+15
| | | | Ref 1b932bb7867924b98529537f8ccd35db979ae22a
* Event: add test for window scrollTop/Left logic in iframesAditya Raghavan2014-12-241-0/+15
| | | | Ref d21edb599d8f5f80a3f3ecba5b62311b9cd1a3e6
* README: various text fixesOleg Gaidarenko2014-12-151-1/+1
| | | | | | Thank you @essamjoubori, @bcbcb, @namlede Ref 31b63fc23674ede657f019783ad7b942bb83f9c3
* Support: Correct iOS 8 support test results, re-arrange entriesMichał Gołębiowski2014-12-131-5/+36
|
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-1/+5
| | | | | | | | | Fixes gh-1875 Closes gh-1880 (cherry picked from commit 5a75278e4c5359e07303fc4d8e78a1cf94f6ad65) Conflicts: src/ajax.js
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-102-10/+12
| | | | | | | Related: https://code.google.com/p/chromium/issues/detail?id=378607 Fixes gh-1664
* Build: fix tests in AMD modeTimmy Willison2014-12-102-14/+19
|
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-102-1/+56
| | | | Close gh-1506
* Event: Empty namespaces should be uneventfully ignoredDave Methvin2014-12-091-0/+11
| | | | | | | Thanks @hamishdickson for the report! Closes gh-1769 (cherry picked from commit 8653068dd6b8a515f5c1d8a0fda4479e9534103e)
* Css: Remove non-functional unit test for negative marginDave Methvin2014-12-091-4/+1
| | | | | | | | Thanks @MatthewMueller Closes gh-1474 Ref gh-1918 (cherry picked from commit 30b3b33251abc38386b787c64494265177302b86)
* Support: Re-organize browser order, add Safari 8Michał Gołębiowski2014-12-091-67/+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. (refs 43faf6d1f922ba44a84c93f4ff2461d208b2bf48)
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-081-0/+5
| | | | | | | | | | | | | The hook is still defined; not using it could cause issues in IE<11. Backport the test from the master branch. 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. (cherry-picked from f6302b0b53d61dfe1adbfaf6612be5cbced5bbc1) Fixes gh-1902 Closes gh-1901
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-0816-575/+152
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Manipulation: improve test for data-URIOleg Gaidarenko2014-12-081-11/+24
| | | | | Some environments do not support data-uri in "src" attribute of script element. Mitigate it with equality assertion
* Event: Fully clean up events in unit testVeaceslav Grimalschi2014-12-071-1/+2
| | | | | Closes gh-1685 (cherry picked from commit 4467ed606ab0a9b28ed495e682576910937fa5e0)
* Callbacks: Disabling a callback should prevent firingDave Methvin2014-12-071-0/+15
| | | | | | | | Thanks to @TheDistantSea for the report! Fixes gh-1790 Closes gh-1643 (cherry picked from commit bc1cb122db30be034b3da84ee2546c86e2a5268f)
* Tests: Tilt at a few style guide windmillsRichard Gibson2014-12-061-45/+43
| | | | | | Ref 3c13f4c6297566a71102c2362347987f6d6a636e (cherry picked from commit 906caebb3f3bc542904a94846e778aa8d71c0575)
* Tests: Accommodate page changes from the QUnit HTML reporterRichard Gibson2014-12-061-21/+20
| | | | | | Ref 6748ba349650353c7bed6eec201a3192f6b2cae1 (cherry picked from commit 3c13f4c6297566a71102c2362347987f6d6a636e)
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-055-24/+25
| | | | More to come later.
* 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! (cherry picked from commit 80022c81ce4a07a232afd3c580b0977555a2daec)
* Manipulation: don't test data-URI with script element in IE8Oleg Gaidarenko2014-12-031-8/+12
| | | | | | | Since, apparently, it doesn't support it. Couldn't find more relevant info then this - http://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx No guard for older IE, since support for them will be removed soon anyway
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+9
| | | | Ref 15f4dec7894f1e00adbfb9bce4f870441a527bd6
* Dimensions: allow modification of coordinates argumentOleg Gaidarenko2014-11-161-0/+12
| | | | Ref f7e60dc83d81cbf892de9dab39642dd67c49bd23
* CSS: Fix get upper case alpha opacity in IE8Zheming Sun2014-11-082-0/+20
| | | | | Fixes gh-1705 Closes gh-1704
* Build: Fix various typosOleg Gaidarenko2014-11-081-1/+1
| | | | | Thanks @jamesgpearce, @imyousuf Ref dc4b914a05e1e6dbf13f916897b5d6a472ea0380
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+17
| | | | | Fixes gh-1775 Close gh-1619
* Test: Switch leftover andSelf to addBackMichał Gołębiowski2014-10-302-3/+3
|
* Deprecated: Drop size and andSelf methodsMichał Gołębiowski2014-10-301-6/+0
| | | | | | | (cherry-picked from f110360f65a268e959ae892ca36e85da3d91e606) 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 (cherry picked from commit b807aedb7fee321fb3aa5d156a5a256ab0634e2d)
* 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. (cherry-picked from 995f70777ac6c0f988a44807ef1399e73937b2ee)
* 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 Conflicts: src/css/hiddenVisibleSelectors.js
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-172-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Build: Correct indentation issueOleg Gaidarenko2014-07-031-3/+3
|