aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.1.32.1.3Michał Gołębiowski2014-12-185-4/+9215
|
* Build: Smoke test on Node with jsdomMichał Gołębiowski2014-12-182-1/+15
|
* Ajax: Don't use bare location, it breaks Node with jsdomMichał Gołębiowski2014-12-171-1/+1
| | | | Tests not included; the proper fix is coming to the master branch.
* Build: Update commitplease to 2.0.0Dave Methvin2014-12-171-1/+1
|
* Build: Updating the 2.1-stable version to 2.1.3-pre.Dave Methvin2014-12-171-1/+1
|
* Revert "Release: ensure Sizzle is the latest tag"Dave Methvin2014-12-163-49/+0
| | | | | | | This reverts commit 1d931068d30b6a516b883cf7f420606de21eab68. Conflicts: build/release.js
* Build: disable Sizzle checkDave Methvin2014-12-161-1/+1
|
* Authors: Update AUTHORS.txt and .mailmapDave Methvin2014-12-162-1/+4
|
* Sizzle: update to 2.1.1-jquery.2.1.2 for back-compatTimmy Willison2014-12-164-20/+23
|
* Sizzle: update to 2.1.1Timmy Willison2014-12-154-72/+92
|
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-111-0/+1
| | | | | | | | | (cherry-picked from 7d15b4d1f181de8868c375c545a51e4dfc28a611) Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia!
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-12-111-2/+3
| | | | | | (cherry-picked from 4e7f34f6296111f7f91d621397dfb02c6bf4c41f) Closes gh-1695
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-12-111-1/+1
| | | | | | | | (cherry-picked from 0cdec797de23555c95a70978f4d9e06f3b041330) Ref chromium issue 378607 Ref #14839 Closes gh-1662
* Ajax: Remove workaround for IE6/7Chris Antaki2014-12-111-19/+6
| | | | | | | (cherry-picked from e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66) Closes gh-1597 Ref #8138
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-162-1/+31
| | | | | | | | | | | | | IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws on frame elements through "defaultView.getComputedStyle" (see #15098) Use "defaultView" if in the popup which would fix IE issue, use "window.getComputedStyle" which would fix FF issue. And everybody wins, except performance, but who cares right? Fixes #15098 Closes gh-1583
* Support: clean up comments and Support notationDave Methvin2014-06-1028-170/+161
| | | | Closes gh-1577
* Tests: Clean up isNumeric testsRichard Gibson2014-06-071-47/+42
| | | | (cherry picked from commit d05f4bda1cc0b1ef76dce41a53c17f75c105a377)
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-072-2/+4
| | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77)
* Wrap: Declare a dependency on the manipulation moduleTJ VanToll2014-06-021-0/+1
| | | | | Fixes #15121 Closes gh-1589
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-022-1/+18
| | | | | Fixes #15118 Closes gh-1588
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-024-8/+15
| | | | Fixes #15126
* Selector: Use jQuery reference not SizzleOleg Gaidarenko2014-05-291-2/+6
|
* Selector: Fix test iframe submission for firefoxOleg Gaidarenko2014-05-291-9/+5
| | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4
* Release: ensure Sizzle is the latest tagTimmy Willison2014-05-233-0/+49
| | | | Fixes #14915
* Build: run jshint and jscs on release scriptsTimmy Willison2014-05-232-4/+3
|
* Build: update AUTHORS.txtTimmy Willison2014-05-231-1/+2
|
* Effects: Remove needless operations in testsOleg Gaidarenko2014-05-091-3/+0
|
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-052-2/+23
|
* Core: Correct the number of expected testsMichał Gołębiowski2014-05-021-1/+1
|
* Core: Remove repeated testLiang Peng2014-05-021-1/+0
| | | | Closes gh-1570
* Bower: Update project version to 2.1.2-preDave Methvin2014-05-011-1/+1
|
* Build: Updating the master version to 2.1.2-pre.Dave Methvin2014-05-011-1/+1
|
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-303-4/+30
| | | | Fixes #14894
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-303-3/+32
| | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
* Build: Spaces vs tabsOleg Gaidarenko2014-04-242-3/+3
| | | | | | * Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary)
* Build: Add "browser" keyword for npmDave Methvin2014-04-231-0/+1
|
* Build: Remove json check for jscs configOleg Gaidarenko2014-04-231-4/+0
|
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-184-29/+39
| | | | | Fixes #14901 Fixes #14793
* Css: Use only positive integers as values for widows/orphansMichał Gołębiowski2014-04-181-8/+1
| | | | | | | | | According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans, widows and orphans can take only positive integer values. Together with a Chrome 34 regression this caused the test to fail. Fixes #15016 Closes gh-1563
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-182-1/+2
| | | | | Fixes #14979 Closes gh-1560
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | | | Ref jquery/jquery-release#61 Fixes #15020 Closes gh-1561
* Build: Remove Sizzle from run names passed to the testswarm taskMichał Gołębiowski2014-04-151-1/+1
|
* Build: Update jscsrcOleg Gaidarenko2014-04-153-24/+6
| | | | | | | | * Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules
* Build: Fix code style issueOleg Gaidarenko2014-04-151-1/+0
| | | | Remove needless empty line character
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-155-14/+18
| | | | | | (cherry-picked from the 71780965072b1271018f2cf360e82fbe31f4987e) Picked up so tests from the 1.x-master would be more similar to this branch
* Tests: Bring back some of the clean-up logicOleg Gaidarenko2014-04-151-0/+11
|
* Tests: Remove unused variablesOleg Gaidarenko2014-04-151-2/+2
|
* Tests: Copy some Sizzle combinators testsOleg Gaidarenko2014-04-151-0/+41
|
* Tests: Add more tests for Sizzle attributesOleg Gaidarenko2014-04-151-3/+89
|
* Tests: Add test for selectors with commasOleg Gaidarenko2014-04-151-0/+12
|