aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Event: Treat Pointer events like mouse events, #14741louisremi2014-03-161-2/+4
| | | | | | Ref #14741 Ref gh-1503 (cherry picked from commit e06f428f6ed99e0fafb2e21c456eafc570e3e5ba)
* Readme: Fix subsection titles and grammar, thanks @robgraeberDave Methvin2014-03-161-6/+6
| | | | | Fixes gh-1540 (cherry picked from commit 44247b1cf2f4e76e8153f8cbac69dcfd5b2eacd4)
* Build: Refactor testswarm Grunt task optionsMichał Gołębiowski2014-03-161-7/+11
| | | | | | | Add a possibility to specify the project name. Infer browserSets & timeout out of it instead of defining it in the Jenkins configuration. (cherry-picked from aa951a3184fc02551bfcb8381cdac28298432419)
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-133-0/+4
| | | | | | Fixes #14888 Closes gh-1536 (cherry picked from commit c29e9c4db18738f7bfeb6b4a8019121a9079beb6)
* Readme: updating QUnit informationLeonardo Balter2014-03-131-1/+1
| | | | | | | updates QUnit reference site and method naming. Closes gh-1493 (cherry picked from commit 594687abdcd8427df1face9466ebff7f04b36fc6)
* AMD: Note on AMD best practicesS. Andrew Sheppard2014-03-122-0/+7
| | | | | | | | | Fixes #14687 Closes gh-1478 (cherry picked from commit 19220c0f29fa60d80a2beb76f048ffc8b972ba35) Conflicts: AUTHORS.txt
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
| | | | | | | | The "document ready when jQuery loaded asynchronously" test fails all the time in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help these other browsers to be less flakey here. (cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc)
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-122-2/+24
| | | | | Fixes #13997 (cherry picked from commit 6a89db86ed817f6a7498076e2a06b90f9fce0831)
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-133-0/+43
| | | | | | Fix #13655 Close gh-1209 Ref 32b066d3805a48f8c8312562ed52a1b5910b1d85
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1
| | | | (cherry-picked from 26ce21786252981563e49e91a85b3e0bfa16c3e3)
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
| | | | (cherry-picked from 22c515c6717efe46685b43215208aa4e5648fbc8)
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
| | | | (cherry-picked from a81dbc4ed82bc38b1ac5f6a8242e044232ea1594)
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
| | | | (cherry-picked from 14872941f9de78e7436e58ac1f03a4b2d5aa34e8)
* Css: Fix testsMichał Gołębiowski2014-03-101-6/+9
| | | | | | | | | It's not easy to find a CSS property that is implemented even in ancient browsers and that returns a consistent result among browsers when passed through .css(). color didn't work since Firefox normalizes it an empty value to rgb(0, 0, 0). (cherry-picked from 0c12cb3910c446960a274fb0eab11b8830bed71f)