Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for th element | Oleg | 2012-12-28 | 1 | -2/+2 |
| | |||||
* | Add more tests for wrapMap | Oleg | 2012-12-28 | 1 | -1/+2 |
| | |||||
* | Add test for td append | Oleg | 2012-12-28 | 1 | -2/+2 |
| | |||||
* | wrapMap.thead = wrapMap.tr | Oleg | 2012-12-28 | 1 | -2/+2 |
| | | | | Add support comments | ||||
* | Rewrite tests for colgroup, caption | Oleg | 2012-12-28 | 1 | -7/+8 |
| | | | | Add tests for thead, tbody, tfoot | ||||
* | Add comments for optgroup and option elements in wrapMap | Oleg | 2012-12-28 | 1 | -1/+5 |
| | | | | Add tests for optgroup element | ||||
* | Remove fix for #4484, add more tests | Oleg | 2012-12-28 | 1 | -2/+7 |
| | |||||
* | Use tabs instead of spaces | Oleg | 2012-12-24 | 1 | -1/+1 |
| | |||||
* | Use tabs instead of spaces | Oleg | 2012-12-24 | 1 | -4/+4 |
| | | | | "$" => "jQuery" | ||||
* | Add additional test | Oleg | 2012-12-24 | 1 | -0/+9 |
| | |||||
* | Add additional test | Oleg | 2012-12-24 | 1 | -0/+1 |
| | |||||
* | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -1/+11 |
| | | | | Also fixes browsers where `typeof RegExp === "function"`. | ||||
* | Know when to hold em, know when to fold em. | Dave Methvin | 2012-12-22 | 1 | -7/+12 |
| | |||||
* | Do not perform support check for old Opera. Close gh-1097. | Oleg | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 2 | -11/+138 |
| | |||||
* | Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093. | Oleg | 2012-12-20 | 1 | -0/+8 |
| | |||||
* | Remove .live() tests now in Migrate plugin. | Dave Methvin | 2012-12-18 | 1 | -578/+25 |
| | |||||
* | let .attr(checked|selected, true) update the property | Richard Gibson | 2012-12-16 | 1 | -2/+9 |
| | |||||
* | Resolve a763ae72 test failures | Richard Gibson | 2012-12-15 | 1 | -4/+1 |
| | |||||
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 3 | -61/+65 |
| | |||||
* | Fix #12600: don't use value property in place of value attribute. Close gh-1063. | Richard Gibson | 2012-12-14 | 2 | -11/+26 |
| | |||||
* | Adjust html parsing in event tests to use jQuery.parseHTML explicitly. | Timmy Willison | 2012-12-13 | 1 | -3/+3 |
| | |||||
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ↵ | timmywil | 2012-12-13 | 3 | -10/+18 |
| | | | | counting space characters). Fixes #11290. | ||||
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 2 | -67/+77 |
| | |||||
* | Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. | Richard Gibson | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947. | Oleg | 2012-12-13 | 1 | -0/+24 |
| | |||||
* | Fix #11230. .appendTo and pals should always stack. | Dave Methvin | 2012-12-13 | 1 | -5/+5 |
| | |||||
* | Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb. | Dave Methvin | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | Fix #4087. insertAfter, insertBefore, etc do not work if origin and ↵ | Paul Ramos | 2012-12-11 | 1 | -0/+34 |
| | | | | destination are same element. Close gh-1068. | ||||
* | Fix #13011. Let 'type' attribute be set if the browser allows. | Dave Methvin | 2012-12-11 | 1 | -9/+5 |
| | |||||
* | Fix #12990. Don't add 'px' to column-count. Close gh-1050. | Bennett Sorbo | 2012-12-11 | 1 | -4/+13 |
| | |||||
* | Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034. | Oleg | 2012-12-11 | 1 | -0/+49 |
| | | | | Remove clear(merge)Attributes hack | ||||
* | Fix IE failures from 55313d32 | Richard Gibson | 2012-12-11 | 1 | -17/+16 |
| | |||||
* | Fixes #11938: Adding array getter method to jQuery.fn.css | Mike Sherov | 2012-12-11 | 1 | -0/+16 |
| | |||||
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 6 | -32/+34 |
| | | | | Depends on jquery/sizzle#177, included with the Sizzle submodule in this commit. | ||||
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern ↵ | Rick Waldron | 2012-12-10 | 1 | -1/+3 |
| | | | | | | browsers will "get it right". Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes #13021. Normalization of core utility array like detection based on ↵ | Rick Waldron | 2012-12-10 | 1 | -72/+193 |
| | | | | standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064 | ||||
* | Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062. | Dave Methvin | 2012-12-09 | 1 | -42/+3 |
| | |||||
* | Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ↵ | Richard Gibson | 2012-12-08 | 1 | -17/+31 |
| | | | | solution by @maranomynet; test by @rwldrn. | ||||
* | 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 |
| | |||||
* | Revert "Organizes the php scripts used for testing better, so that the whole ↵ | jaubourg | 2012-12-05 | 2 | -695/+772 |
| | | | | | | 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 "228ab3d followup 1: fix test failures. Close gh-1056." | jaubourg | 2012-12-05 | 1 | -82/+85 |
| | | | | This reverts commit 20608b3579d70d3bac7fd74b4e11e4c08cd9d9b5. | ||||
* | 228ab3d followup 1: fix test failures. Close gh-1056. | Richard Gibson | 2012-12-05 | 1 | -85/+82 |
| | |||||
* | 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 | ||||
* | Organizes the php scripts used for testing better, so that the whole logic ↵ | jaubourg | 2012-12-04 | 2 | -772/+695 |
| | | | | 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. | ||||
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 3 | -20/+28 |
| |