aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.01.12.0Timmy Willison2016-01-084-1/+11034
|
* Release: update AUTHORS.txt againTimmy Willison2016-01-081-0/+1
|
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
| | | | Fixes gh-2225
* Release: ensure files are copied to distTimmy Willison2016-01-081-2/+2
|
* Release: allow local and github distsTimmy Willison2016-01-081-1/+4
|
* Release: update AUTHORS.txtTimmy Willison2016-01-081-0/+12
|
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-0810-55/+28
|
* Tests: Disable/relax a few tests failing in Android 2.3Michał Gołębiowski2016-01-073-11/+33
| | | | Fixes gh-1785
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-072-4/+14
| | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793
* Attributes: fix toggleClass(boolean) in ie6/7Timmy Willison2016-01-071-7/+5
|
* Tests: use assert syntax in restored testTimmy Willison2016-01-071-2/+2
|
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-072-1/+17
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-072-17/+74
| | | | This reverts commit f24726daa3760014b7283ad14a13117c72dd9474.
* Revert "Deprecated: Drop size and andSelf methods"Timmy Willison2016-01-072-1/+16
| | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7.
* Tests: fix support values for androidTimmy Willison2016-01-071-14/+14
|
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-067-27/+148
|
* Revert "Offset: simplify jQuery#offsetParent method"Timmy Willison2016-01-061-13/+3
| | | | This reverts commit 96447575c23f7b313091750ed84cec05db3a25c6.
* Tests: fix support tests in ie9Timmy Willison2016-01-061-5/+5
|
* CSS: fix reliableHiddenOffsets support test for IE6-7Timmy Willison2016-01-062-16/+21
|
* Revert "Manipulation: simplify html wrappers"Timmy Willison2016-01-061-12/+0
| | | | This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b.
* CSS: fix visible/hidden for IE6/7Timmy Willison2016-01-062-5/+24
|
* Attributes: fix IE6-7 classesTimmy Willison2016-01-061-3/+3
|
* Revert "Ajax: remove "onunload" event handler"Timmy Willison2016-01-061-11/+24
| | | | This reverts commit 4632e55870a00a70e737a862cdb0820278cec0fe.
* Revert "Ajax: use anchor tag for parsing urls"Timmy Willison2016-01-062-38/+27
| | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd.
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-0639-379/+1161
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Wrap: correct tests lengthOleg Gaidarenko2015-12-221-22/+66
|
* Build: another portion of code style fixesOleg Gaidarenko2015-12-222-3/+3
|
* Manipulation: correct wrapMap assignOleg Gaidarenko2015-12-221-1/+1
|
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-12-222-121/+32
| | | | This reverts commit e38138af6ac3fa850a092adf09366a68850189a8.
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-222-18/+13
| | | | This reverts commit 61bb61279ce51af189d40162dc62e44f04826051.
* Revert "Manipulation: simplification of manipulation wrappers"Oleg Gaidarenko2015-12-221-9/+5
| | | | This reverts commit 3e8712062d92feea8723e6185c47a2cc98e0e7af.
* Revert "Ajax: simplify one ajax call and add explanatory comment"Oleg Gaidarenko2015-12-221-0/+2
| | | | This reverts commit 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990.
* Effects: Remove tests for jQuery.Animation & jQuery.TweenMichał Gołębiowski2015-12-222-8/+2
| | | | | | | | | | | | We'll officially support those APIs in jQuery 3.0 but we don't want to have to support them in 1.12/2.2. The code is left untouched, only tests (& official support) are removed. Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2 Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526 Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc
* Build: code style fixesOleg Gaidarenko2015-12-223-3/+10
|
* Build: remove needless file and re-enable jscsOleg Gaidarenko2015-12-222-24/+1
|
* Build: remove node .10 from travisOleg Gaidarenko2015-12-221-1/+0
|
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-2230-1005/+1037
|
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-227-82/+64
| | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac.
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-222-26/+1
| | | | This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1.
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-222-121/+20
| | | | This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-225-12/+69
| | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60.
* Revert "Core: Throw an error on $("#") rather than returning 0-length ↵Oleg Gaidarenko2015-12-222-14/+6
| | | | | | collection" This reverts commit 93f95c966355f02b5695f50523f88687eadb4c81.
* Offset: do not run tests which break without back-incompat changeOleg Gaidarenko2015-12-221-3/+3
| | | | See 9d1d4c272a58ced36242d90b3f0462c2bbb972a3
* Tests: correct revert artefactOleg Gaidarenko2015-12-221-4/+4
|
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-12-222-109/+9
| | | | This reverts commit 3dcee021603d5c25cd429cb25c2de5046044ca4c.
* Revert "Traversing: simplify jQuery#contents method"Oleg Gaidarenko2015-12-221-1/+3
| | | | This reverts commit 7230df15ac612e0e5a08ed7ffc02f6700b2ec898.
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-223-20/+12
| | | | This reverts commit dac716ca65a83bab2449ffa35c43b4b52e26a0c1.
* Revert "CSS: simplify "defaultDisplay" module"Oleg Gaidarenko2015-12-221-1/+1
| | | | This reverts commit d9d8906cfdd05a6163b0a6791f7ab4433951eacd.
* Revert "Callbacks: Don't abort execution on .lock()"Oleg Gaidarenko2015-12-222-17/+7
| | | | This reverts commit fc7477f4927100f23f83c22b5142a42d1eac8502.
* Revert "Manipulation: don't auto-insert tbody"Oleg Gaidarenko2015-12-222-84/+8
| | | | This reverts commit 939e755163c9c9749fdd39ae9e60de7cb41eeb2c.