Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Build: update grunt-bowercopy | Timmy Willison | 2014-06-25 | 1 | -1/+1 | |
| | ||||||
* | Build: update Sizzle to 1.11.1 and include license | Timmy Willison | 2014-06-25 | 6 | -35/+45 | |
| | ||||||
* | Build: ignore test dependencies for npm install | Timmy Willison | 2014-06-24 | 1 | -0/+4 | |
| | ||||||
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 16 | -23/+70 | |
| | | | | Closes gh-1593 | |||||
* | Build: Remove unused Sizzle test files | Scott González | 2014-06-24 | 9 | -11415/+1 | |
| | ||||||
* | Build: Upgrade to grunt-bowercopy 1.0.0 | Scott González | 2014-06-24 | 1 | -1/+1 | |
| | ||||||
* | Build: Update commitplease dev dependency | Oleg Gaidarenko | 2014-06-16 | 1 | -1/+1 | |
| | ||||||
* | Build: Move test to appropriate module | Oleg Gaidarenko | 2014-06-16 | 2 | -6/+4 | |
| | ||||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 2 | -21/+46 | |
| | | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Closes gh-1578 | |||||
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 2 | -2/+29 | |
| | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 | |||||
* | Ajax: Always use script injection in globalEval | Oleg Gaidarenko | 2014-06-16 | 6 | -47/+41 | |
| | | | | | Fixes #14757 Closes gh-1449 | |||||
* | 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 | |
| | ||||||
* | 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 | |
| |