Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.1.1-rc22.1.1-rc2 | Dave Methvin | 2014-04-21 | 5 | -4/+9194 |
| | |||||
* | Selector: Update Sizzle to 1.10.19 | Richard Gibson | 2014-04-18 | 4 | -29/+39 |
| | | | | | Fixes #14901 Fixes #14793 | ||||
* | Css: Use only positive integers as values for widows/orphans | Michał Gołębiowski | 2014-04-18 | 1 | -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 reflows | Christian Kosmowski | 2014-04-18 | 2 | -1/+2 |
| | | | | | Fixes #14979 Closes gh-1560 | ||||
* | Build: Update version from pre to -pre | Scott González | 2014-04-17 | 1 | -1/+1 |
| | | | | | | Ref jquery/jquery-release#61 Fixes #15020 Closes gh-1561 | ||||
* | Build: Remove Sizzle from run names passed to the testswarm task | Michał Gołębiowski | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Build: Update jscsrc | Oleg Gaidarenko | 2014-04-15 | 3 | -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 issue | Oleg Gaidarenko | 2014-04-15 | 1 | -1/+0 |
| | | | | Remove needless empty line character | ||||
* | Tests: Fix failing ajax tests in oldIE | Oleg Gaidarenko | 2014-04-15 | 5 | -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 logic | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+11 |
| | |||||
* | Tests: Remove unused variables | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Tests: Copy some Sizzle combinators tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+41 |
| | |||||
* | Tests: Add more tests for Sizzle attributes | Oleg Gaidarenko | 2014-04-15 | 1 | -3/+89 |
| | |||||
* | Tests: Add test for selectors with commas | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+12 |
| | |||||
* | Tests: Copy Sizzle.uniqueSort tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+79 |
| | |||||
* | Tests: Copy Sizzle.contains tests | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+26 |
| | |||||
* | Tests: Move some of the Sizzle tests to selector | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+93 |
| | |||||
* | Tests: Do global clean up in teardown function | Oleg Gaidarenko | 2014-04-15 | 1 | -0/+2 |
| | |||||
* | Tests: Improve jsonp tests | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
| | | | | | 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 assertion | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+3 |
| | |||||
* | Build: Add lint task | Oleg Gaidarenko | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Build: Use jscs to check test helpers | Oleg Gaidarenko | 2014-04-15 | 3 | -2/+3 |
| | | | | Also fix issues found by jscs | ||||
* | Tests: More improvments for testrunner | Oleg Gaidarenko | 2014-04-15 | 2 | -59/+36 |
| | | | | Conform to style guide and simplify it | ||||
* | Tests: Remove Sizzle intergration tests | Oleg Gaidarenko | 2014-04-15 | 2 | -174/+27 |
| | | | | Fixes #14818 | ||||
* | Tests: Simplify globals cleanup | Oleg Gaidarenko | 2014-04-15 | 1 | -10/+9 |
| | |||||
* | Tests: Remove QUnit start hook | Oleg Gaidarenko | 2014-04-15 | 1 | -11/+1 |
| | |||||
* | Tests: Remove uselss "keys" helper | Oleg Gaidarenko | 2014-04-15 | 1 | -15/+1 |
| | |||||
* | Tests: Simplify "testTimeout" option | Oleg Gaidarenko | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Build: set default testswarm timeout to 15 minutes | Michał Gołębiowski | 2014-04-15 | 1 | -1/+1 |
| | | | | We're not testing on IE6-7 anymore. | ||||
* | Build: use browserSets from config file; allow to override | Michał Gołębiowski | 2014-04-15 | 1 | -5/+10 |
| | |||||
* | Build: change .gitattributes; use system line ends for non-JS files | Michał Gołębiowski | 2014-04-04 | 1 | -2/+5 |
| | |||||
* | Support: Add Android support tests results | Michał Gołębiowski | 2014-03-31 | 1 | -11/+43 |
| | |||||
* | Build: Update release script for new jquery-release API | Scott González | 2014-03-21 | 2 | -9/+6 |
| | | | | Closes gh-1544 | ||||
* | Selector: Use Element.matches in selector-native if available | Philip Jägenstedt | 2014-03-20 | 2 | -1/+3 |
| | | | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-element-matches Support in Chromium: https://code.google.com/p/chromium/issues/detail?id=326652 Fixes #14902 Closes gh-1524 | ||||
* | Event: Fix isDefaultPrevented for bubbled events in Android 2.3 | Michał Gołębiowski | 2014-03-20 | 1 | -2/+2 |
| | | | | | Fixes #14897 Closes gh-1545 | ||||
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 2 | -5/+23 |
| | | | | | Fixes #14848 Closes gh-1548 | ||||
* | CSS: jQuery#hide should always save display value | Oleg Gaidarenko | 2014-03-20 | 2 | -6/+13 |
| | | | | | Fixes #14750 Closes gh-1509 | ||||
* | Manipulation: Change support test to be WWA-friendly | Jonathan Sampson | 2014-03-20 | 1 | -2/+9 |
| | | | | | | | | Setting the innerHTML property in an unsafe manner raises issues in Windows Web Applications. Strings being passed into innerHTML cannot include the name attribute. Closes gh-1537 | ||||
* | Attributes: Trim whitespace from option text when returned as a value | John Hoven | 2014-03-20 | 3 | -0/+24 |
| | | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js | ||||
* | CSS: window.getDefaultComputedStyle may return null | Rodrigo Rosenfeld Rosas | 2014-03-20 | 2 | -3/+5 |
| | | | | | | Fixes #14736 Closes gh-1501 (cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666) | ||||
* | Core: Fix comments for .get() method | Benjy Cui | 2014-03-20 | 2 | -2/+4 |
| | | | | Closes gh-1547 | ||||
* | Tests: Remove obsolete speed directory | Dave Methvin | 2014-03-20 | 11 | -7159/+0 |
| | | | | Closes gh-1551 | ||||
* | Build: Add commitplease for commit msg checking | Jörn Zaefferer | 2014-03-20 | 1 | -0/+1 |
| | | | | Closes gh-1523 | ||||
* | Package: Sort devDependencies | Jörn Zaefferer | 2014-03-20 | 1 | -8/+8 |
| | |||||
* | Core: Change the sleep time in dont_return.php from 100s to 30s | Michał Gołębiowski | 2014-03-19 | 1 | -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. | ||||
* | Event: Simplify the logic behind blacklisting Android 2.3 on one test | Michał Gołębiowski | 2014-03-18 | 1 | -7/+4 |
| | |||||
* | Event: Don't test stopImmediatePropagation in Android 2.3 | Michał Gołębiowski | 2014-03-18 | 1 | -8/+19 |
| | | | | | 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 value | Michał Gołębiowski | 2014-03-18 | 1 | -1/+1 |
| | | | | | PHP sleep function accepts time in seconds, not milliseconds; the previous value was starving the PHP FPM process pool. | ||||
* | Build: Change the timeout for the weekly job from 4h to 1h | Michał Gołębiowski | 2014-03-18 | 1 | -4/+4 |
| | |||||
* | Core: Blacklist the ready test on async-loaded jQuery in iOS7 | Michał Gołębiowski | 2014-03-17 | 1 | -4/+9 |
| | | | | Fixes #14882 |