| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -11/+20 |
* | compress -16 min+gzip | Richard Gibson | 2012-12-13 | 2 | -31/+31 |
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 5 | -87/+86 |
* | Fix #13044: execute all QUnit modules in TestSwarm. Close gh-1074. | Richard Gibson | 2012-12-13 | 2 | -2/+8 |
* | CSS: Save some bytes. Close gh-1071. | Scott González | 2012-12-13 | 1 | -13/+13 |
* | Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947. | Oleg | 2012-12-13 | 2 | -1/+33 |
* | Fix #11230. .appendTo and pals should always stack. | Dave Methvin | 2012-12-13 | 2 | -15/+9 |
* | 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 | 2 | -4/+42 |
* | Fix #13011. Let 'type' attribute be set if the browser allows. | Dave Methvin | 2012-12-11 | 2 | -16/+7 |
* | copy defaultSelected in cloneFixAttributes | Richard Gibson | 2012-12-11 | 1 | -1/+1 |
* | Fix #12990. Don't add 'px' to column-count. Close gh-1050. | Bennett Sorbo | 2012-12-11 | 3 | -4/+16 |
* | Fix #12956. Improve cloneFixAttributes for IE9/10 case. Close gh-1034. | Oleg | 2012-12-11 | 2 | -26/+64 |
* | 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 | 3 | -1/+32 |
* | Pass style declarations around for performance improvements and paving the wa... | Mike Sherov | 2012-12-11 | 4 | -43/+58 |
* | Update Sizzle | Richard Gibson | 2012-12-11 | 1 | -0/+0 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 9 | -42/+40 |
* | Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. | Oleg | 2012-12-10 | 3 | -4/+4 |
* | Test: Remove fixtures from QUnit.done hook. Close gh-1069. | Timo Tijhof | 2012-12-10 | 1 | -0/+5 |
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern browser... | Rick Waldron | 2012-12-10 | 2 | -1/+7 |
* | Fixes #13021. Normalization of core utility array like detection based on sta... | Rick Waldron | 2012-12-10 | 2 | -100/+238 |
* | Refactor defaultDisplay's node creation and display logic, -6 | Rick Waldron | 2012-12-10 | 1 | -10/+13 |
* | Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected(). | Dave Methvin | 2012-12-09 | 2 | -12/+5 |
* | Fix #13019. Disconnected nodes with .replaceWith are a noop. Close gh-1062. | Dave Methvin | 2012-12-09 | 2 | -53/+6 |
* | Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ... | Richard Gibson | 2012-12-08 | 2 | -52/+60 |
* | Deferred: .resolve(), .reject() and .notify() now set the callback context to... | jaubourg | 2012-12-07 | 2 | -6/+9 |
* | Fix #13013. Move jQuery.buildFragment() to compat plugin. | Dave Methvin | 2012-12-06 | 2 | -20/+6 |
* | 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 | 8 | -118/+111 |
* | once more with feeling | Richard Gibson | 2012-12-05 | 1 | -0/+0 |
* | don't test SVG on IE6 | Richard Gibson | 2012-12-05 | 1 | -0/+0 |
* | Fix #10832 (this time with tests): jQuery.contains in SVG | Richard Gibson | 2012-12-05 | 1 | -0/+0 |
* | Revert "Organizes the php scripts used for testing better, so that the whole ... | jaubourg | 2012-12-05 | 38 | -828/+1301 |
* | Revert "Fixes spacing" | jaubourg | 2012-12-05 | 1 | -4/+4 |
* | Revert "228ab3d followup 1: fix test failures. Close gh-1056." | jaubourg | 2012-12-05 | 2 | -86/+89 |
* | 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 | 2 | -113/+128 |
* | Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052. | Paul Ramos | 2012-12-04 | 3 | -101/+9 |
* | Fix #12756. Restyle manipulation unit tests. Close gh-1053. | Paul Ramos | 2012-12-04 | 1 | -598/+798 |
* | Fixes spacing | jaubourg | 2012-12-04 | 1 | -4/+4 |
* | Organizes the php scripts used for testing better, so that the whole logic of... | jaubourg | 2012-12-04 | 38 | -1301/+828 |
* | Fix #12856: keep PSEUDO regex non-greedy | Richard Gibson | 2012-12-03 | 1 | -0/+0 |
* | 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 |