| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 destinati... | Paul Ramos | 2012-12-11 | 1 | -0/+34 |
* | 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 |
* | 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 |
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern browser... | Rick Waldron | 2012-12-10 | 1 | -1/+3 |
* | Fixes #13021. Normalization of core utility array like detection based on sta... | Rick Waldron | 2012-12-10 | 1 | -72/+193 |
* | 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 |
* | Deferred: .resolve(), .reject() and .notify() now set the callback context to... | jaubourg | 2012-12-07 | 1 | -3/+3 |
* | 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 |
* | Revert "228ab3d followup 1: fix test failures. Close gh-1056." | jaubourg | 2012-12-05 | 1 | -82/+85 |
* | 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 |
* | Organizes the php scripts used for testing better, so that the whole logic of... | jaubourg | 2012-12-04 | 2 | -772/+695 |
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 3 | -20/+28 |
* | 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 |
* | Use strictEqual rather than equal | jaubourg | 2012-11-27 | 1 | -2/+2 |
* | Removes unnecessary closure and apply | jaubourg | 2012-11-26 | 1 | -3/+1 |
* | Total revamping of the ajax unit tests | jaubourg | 2012-11-26 | 1 | -2178/+1286 |
* | 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 |
* | 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. Clo... | Richard Gibson | 2012-11-19 | 1 | -78/+161 |