Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.1.32.1.3 | Michał Gołębiowski | 2014-12-18 | 5 | -4/+9215 |
| | |||||
* | Build: Smoke test on Node with jsdom | Michał Gołębiowski | 2014-12-18 | 2 | -1/+15 |
| | |||||
* | Ajax: Don't use bare location, it breaks Node with jsdom | Michał Gołębiowski | 2014-12-17 | 1 | -1/+1 |
| | | | | Tests not included; the proper fix is coming to the master branch. | ||||
* | Build: Update commitplease to 2.0.0 | Dave Methvin | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Build: Updating the 2.1-stable version to 2.1.3-pre. | Dave Methvin | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Revert "Release: ensure Sizzle is the latest tag" | Dave Methvin | 2014-12-16 | 3 | -49/+0 |
| | | | | | | | This reverts commit 1d931068d30b6a516b883cf7f420606de21eab68. Conflicts: build/release.js | ||||
* | Build: disable Sizzle check | Dave Methvin | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Authors: Update AUTHORS.txt and .mailmap | Dave Methvin | 2014-12-16 | 2 | -1/+4 |
| | |||||
* | Sizzle: update to 2.1.1-jquery.2.1.2 for back-compat | Timmy Willison | 2014-12-16 | 4 | -20/+23 |
| | |||||
* | Sizzle: update to 2.1.1 | Timmy Willison | 2014-12-15 | 4 | -72/+92 |
| | |||||
* | CSS: Clean up memory leak in reliableMarginRight | Dave Methvin | 2014-12-11 | 1 | -0/+1 |
| | | | | | | | | | (cherry-picked from 7d15b4d1f181de8868c375c545a51e4dfc28a611) Fixes gh-1795 Closes gh-1893 Thanks for the report flexphperia! | ||||
* | Ajax: remove event dependency from the ajax module | Oleg Gaidarenko | 2014-12-11 | 1 | -2/+3 |
| | | | | | | (cherry-picked from 4e7f34f6296111f7f91d621397dfb02c6bf4c41f) Closes gh-1695 | ||||
* | Data: avoid non-alphanumeric chars in expando properties | Jason Bedard | 2014-12-11 | 1 | -1/+1 |
| | | | | | | | | (cherry-picked from 0cdec797de23555c95a70978f4d9e06f3b041330) Ref chromium issue 378607 Ref #14839 Closes gh-1662 | ||||
* | Ajax: Remove workaround for IE6/7 | Chris Antaki | 2014-12-11 | 1 | -19/+6 |
| | | | | | | | (cherry-picked from e5190982c40d7ac8ab9bdb2e7e4334f0e123ef66) Closes gh-1597 Ref #8138 | ||||
* | CSS: Do not throw on frame elements in FF | Oleg Gaidarenko | 2014-06-16 | 2 | -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 notation | Dave Methvin | 2014-06-10 | 28 | -170/+161 |
| | | | | Closes gh-1577 | ||||
* | Tests: Clean up isNumeric tests | Richard Gibson | 2014-06-07 | 1 | -47/+42 |
| | | | | (cherry picked from commit d05f4bda1cc0b1ef76dce41a53c17f75c105a377) | ||||
* | Core: Work around loss of precision from parseFloat | Richard Gibson | 2014-06-07 | 2 | -2/+4 |
| | | | | | Fixes #15100 (cherry picked from commit b6e99eb43c35a3cd048c5c56d31c7e871f299a77) | ||||
* | Wrap: Declare a dependency on the manipulation module | TJ VanToll | 2014-06-02 | 1 | -0/+1 |
| | | | | | Fixes #15121 Closes gh-1589 | ||||
* | Ajax: Support usage without jQuery.event | TJ VanToll | 2014-06-02 | 2 | -1/+18 |
| | | | | | Fixes #15118 Closes gh-1588 | ||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 4 | -8/+15 |
| | | | | Fixes #15126 | ||||
* | Selector: Use jQuery reference not Sizzle | Oleg Gaidarenko | 2014-05-29 | 1 | -2/+6 |
| | |||||
* | Selector: Fix test iframe submission for firefox | Oleg Gaidarenko | 2014-05-29 | 1 | -9/+5 |
| | | | | Ref jquery/sizzle@20fbadb0870bd30e0e66c68891f121c0450374c4 | ||||
* | Release: ensure Sizzle is the latest tag | Timmy Willison | 2014-05-23 | 3 | -0/+49 |
| | | | | Fixes #14915 | ||||
* | Build: run jshint and jscs on release scripts | Timmy Willison | 2014-05-23 | 2 | -4/+3 |
| | |||||
* | Build: update AUTHORS.txt | Timmy Willison | 2014-05-23 | 1 | -1/+2 |
| | |||||
* | Effects: Remove needless operations in tests | Oleg Gaidarenko | 2014-05-09 | 1 | -3/+0 |
| | |||||
* | Ajax, Manipulation: don't test cross-document manip in Android 2.3 | Michał Gołębiowski | 2014-05-05 | 2 | -2/+23 |
| | |||||
* | Core: Correct the number of expected tests | Michał Gołębiowski | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | Core: Remove repeated test | Liang Peng | 2014-05-02 | 1 | -1/+0 |
| | | | | Closes gh-1570 | ||||
* | Bower: Update project version to 2.1.2-pre | Dave Methvin | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Build: Updating the master version to 2.1.2-pre. | Dave Methvin | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Data: Work around IE11 bug with onpageshow attribute | Dave Methvin | 2014-04-30 | 3 | -4/+30 |
| | | | | Fixes #14894 | ||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 3 | -3/+32 |
| | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 | ||||
* | Build: Spaces vs tabs | Oleg Gaidarenko | 2014-04-24 | 2 | -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 npm | Dave Methvin | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | Build: Remove json check for jscs config | Oleg Gaidarenko | 2014-04-23 | 1 | -4/+0 |
| | |||||
* | 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 |
| |