aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-222-26/+1
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-222-121/+20
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-225-12/+69
* Revert "Core: Throw an error on $("#") rather than returning 0-length collect...Oleg Gaidarenko2015-12-222-14/+6
* Offset: do not run tests which break without back-incompat changeOleg Gaidarenko2015-12-221-3/+3
* Tests: correct revert artefactOleg Gaidarenko2015-12-221-4/+4
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-12-222-109/+9
* Revert "Traversing: simplify jQuery#contents method"Oleg Gaidarenko2015-12-221-1/+3
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-223-20/+12
* Revert "CSS: simplify "defaultDisplay" module"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Callbacks: Don't abort execution on .lock()"Oleg Gaidarenko2015-12-222-17/+7
* Revert "Manipulation: don't auto-insert tbody"Oleg Gaidarenko2015-12-222-84/+8
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-12-221-4/+6
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-12-226-890/+293
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-223-37/+16
* CSS: remove revert artefactOleg Gaidarenko2015-12-221-2/+0
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-12-222-215/+112
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-12-222-20/+1
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-12-222-39/+11
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-12-222-10/+18
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-12-222-2/+10
* Build: Temprary disable jscs checksOleg Gaidarenko2015-12-221-1/+1
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-2210-1341/+1352
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-222-25/+35
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-12-222-3/+10
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-12-221-2/+11
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-12-222-40/+0
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-226-120/+30
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-12-222-7/+14
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-228-85/+66
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-222-7/+7
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-12-222-2/+19
* 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
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-262-20/+5
* Tests: Post-Summit cleanupRichard Gibson2015-10-251-1/+1
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-252-7/+7
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-251-0/+7
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-251-1/+1
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-251-1/+2
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-259-18/+18
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-252-3/+37
* Attributes: removeClass() -> attr("class", "")Thomas Tortorini2015-10-251-24/+22