aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-11-112-69/+16
| | | | This reverts commit b60b26e18477d21fa5ec9c6572e114fc5d441730.
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-11-111-2/+6
| | | | This reverts commit b7a7dea95f84d6d8e5a8186d4fb09a762baf79bb.
* Revert "Ajax: Mitigate possible XSS vulnerability"Oleg Gaidarenko2015-11-111-48/+0
| | | | This reverts commit b078a62013782c7424a4a61a240c23c4c0b42614.
* Revert "Ajax: don't expect cross-origin tests run in envs which not support it"Oleg Gaidarenko2015-11-111-20/+31
| | | | This reverts commit 39cdb8c9aa0fde68f733553ba050a2ba9d86474c.
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-11-111-4/+2
| | | | This reverts commit 47ccf3daadc4b312f850502300129952e70f9d9d.
* Revert "Attributes: remove flakey test for selected attribute"Oleg Gaidarenko2015-11-111-1/+3
| | | | This reverts commit 87bd130289c6ed9bfc355c1f8587ae6ce00a4776.
* Revert "Ajax: Only form-encode requests with a body"Oleg Gaidarenko2015-11-112-58/+16
| | | | This reverts commit 70605c8e5655da996ebd395e3c43423daaa08d9c.
* Revert "Attributes: return empty array for select-multiple with no values"Oleg Gaidarenko2015-11-111-2/+2
| | | | This reverts commit 79fc806e8500372a2278795c068d039ee287535f.
* Revert "Dimensions: outerWidth/Height include scrollbar"Oleg Gaidarenko2015-11-111-43/+40
| | | | This reverts commit 7d44d7f9e7cb73ff2b373f08cea13ea9958bb462.
* Revert "Dimensions: Empty sets should return undefined"Oleg Gaidarenko2015-11-111-13/+25
| | | | This reverts commit 97d79ecf6b6c5cc3c1485eb3c46e12986a978f57.
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-118-167/+233
| | | | | | | | | - Ignore certain tests that obviously are not supported - Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions Fixes gh-1742 Fixes gh-2048 Close gh-2703
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-2/+2
| | | | | | Fixes gh-2319 Closes gh-2702 Ref gh-2701
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-25/+13
| | | | | Ref gh-2319 Closes gh-2701
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-30/+35
| | | | | Fixes gh-1712 Close gh-2695
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-0/+11
| | | | | Fixes gh-1757 Close gh-2696
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
| | | | Ref gh-2693
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-40/+43
| | | | | Fixes gh-1729 Closes gh-2694
* Event: Make event aliases optional in unit testsDave Methvin2015-11-061-44/+41
|
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-2/+2
| | | | | Fixes gh-2562 Close gh-2689
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-0/+18
| | | | | | | | Fixes gh-2302 Closes gh-2687 At the moment it's not possible to run the full event unit tests without aliases so this was just tested with a custom build by running this one test.
* Event: Ensure delegation doesn't error on comment nodesTimmy Willison2015-11-041-0/+27
| | | | | Fixes gh-2055 Close gh-2659
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-0/+24
| | | | | | | | | Fixes gh-2498 Closes gh-2682 The added unit test shows how this could be used to support an ArrayBuffer return, but $.ajax does not support it natively. The goal with this change was to avoid the exception.
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-1/+20
| | | | | | | - IE9 does not have onabort. Use onreadystatechange instead. Fixes gh-2079 Close gh-2684
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-022-15/+57
| | | | | Fixes #2658 Closes #2671
* Tests: Make regexes for iOS devices more rigidMichał Gołębiowski2015-10-301-3/+3
|
* Tests: Remove Safari 7.0 & iOS 6 support tests resultsMichał Gołębiowski2015-10-301-18/+1
|
* Tests: Add iOS 9 support tests resultsMichał Gołębiowski2015-10-301-0/+17
|
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-0/+12
| | | | Fixes gh-2100
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
| | | | | - The change is already covered by the "checked" test. Since this test is redundant, just drop it.
* Tests: Post-Summit cleanupRichard Gibson2015-10-252-9/+1
| | | | | Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
| | | | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-2/+4
| | | | Fixes gh-1759
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-1/+1
| | | | Fixes gh-2662
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+17
|
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-183-38/+65
| | | | | | | | | | | | Fixes gh-2237 Closes gh-2276 (cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c) Conflicts: src/css.js src/css/support.js test/unit/support.js
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-0/+7
| | | | | Fixes gh-2647 Closes gh-2664
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
| | | | | Fixes #2645 Closes #2661
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
| | | | Fixes gh-2590
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-181-1/+5
| | | | Ref gh-2491
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-181-24/+1
| | | | | Fixes gh-2491 Close gh-2618
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-184-33/+53
| | | | | | | | Unit test changes some uses of .show() and .hide() to .css( "display", ... ), there was already an implicit assumption in several of the existing tests. Fixes gh-2193 Close gh-2648
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-0/+7
| | | | | Ref #2645 Closes #2657
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
| | | | Closes gh-2605
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
| | | | Follow-up for 8a734344f2566dab5b8d34ecd79ae81ebd8843c5
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-0/+13
| | | | | | | | | In ECMAScript 2015 (ES6), the native typeof operator returns "symbol" for Symbol primitives. As it is possible to wrap symbols using the Object constructor, symbols can be objects as well as any other primitive type in JavaScript and should be determined by jQuery.type. Closes gh-2627
* Ajax: don't expect cross-origin tests run in envs which not support itOleg Gaidarenko2015-10-131-31/+20
| | | | Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-1/+103
| | | | | Fixes gh-2584 Closes gh-2643
* Event: fix incorrect testOleg Gaidarenko2015-10-121-7/+1
| | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version
* Tests:Docs: Fix various typosGary Ye2015-10-122-2/+2
| | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Closes gh-2613 Closes gh-2601
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-0/+40
| | | | | Fixes gh-2288 Closes gh-2624