aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.11.11.1Dave Methvin2014-05-015-4/+10318
|
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-303-5/+30
| | | | | | | | | Fixes #14894 (cherry picked from commit b8133e282ceebf502c7c08d849b176a929c9c450) Conflicts: src/data.js test/unit/data.js
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-303-3/+33
| | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js
* 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) (cherry-picked from bbace100a3ad51287cd2864eeb03ddebb381d44f)
* Build: Add "browser" keyword for npmDave Methvin2014-04-231-0/+1
| | | | (cherry picked from commit 108428bcabb7027852ecd656b98f110a444039d0)
* Build: Remove json check for jscs configOleg Gaidarenko2014-04-231-4/+0
| | | | (cherry-picked from 1514dca501fd383a9cdb6b42cce7c71fdad1ee38)
* Selector: Update Sizzle to 1.10.19Richard Gibson2014-04-184-29/+39
| | | | | | Fixes #14901 Fixes #14793 (cherry picked from commit 90b43de21296cf59af7dd37c49c1a9a4f8483f68)
* 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. (cherry-picked from def4841cfaf68e2ec156c554f8efa4aa64203f36) Fixes #15016 Closes gh-1563
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-182-1/+2
| | | | | | | | | Fixes #14979 Closes gh-1560 (cherry picked from commit 1ca84214cc89d9e5f8af12b18b34426fc91b1b08) Conflicts: AUTHORS.txt
* Build: Update version from pre to -preScott González2014-04-171-1/+1
| | | | | Ref jquery/jquery-release#61 Closes gh-1562
* Build: Remove Sizzle from run names passed to the testswarm taskMichał Gołębiowski2014-04-151-1/+1
| | | | (cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a)
* 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 (Cherry-picked from b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
* Tests: Comply the style guideOleg Gaidarenko2014-04-151-16/+16
|
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-155-14/+18
|
* Tests: Remove unused variablesOleg Gaidarenko2014-04-152-9/+5
|
* 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
|
* Tests: Copy Sizzle.uniqueSort testsOleg Gaidarenko2014-04-151-0/+79
|
* Tests: Copy Sizzle.contains testsOleg Gaidarenko2014-04-151-0/+26
|
* Tests: Move some of the Sizzle tests to selectorOleg Gaidarenko2014-04-151-0/+93
|
* Tests: Improve jsonp testsOleg Gaidarenko2014-04-152-3/+3
| | | | | Since global variable for callback always would be equal to undefined value it better to check for boolean instead
* Tests: Correct logic of a broken assertionOleg Gaidarenko2014-04-151-2/+3
|
* Build: Add lint taskOleg Gaidarenko2014-04-151-2/+2
|
* Build: Use jscs to check test helpersOleg Gaidarenko2014-04-153-2/+3
| | | | | | | Also fix issues found by jscs Conflicts: test/data/testrunner.js
* Tests: Remove Sizzle intergration testsOleg Gaidarenko2014-04-152-176/+27
| | | | | | | Fixes #14818 Conflicts: test/data/testrunner.js
* Tests: Simplify "testTimeout" optionOleg Gaidarenko2014-04-151-1/+1
|
* Tests: Remove QUnit start hookOleg Gaidarenko2014-04-151-7/+1
| | | | | Conflicts: test/data/testrunner.js
* Build: set default testswarm timeout to 15 minutesMichał Gołębiowski2014-04-151-1/+1
| | | | | | We're not testing on IE6-7 anymore. (cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c)
* Build: use browserSets from config file; allow to overrideMichał Gołębiowski2014-04-151-5/+10
| | | | (cherry-picked from 7869891a97eae93699cc239274e73e53daedf781)
* Build: Set npmTags and use exec properlyJörn Zaefferer2014-04-141-0/+3
|
* Build: change .gitattributes; use system line ends for non-JS filesMichał Gołębiowski2014-04-041-2/+5
| | | | (cherry-picked from 99d735ab4662f45c3b65ea1200fa0d3e2b671111)
* Support: Add Android support tests resultsMichał Gołębiowski2014-03-311-0/+74
|
* Effects: Fix inline element animationsRichard Gibson2014-03-241-2/+2
| | | | | Ref 80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac Ref #14848
* Build: Update release script for new jquery-release APIScott González2014-03-212-9/+6
| | | | | Closes gh-1544 (cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c)
* Css: change boxSizingReliable in IE<9.Michał Gołębiowski2014-03-212-7/+6
| | | | | | | | Change boxSizingReliable test value to false in all IE versions. Modify support comments to argument getComputedStyle guards with oldIE support and not node.js which is not supported in 1.x. Closes gh-1498
* Event: Remove redundant fallback to getPreventDefault()Michał Gołębiowski2014-03-201-5/+3
| | | | | | | Android 2.3 is happy with returnValue already used for oldIE; the getPreventDefault() fallback is not needed. Closes gh-1546
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-202-5/+23
| | | | | | | | | Fixes #14848 Closes gh-1548 (cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759) Conflicts: src/effects.js
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-202-6/+13
| | | | | | | | | Fixes #14750 Closes gh-1509 (cherry picked from commit 5a8f76933288396b915800a18240aa17d3414201) Conflicts: src/css.js
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-203-1/+17
| | | | | | Fixes #14858 Ref #14686 Closes gh-1531
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-202-3/+5
| | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
* Core: Fix comments for .get() methodBenjy Cui2014-03-202-2/+4
| | | | | Closes gh-1547 (cherry picked from commit ca0086b55a158d8a4347f94254878d6dc5dd90ed)
* Tests: Remove obsolete speed directoryDave Methvin2014-03-2011-7159/+0
| | | | | | | | | Closes gh-1551 (cherry picked from commit 9ad6e7e93e62a27e6ef803fbf46623bca732750f) Conflicts: speed/event.html speed/slice.vs.concat.html
* Build: Add commitplease for commit msg checkingJörn Zaefferer2014-03-201-8/+9
| | | | | | | | Closes gh-1523 (cherry picked from commit 176a2913260b4ec890118137ccc9a290064a59be) Conflicts: package.json
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
| | | | | | | | Half a minute is more than enough for the test to finish even in the slowest browsers and in case of starving the PHP FPM process pool, one has to wait for only half a minute to try again. (cherry-picked from a10aa3aac5223c250327d00c500ceb9c7a18b7f9)
* Event: Don't test stopImmediatePropagation in Android 2.3Michał Gołębiowski2014-03-181-2/+5
| | | | | Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks to stopPropagation in such a case.
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
| | | | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. (cherry-picked from b5074944b0b27f50ffe2ca9f96348b8d0cd5c82c)
* Build: Change the timeout for the weekly job from 4h to 1hMichał Gołębiowski2014-03-181-4/+4
| | | | (cherry-picked from c1e9bb9e61a79a1d0c4300cc31eac7ff61107085)
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
| | | | | | (cherry-picked from 551578eb3676f67cccd8a91a582c2225bc970cac) Fixes #14882
* Event: Unit test for #14741 fixDave Methvin2014-03-161-0/+14
| | | | | | Fixes #14741 Closes gh-1503 (cherry picked from commit 472f70a9df75c289393d6618c36257a04f9cb902)