Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+74 | |
| | ||||||
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -4/+17 | |
| | | | | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399 (cherry-picked from c11becbb692f7707443eb2582543dfe96e8319e6) | |||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -2/+4 | |
| | | | | | | | (cherry picked from commit 391c21b15d769fac1c37631b28c0226f57a59796) Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | |||||
* | Tests: Fix code style issues | Oleg | 2014-01-16 | 1 | -4/+4 | |
| | | | | (cherry-picked from a2250b0f4c157745b8cd8ac1247c6084882c500f) | |||||
* | Attrs: Restore ability to pass array to jQuery#val | Oleg | 2014-01-16 | 1 | -2/+7 | |
| | | | | Thanks @gibson042 | |||||
* | Attrs: Fix valHook for option element | Oleg | 2014-01-16 | 1 | -0/+9 | |
| | | | | Fixes #14686 | |||||
* | Tests: Remove one of the checks for memory leak | Oleg | 2014-01-14 | 1 | -12/+0 | |
| | | | | | This check is redundant since jQuery.fragments object does not exist anymore (cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086) | |||||
* | Tests: Fix another issue with sinon timers | Oleg | 2014-01-14 | 1 | -10/+1 | |
| | ||||||
* | Ajax: support non-RFC2616 methods for oldIE | Oleg | 2014-01-14 | 1 | -0/+11 | |
| | | | | | Closes gh-1466 Fixes #13240 | |||||
* | Tests: Fix sinon timers for oldIE | Oleg | 2014-01-13 | 3 | -3/+34 | |
| | ||||||
* | Tests: Straighten out sinon dependencies | Dave Methvin | 2014-01-10 | 3 | -97/+461 | |
| | | | | | * Cherry-pick took the wrong lines for a couple of things. * Update and commit dependencies after `grunt bower` | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-09 | 1 | -0/+15 | |
| | | | | | | | (cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4) Fixes #14623 Closes gh-1473 | |||||
* | Tests: Fix test broken by previous cherry-pick | Dave Methvin | 2014-01-09 | 1 | -3/+5 | |
| | ||||||
* | Effects: Integrate sinon fake timers into tests | John Paul | 2014-01-09 | 3 | -288/+206 | |
| | | | | | | (cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524) Closes gh-1377 | |||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2014-01-03 | 7 | -225/+563 | |
| | | | | | Closes gh-1470 Ref #1457 | |||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -27/+111 | |
| | | | | | | (cherry picked from commit b39ee05b69336d5a6230287ab8bd48c48e5b206f) Closes gh-1430 | |||||
* | Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31 | Michał Gołębiowski | 2013-12-18 | 1 | -4/+11 | |
| | | | | | | | | | Chrome 31 doesn't fire Ajax requests in beforeunload event handler. There is no way for us to workaround it and it's been fixed in Chrome 32 so let's just blacklist Chrome 31 as long as it's in TestSwarm. See https://code.google.com/p/chromium/issues/detail?id=321241 (cherry-picked from fd0bce07584b73fb755574c4d462e0b175d1c6b6) | |||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 6 | -5/+4516 | |
| | | | | | | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452. Conflicts: bower.json test/index.html | |||||
* | Ajax: Use weak ETag header in tests | Corey Frang | 2013-11-26 | 1 | -2/+5 | |
| | | | | | | | See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation Close gh-1448 (cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066) | |||||
* | Add unit tests for .html( number ). Close gh-1447. | Jakob Stoeck | 2013-11-26 | 1 | -3/+6 | |
| | | | | (cherry picked from commit ed291938c287d34fe1183e588e12372e540eb5e7) | |||||
* | Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting. | Michał Gołębiowski | 2013-11-15 | 3 | -2/+3 | |
| | ||||||
* | Ref 27b22f4e: Remove oldIE-unfriendly trailing comma | Richard Gibson | 2013-11-15 | 1 | -1/+1 | |
| | ||||||
* | Ref 27b22f4e: Don't try to outsmart Apache | Richard Gibson | 2013-11-14 | 1 | -1/+3 | |
| | ||||||
* | Fix #14503: Cast to string before setting XHR header. Close gh-1427. | hongymagic | 2013-11-14 | 2 | -6/+19 | |
| | ||||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -0/+13 | |
| | | | | | | | (cherry picked from commit c2aca17d457d302cb1683f925b9e5ee93f0984ea) Conflicts: src/event.js | |||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 3 | -5/+7 | |
| | ||||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 2 | -0/+51 | |
| | | | | | (cherry picked from commit ebdb467761d756d4e52608a0df4a4d9b17da8092) (conflicts with .data() resolved manually) | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 2 | -7/+71 | |
| | ||||||
* | No ticket. Remove version sniffing from test/unit/support.js, browsers got ↵ | Michał Gołębiowski | 2013-11-11 | 1 | -5/+3 | |
| | | | | updated. | |||||
* | No ticket. Restore some parsing tests in core. (cherry-picked from ↵ | Michał Gołębiowski | 2013-11-10 | 1 | -5/+8 | |
| | | | | 650f325d8e5e9092cd8ca7c1a7ab62c4bba582cf) | |||||
* | Don't execute focus tests in Firefox | Oleg | 2013-11-08 | 1 | -72/+75 | |
| | | | | Cherry picked from 45be91e3981164e076a71de31f0b8a972a4bf104 commit | |||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 3 | -7/+9602 | |
| | | | | | Had some weird failures in IE with xhr build of 1.9.1. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit | |||||
* | Fix #14422 and add more thorough check for CSP violations | Oleg | 2013-11-07 | 5 | -22/+27 | |
| | | | | Close gh-1413 | |||||
* | Ref c66a5e70: Synchronize unit tests with master | Richard Gibson | 2013-11-07 | 1 | -1/+2 | |
| | ||||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 3 | -9/+44 | |
| | ||||||
* | Ref fb2e0a0c: Synchronize unit tests with master | Chris Antaki | 2013-11-07 | 1 | -2/+20 | |
| | ||||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 1 | -0/+6 | |
| | | | | - Backported 30eee925dbc9f8d465ccf064f48c24061ffdc378 for 1.x | |||||
* | Ref f9d41ac6: Opera-compatible form target | Richard Gibson | 2013-11-04 | 1 | -1/+1 | |
| | | | | (cherry picked from commit d5b7139abce9dd207773531d6dcb3493c6ac0c7c) | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-11-04 | 2 | -0/+35 | |
| | | | | | | | | (cherry picked from commit f9d41ac641dcb5a93ba8a9027476b160d8f41111) Conflicts: src/ajax/xhr.js | |||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 1 | -12/+2 | |
| | | | | (cherry picked from commit ced9d155f010bc456745a55a63ca959db9d405d3) | |||||
* | Add tests for class manipulation on jQuery object containing more than one ↵ | Michał Gołębiowski | 2013-10-25 | 1 | -0/+43 | |
| | | | | element. Close gh-1404. (cherry-picked from 35b2b94979ed3419e50b72ab3b84307269fa25e8) | |||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 2 | -45/+0 | |
| | | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks. | |||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 2 | -0/+45 | |
| | | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts. | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 1 | -12/+45 | |
| | | | | | | | | (cherry picked from commit 083edd60a6c189f17ff1087431e849dd11c111b2) Conflicts: src/data.js | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -0/+6 | |
| | | | | | | | | (cherry picked from commit 24e587929f62428e1959b10aace6dc4fd65ab397) Conflicts: src/css.js | |||||
* | No ticket: Test cleanup | Richard Gibson | 2013-10-15 | 1 | -21/+9 | |
| | | | | | | | | (cherry picked from commit 8df348e9eb3681ff5f09b1e52b72573e2eee3105) Conflicts: test/unit/css.js | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -0/+18 | |
| | | | | | | | | (cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873) Conflicts: src/css/curCSS.js | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 3 | -9/+18 | |
| | | | | (cherry picked from commit 13d58a9bec67356ecae0d6902cb634e52cebcf19) | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -0/+8 | |
| | | | | (cherry picked from commit 3bcd04f528597dac0a7084865461574ab4a06465) | |||||
* | Add setup function for the event module | Oleg | 2013-09-30 | 1 | -3/+6 | |
| | | | | (cherry picked from the commit 2c0b9027de841a437baf7b9c85262f196b9cb09e) |