Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manipulation: Use textarea for missing IE defaultValue check | Dave Methvin | 2014-01-23 | 1 | -1/+1 |
| | | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495 | ||||
* | Tests: fix Safari userAgent detection | Michał Gołębiowski | 2014-01-22 | 1 | -3/+3 |
| | |||||
* | Support: Add expected support results for Safari 7 & IE11 | Michał Gołębiowski | 2014-01-22 | 1 | -0/+32 |
| | |||||
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -3/+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 | ||||
* | Traversing: Check all pairwise element combinations for .find( els ) | Richard Gibson | 2014-01-17 | 1 | -2/+4 |
| | | | | | Ref b8d0d54a3c4960794a1b492957abeb56eddd1e48 Fixes #14701 | ||||
* | Tests: Fix code style issues | Oleg | 2014-01-16 | 1 | -4/+4 |
| | |||||
* | Tests: Add assertion for the jQuery#val method | Oleg | 2014-01-16 | 1 | -2/+7 |
| | |||||
* | Attrs: Remove outdated valHook for option element | Oleg | 2014-01-16 | 1 | -0/+9 |
| | | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too. | ||||
* | 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 | ||||
* | Tests: Remove html5 shiv | Dave Methvin | 2014-01-09 | 1 | -7/+0 |
| | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-07 | 1 | -0/+15 |
| | | | | | Fixes #14623 Closes gh-1473 | ||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -27/+111 |
| | | | | Closes gh-1430 | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2013-12-23 | 7 | -225/+544 |
| | | | | | Fix #14040 Close gh-1457 | ||||
* | 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 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 7 | -6/+4867 |
| | | | | | | | | | | | | 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. | ||||
* | 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 | ||||
* | Add unit tests for .html( number ). Close gh-1447. | Jakob Stoeck | 2013-11-26 | 1 | -3/+6 |
| | |||||
* | Effects: Integrate sinon fake timers into tests. Close gh-1377. | John Paul | 2013-11-24 | 3 | -290/+206 |
| | |||||
* | Ref #14503: Cherry-pick tests. | hongymagic | 2013-11-15 | 2 | -6/+21 |
| | | | | | | (cherry picked from commit 27b22f4ef5f3f291204f0e0f9f414ac503f6c8a8) (cherry picked from commit 8dc0f2ea84e1861d8d8dfa7699268368c659f8e9) (cherry picked from commit 936126f10de193e2bb1c8280dbc2361ca5d62e29) | ||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -0/+13 |
| | |||||
* | 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 |
| | |||||
* | Ref 71b2ac52: Disallow 2.x bypass of environmental helper methods | Richard Gibson | 2013-11-12 | 1 | -13/+0 |
| | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 2 | -7/+71 |
| | | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js | ||||
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 10 | -131/+56 |
| | |||||
* | 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. | Michał Gołębiowski | 2013-11-10 | 1 | -5/+8 |
| | |||||
* | Don't execute focus tests in Firefox | Oleg | 2013-11-08 | 1 | -72/+75 |
| | | | | Close gh-1423 | ||||
* | Use full version of jQuery 1.9.1 | Oleg | 2013-11-08 | 4 | -7/+9602 |
| | | | | Had some weird failures in IE with xhr build of 1.9.1 | ||||
* | Add more thorough check for CSP violations | Oleg | 2013-11-07 | 5 | -22/+27 |
| | |||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 3 | -3/+50 |
| | | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js | ||||
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 1 | -0/+6 |
| | |||||
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 1 | -2/+20 |
| | |||||
* | Ref f9d41ac6: Opera-compatible form target | Richard Gibson | 2013-11-04 | 1 | -1/+1 |
| | |||||
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-10-28 | 2 | -0/+35 |
| | |||||
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 1 | -12/+2 |
| | |||||
* | 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. | ||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 2 | -45/+0 |
| | | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 2 | -0/+45 |
| | |||||
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 1 | -12/+45 |
| | |||||
* | Fix #14394: Changing style !important in webkit. Close gh-1385. | Lihan Li | 2013-10-15 | 1 | -0/+6 |
| | |||||
* | No ticket: Test cleanup | Richard Gibson | 2013-10-15 | 1 | -21/+9 |
| | |||||
* | Fix #14432: Always return string from .css("z-index"). Close gh-1395. | George Kats | 2013-10-15 | 1 | -0/+18 |
| | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 3 | -9/+18 |
| | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -0/+8 |
| | |||||
* | Add setup function for the event module | Oleg | 2013-09-30 | 1 | -3/+6 |
| | |||||
* | Focus on the body before running focus test | Oleg | 2013-09-30 | 1 | -22/+21 |
| | | | | | | (cherry picked from commit b2f27632ebaa0f975eb70d531925129cee4014b9) Conflicts: test/unit/event.js | ||||
* | Run focus test only if document has focus | Oleg | 2013-09-23 | 1 | -21/+21 |
| | | | | (cherry picked from commit 0b9a182ecde49adb508d76577e8f244da08a1e51) | ||||
* | No ticket: Fix IE focus test failures | Richard Gibson | 2013-09-23 | 1 | -2/+5 |
| | | | | (cherry picked from commit 3d6ed4483e2c9c52d83bdab72e9b884ebf720f22) | ||||
* | No ticket: Improve line-height animation test stability | Richard Gibson | 2013-09-17 | 1 | -23/+31 |
| |