Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Deferred: .resolve(), .reject() and .notify() now set the callback context ↵ | jaubourg | 2012-12-07 | 1 | -3/+3 | |
| | | | | to the promise instance rather than the deferred instance ; .then() has also been amended. Fixes #11405. | |||||
* | Don't test what ain't there no more | Richard Gibson | 2012-12-06 | 1 | -122/+0 | |
| | ||||||
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 5 | -69/+66 | |
| | ||||||
* | Revert "Organizes the php scripts used for testing better, so that the whole ↵ | jaubourg | 2012-12-05 | 38 | -828/+1301 | |
| | | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57. | |||||
* | Revert "Fixes spacing" | jaubourg | 2012-12-05 | 1 | -4/+4 | |
| | | | | This reverts commit 2a419a7e8f339b24121e12be891b908dff2be76f. | |||||
* | Revert "228ab3d followup 1: fix test failures. Close gh-1056." | jaubourg | 2012-12-05 | 2 | -86/+89 | |
| | | | | This reverts commit 20608b3579d70d3bac7fd74b4e11e4c08cd9d9b5. | |||||
* | 228ab3d followup 1: fix test failures. Close gh-1056. | Richard Gibson | 2012-12-05 | 2 | -89/+86 | |
| | ||||||
* | Radical idea: Calculate `expect()` value before fn call. :purple_heart: | Dave Methvin | 2012-12-04 | 1 | -2/+2 | |
| | ||||||
* | Fixes #12449. make replaceWith() clone elements where required. Closes gh-920 | Rod Vagg | 2012-12-04 | 1 | -94/+111 | |
| | ||||||
* | Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052. | Paul Ramos | 2012-12-04 | 1 | -64/+0 | |
| | ||||||
* | Fix #12756. Restyle manipulation unit tests. Close gh-1053. | Paul Ramos | 2012-12-04 | 1 | -598/+798 | |
| | | | | https://github.com/jquery/2012-dev-summit/issues/56 | |||||
* | Fixes spacing | jaubourg | 2012-12-04 | 1 | -4/+4 | |
| | ||||||
* | Organizes the php scripts used for testing better, so that the whole logic ↵ | jaubourg | 2012-12-04 | 38 | -1301/+828 | |
| | | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore. | |||||
* | More improvements per @jaubourg | Richard Gibson | 2012-12-03 | 2 | -23/+29 | |
| | ||||||
* | Improvements per @jaubourg | Richard Gibson | 2012-12-03 | 2 | -2/+4 | |
| | ||||||
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 7 | -54/+68 | |
| | ||||||
* | Don't really want to expect any global events here. | Dave Methvin | 2012-12-02 | 1 | -1/+1 | |
| | ||||||
* | Followup to #12989 fix, improve unit test resiliency. | Dave Methvin | 2012-12-02 | 1 | -27/+16 | |
| | ||||||
* | Fix #12989. Remove ajax "global" event behavior. | Dave Methvin | 2012-12-01 | 1 | -116/+32 | |
| | ||||||
* | keep manipulation.js assertions consistent | Richard Gibson | 2012-11-30 | 1 | -1/+1 | |
| | ||||||
* | Unit test for #12004 | jaubourg | 2012-11-29 | 1 | -0/+34 | |
| | ||||||
* | Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044. | Oleg | 2012-11-27 | 2 | -9/+8 | |
| | ||||||
* | Don't let removeClass create attributes | Richard Gibson | 2012-11-27 | 1 | -21/+19 | |
| | ||||||
* | sandboxes start for real this time (fixes test failures in IE) | jaubourg | 2012-11-27 | 2 | -8/+8 | |
| | ||||||
* | Use strictEqual rather than equal | jaubourg | 2012-11-27 | 1 | -2/+2 | |
| | ||||||
* | Removes unnecessary closure and apply | jaubourg | 2012-11-26 | 1 | -3/+1 | |
| | ||||||
* | Greatly simplifies ajaxTest | jaubourg | 2012-11-26 | 1 | -65/+45 | |
| | ||||||
* | Total revamping of the ajax unit tests | jaubourg | 2012-11-26 | 4 | -2179/+1388 | |
| | ||||||
* | Fix #12803. Add jQuery.fx.start as a hook point. Close gh-1024. | Corey Frang | 2012-11-25 | 1 | -0/+27 | |
| | ||||||
* | Fix #12191. jQuery.type should return "error" for Error objects. | Dave Methvin | 2012-11-24 | 1 | -1/+2 | |
| | ||||||
* | Fix #9960, allow manipulation for parent document nodes. Close gh-924. | dcooper | 2012-11-24 | 1 | -0/+18 | |
| | ||||||
* | Fix #12733. Ignore excess spaciness in event strings. | Dave Methvin | 2012-11-24 | 1 | -1/+1 | |
| | | | | Thanks @bentruyman! | |||||
* | Close #10882. Test case for "hover" event in 1.9 | Dave Methvin | 2012-11-24 | 1 | -0/+11 | |
| | ||||||
* | Fix #12868. Use native focus/blur to get event order right. | Dave Methvin | 2012-11-24 | 1 | -0/+44 | |
| | ||||||
* | Fix #3827. Get the correct checkbox status for a click handler. | Dave Methvin | 2012-11-24 | 2 | -1/+30 | |
| | ||||||
* | Fix #12920: remove addMandatoryAttributes. Close gh-1037. | Richard Gibson | 2012-11-20 | 1 | -25/+9 | |
| | ||||||
* | Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. ↵ | Richard Gibson | 2012-11-19 | 1 | -78/+161 | |
| | | | | Close gh-864. | |||||
* | Fix #12915, add propHook for scrip src property on oldIE. Close gh-1035. | aFarkas | 2012-11-18 | 1 | -1/+4 | |
| | ||||||
* | Merge branch 'x8908' | Dave Methvin | 2012-11-18 | 1 | -0/+41 | |
|\ | ||||||
| * | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 1 | -0/+41 | |
| |\ | ||||||
| | * | Remove test file that I didn't mean to get into the previous commit | Elijah Manor | 2012-08-13 | 2 | -818/+0 | |
| | | | ||||||
| | * | Add support check, added assertion to check if cleared, add edge case for ↵ | Elijah Manor | 2012-08-13 | 3 | -9/+832 | |
| | | | | | | | | | | | | backgroundPosition | |||||
| | * | Fix weird clone bug and add a unit test to verify | Elijah Manor | 2012-08-08 | 1 | -0/+36 | |
| | | | ||||||
* | | | update Sizzle | Richard Gibson | 2012-11-16 | 1 | -10/+13 | |
|/ / | ||||||
* | | No ticket: speedup effects tests | Richard Gibson | 2012-11-12 | 3 | -93/+55 | |
| | | ||||||
* | | Fix #12858: don't expose jQuery/Sizzle expandos | Richard Gibson | 2012-11-09 | 1 | -5/+14 | |
| | | ||||||
* | | No ticket: speedup test suite. Close gh-1020. | Richard Gibson | 2012-11-08 | 4 | -264/+223 | |
| | | ||||||
* | | Rewriting unit test to be less sticky based on time issues | Corey Frang | 2012-11-07 | 1 | -18/+27 | |
| | | ||||||
* | | Fixing units | Corey Frang | 2012-11-07 | 1 | -3/+3 | |
| | | ||||||
* | | Keep track of a hiding state for toggle based animations - Fixes #8685 | Corey Frang | 2012-11-07 | 1 | -0/+44 | |
| | | | | | | | | Closes gh-1018 |