Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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) | |||||
* | Focus on the body before running focus test | Oleg | 2013-09-30 | 1 | -10/+4 | |
| | ||||||
* | Try to fix focus test again | Oleg | 2013-09-30 | 1 | -20/+25 | |
| | ||||||
* | Run focus test only if document has focus | Oleg | 2013-09-23 | 1 | -21/+21 | |
| | ||||||
* | No ticket: Fix IE focus test failures | Richard Gibson | 2013-09-23 | 1 | -2/+5 | |
| | ||||||
* | Correct test assertion of #10227 ticket for IE8 | Oleg | 2013-09-17 | 1 | -7/+6 | |
| | ||||||
* | No ticket: Improve line-height animation test stability | Richard Gibson | 2013-09-17 | 1 | -23/+31 | |
| | ||||||
* | Fix memory leaks in tests for css module | Oleg | 2013-09-17 | 1 | -1/+8 | |
| | ||||||
* | Fix #12723 and simplification and optmization of defaultDisplay helper | Oleg | 2013-09-17 | 1 | -10/+14 | |
| | | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4) | |||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -7/+8 | |
| | | | | (cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf) | |||||
* | Use charAt instead of string indexing for oldIE's sake. Fixes #14356. | Timmy Willison | 2013-09-12 | 1 | -1/+2 | |
| | ||||||
* | Adjust prefilter test to error on string indexing in oldIE | Timmy Willison | 2013-09-12 | 1 | -1/+2 | |
| | ||||||
* | Add unit tests for jQuery.grep. Close gh-1345. | Amey Sakhadeo | 2013-09-12 | 1 | -0/+20 | |
| | ||||||
* | Fix more support tests (support.input should only be false in IE8 and ↵ | Timmy Willison | 2013-09-11 | 1 | -4/+6 | |
| | | | | checkClone as it is now used is fine in IE) | |||||
* | Set the input type for firefox. Fix a support test. | Timmy Willison | 2013-09-11 | 1 | -2/+2 | |
| | ||||||
* | Restore support for Firefox < 23, Chrome < 28 and Safari 5.1. | Michał Gołębiowski | 2013-09-11 | 1 | -3/+41 | |
| | ||||||
* | Map Sizzle to a path with config to allow users to put Sizzle wherever they want | Timmy Willison | 2013-09-10 | 1 | -1/+6 | |
| | ||||||
* | Ensure display: inline-block when animating width/height on inline elements. ↵ | Timmy Willison | 2013-09-10 | 1 | -3/+7 | |
| | | | | Fixes #14344. | |||||
* | No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. ↵ | Michał Gołębiowski | 2013-09-07 | 1 | -7/+13 | |
| | | | | (cherry-picked from badcd1b6f301e6253405f17759c1270549a34e12) | |||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 5 | -287/+303 | |
| | | | | | | | | executing the testrunner (another race condition amplified by swarm) Conflicts: test/data/testinit.js test/data/testrunner.js | |||||
* | Move test loader to testinit.js. Fix race condition with dependency loading. | Timmy Willison | 2013-09-06 | 3 | -69/+68 | |
| | ||||||
* | Use requirejs to load the testswarm inject script | Timmy Willison | 2013-09-06 | 2 | -16/+15 | |
| | ||||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 10 | -232/+313 | |
| | ||||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 7 | -36/+45 | |
| | | | | | | | | (cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js | |||||
* | Ref #14313: Optimize 1.x jQuery.merge for size. | Amey Sakhadeo | 2013-09-03 | 1 | -12/+52 | |
| | | | | (cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda) | |||||
* | Fix #14318: Cherry-pick interrupted animation fix from master ↵ | Richard Gibson | 2013-08-30 | 1 | -7/+12 | |
| | | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 6 | -149/+159 | |
| | | | | | Conflicts: src/css.js | |||||
* | Fix for custom attr handles duck-punching the boolean attr handle | Timmy Willison | 2013-08-28 | 1 | -0/+14 | |
| | ||||||
* | Use window.QUnit to detect the top window when loading with AMD | Timmy Willison | 2013-08-27 | 1 | -1/+3 | |
| | ||||||
* | No ticket: improve line-height animation test robustness | Richard Gibson | 2013-08-26 | 1 | -11/+26 | |
| | ||||||
* | No ticket. Correct a support comment for the `order` test. (cherry-picked ↵ | Michał Gołębiowski | 2013-08-20 | 1 | -1/+1 | |
| | | | | from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee) | |||||
* | Correct QUnit check, this might fix swarm failures | Oleg | 2013-08-19 | 1 | -1/+1 | |
| | | | | | Conflicts: test/jquery.js | |||||
* | Fix tests for testswarm | Timmy Willison | 2013-08-19 | 1 | -4/+3 | |
| | ||||||
* | No ticket. Correct a support comment. (cherry-picked from ↵ | Michał Gołębiowski | 2013-08-19 | 1 | -2/+2 | |
| | | | | f92a446ee8d6e98c43b87f185e73240fabec5ae4) | |||||
* | Remove redundant prefixes from the CSS order test. (cherry-picked from ↵ | Michał Gołębiowski | 2013-08-19 | 1 | -11/+1 | |
| | | | | e3584179fe919c59033e54f019a1511691d2c85b) | |||||
* | No ticket: add assertions for jQuery.when( array ). Close gh-1312. ↵ | Daniel Herman | 2013-08-19 | 1 | -2/+4 | |
| | | | | (cherry-picked from 584a4af9c8633b35fe49152c81977de03f885826) | |||||
* | Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ↵ | Oleg Gaidarenko | 2013-08-16 | 1 | -0/+6 | |
| | | | | ready). Close gh-1335. | |||||
* | Fixed pulling in Sizzle subproject when testing with min/dev. | Oleg Gaidarenko | 2013-08-16 | 1 | -0/+6 | |
| | ||||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 7 | -94/+132 | |
| | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js | |||||
* | Correct typos in the test assertion | Oleg | 2013-08-10 | 1 | -1/+1 | |
| |