aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-12-222-3/+10
| | | | This reverts commit ef30bdf4f1b361b6f2e99f5b7233b419f95a62f2.
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-12-221-2/+11
| | | | This reverts commit 38bd5feddeca3acdd740300f370450621d4e2731.
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-12-222-40/+0
| | | | This reverts commit ef77f83db86b806425203d1e5ecbcc119d7b9c32.
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-226-120/+30
| | | | This reverts commit 23212b34e690e857cbc46951dd8c018d181206cb.
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-222-7/+14
| | | | This reverts commit 41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac.
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-228-85/+66
| | | | This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2.
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-222-7/+7
| | | | This reverts commit ada073e9acfc9a103b13b9b69d26590e1c834d04.
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-12-222-2/+19
| | | | This reverts commit 5c086c3782459307c44397549fef15a87c8b90c4.
* 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-35/+1
|
* Tests: Add iOS 9 support tests resultsMichał Gołębiowski2015-10-301-0/+34
|
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
| | | | (cherry-picked from cbe5b2b79a46c61ad36ea5df44f80b1cc2c1b60a)
* 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. (cherry picked from commit 87bd130289c6ed9bfc355c1f8587ae6ce00a4776)
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-262-20/+5
| | | | | | | | | Fixes gh-1759 (cherry picked from commit 47ccf3daadc4b312f850502300129952e70f9d9d) Conflicts: src/attributes/attr.js
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-1/+1
| | | | | | | Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44 (cherry picked from commit f931786018058174fa63551a7a4a3fccf9de41fa)
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-252-7/+7
| | | | | | Fixes gh-2662 (cherry picked from commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc)
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-251-0/+7
| | | | | | | | | | Fixes gh-2647 Closes gh-2664 (cherry picked from commit c752a5030bc00eb5b45dea9c28963f824a5c4f44) Conflicts: src/attributes/prop.js
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-251-1/+1
| | | | (cherry picked from commit 3689963909880ed832ac17eabf7b9260927a68d8)
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-251-1/+2
| | | | | | | (cherry picked from commit 32cfc38a9c76d1f9163759c811cb9c82eb47d565) Conflicts: src/css/showHide.js
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-259-18/+18
| | | | | | Close gh-2339 (cherry picked from commit c577928d45bdcc3ee8f93da89ab7aadca21919f3)
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-252-3/+37
| | | | | | | Fixes gh-2343, gh-2410 Close gh-2617 (cherry picked from commit c82a6685bb964627e27008e298f93ea81218265b)
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-251-24/+22
| | | | | | | | | | | - Classes simpliciation Close gh-2465 (cherry picked from commit 5db1e053098af747330044d5740e5379f2834402) Conflicts: src/attributes/classes.js
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-252-6/+7
| | | | | | Ref gh-2491 (cherry picked from commit 4bf1a09522955eb52de1fafb4ee1ecc5982b7a3e)
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-252-76/+22
| | | | | | | | | | Fixes gh-2491 Close gh-2618 (cherry picked from commit 53f798cf4d783bb813b4d1ba97411bc752b275f3) Conflicts: src/attributes/classes.js
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-258-66/+83
| | | | | | | | | | | | | | | | 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 (cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a) Conflicts: Gruntfile.js src/css.js src/css/showHide.js test/unit/css.js
* Deprecated: fix amd mode for the deprecated moduleTimmy Willison2015-10-252-1/+4
| | | | (cherry picked from commit e271f665dd8fb617a5015051e1c9df8cebd6c97b)
* Tests: Keep test iframes around for assertionsRichard Gibson2015-10-251-1/+1
| | | | | | | | Ref 44f8239d3f9d09d81e2885e9ae7e044277b67341 Ref gh-2644 Ref gh-2390 (cherry picked from commit 0fb84fa8ccefcd07febf282fd7b80262ad70add7)
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-252-1/+9
| | | | | | | Ref #2645 Closes #2657 (cherry picked from commit 0703fd52ef88a2cdac93502070c51c93ffa1dfdd)
* Build: update Sizzle to 2.2.1Oleg Gaidarenko2015-10-254-12/+12
| | | | | | | | | | Ref #2644 - `selector` module in Edge - Waiting for Sizzle update Fixes #2390 (cherry picked from commit 44f8239d3f9d09d81e2885e9ae7e044277b67341) Conflicts: package.json
* Ajax: Don't let onreadystatechange preempt exceptions from xhr.sendRichard Gibson2015-10-231-2/+6
| | | | Ref 0a6e1c4b191f177fce2dac5fd3a17b76f853fd26
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
| | | | Ref 01c360f96390ff16edfe65ef3b34e167087ef645
* Ajax: Catch synchronous readystatechange eventsRichard Gibson2015-10-231-6/+8
| | | | | Fixes gh-2673 Ref trac-14683
* CSS: Protect against getBoundingClientRect exceptionsRichard Gibson2015-10-201-6/+15
| | | | | Ref 487d5ca913c237aafe9efa1179749b46382fddbf Ref 6df399073c6027608dff84bbd3b71e62df6c1c9b
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+1
| | | | | | | Ref #1740 Yeah. (cherry picked from commit 1144e754a6a131bd4affec26fd85299e71bdab06)
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+34
| | | | Refs e99a3ac7066226d00ff5828de596d4a4b3818c0c
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
| | | | | Fixes gh-2590 (cherry picked from commit 9f9e204bba41b7a9cde5ba7e065d817ef8b18c41)
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
| | | | | | Fixes #2645 Closes #2661 (cherry picked from commit 9090d98439f8dc449beafee98f8ff35cfb4f9116)
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-186-37/+95
| | | | | Fixes gh-2237 Closes gh-2276
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
| | | | | Cherry-picked from 67b76f5986a78d868553b9aec0d0192f5259a078 Closes gh-2605
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
| | | | | Cherry-picked from 625bd303d99408bca86b7002cd42b8716e2b267e Follow-up for c7cf28681eeb2a7f6d71e5e17b293c252900bda7
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-132-1/+14
| | | | | | | | | | 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. Cherry-picked from 8a734344f2566dab5b8d34ecd79ae81ebd8843c5 Closes gh-2627
* Ajax: don't expect cross-origin tests run in envs which not support itOleg Gaidarenko2015-10-131-31/+20
| | | | | Cherry-picked from 39cdb8c9aa0fde68f733553ba050a2ba9d86474c Follow-up to b078a62013782c7424a4a61a240c23c4c0b42614
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-124-5/+112
| | | | | | Cherry-picked from 239169bb2ede6ea6287d82d1d13b0c354f451749 Fixes gh-2584 Closes gh-2643
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
| | | | | | As noted by @arthurvr Follow-up for f60729f3903d17917dc351f3ac87794de379b0cc
* Event: fix incorrect testOleg Gaidarenko2015-10-122-8/+2
| | | | | | | Which was revealed by 03eaadb131df925d1072afd2496ee3b41d2f1fc6 commit, also do not try to fix typos in data/jquery version Cherry-picked from d92310050ca7bf0b33825d64e052f9a8809c3e9e
* Build: Fixed issue with base path that contain 'var'Martin Naumann2015-10-121-1/+1
| | | | | | | | Remove the cwd from the paths, so the regex doesn't kick in on "var" Cherry-picked from 0c34e688439713725d4215c63bc4cf876d8d0423 Fixes gh-2450 Closes gh-2641
* Tests:Docs: Fix various typosGary Ye2015-10-126-7/+7
| | | | | | | | | | | | | * Changes "baar" to "bar" when used with "foo" in readme and comments of js files * mousenter -> mouseenter Thanks @garysye, @KimTaehee Cherry-picked from 03eaadb131df925d1072afd2496ee3b41d2f1fc6 Closes gh-2613 Closes gh-2601
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-124-18/+63
| | | | | | Cherry-picked from ee0854f85bd686b55757e8854a10480f23c928da Fixes gh-2288 Closes gh-2624
* Tests: Add .extend test for defined accessor propertiesOleg Gaidarenko2015-10-121-0/+30
| | | | | Ref 9748e436ad80d6a2e1661ba4cf8d7391ed87c3ad Closes gh-2615
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-122-0/+55
| | | | | | | | Proposed by @jaubourg Cherry-picked from b078a62013782c7424a4a61a240c23c4c0b42614 Fixes gh-2432 Closes gh-2588