Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | de486684 with moar guard for IE6 | Richard Gibson | 2013-01-13 | 1 | -4/+4 |
| | | | | (cherry picked from commit 6c29dd24e9786dfd61cdfdb5d21ffcb5694e25ea) | ||||
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 1 | -0/+14 |
| | |||||
* | Fix f860e0bd Firefox failures | Richard Gibson | 2013-01-13 | 1 | -3/+4 |
| | | | | (cherry picked from commit 0a3a424e65f66414305bf6a34fc6fd93d3b61c62) | ||||
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -8/+19 |
| | | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01) | ||||
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124. | Oleg | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | Propagate context of returned deferred object in Deferred.then(). Fixes #13160. | nanto | 2013-01-08 | 1 | -1/+17 |
|\ | |||||
| * | Propagete context of returned deferred object in Deferred.then(). Fixes #13160 | nanto_vi | 2013-01-07 | 1 | -1/+17 |
| | | |||||
* | | Adjusts unit test regarding exception in injected scripts so that it ↵ | jaubourg | 2013-01-08 | 1 | -9/+13 |
| | | | | | | | | accounts for the exception being thrown in an event loop for remote scripts | ||||
* | | strengthens and dries 304 unit tests | jaubourg | 2013-01-08 | 1 | -52/+34 |
| | | |||||
* | | Adding some more test coverage for .finish() | Corey Frang | 2013-01-08 | 1 | -1/+72 |
| | | |||||
* | | Tweaks the logic in the 304-related unit tests so that they pass for ↵ | jaubourg | 2013-01-08 | 1 | -41/+10 |
| | | | | | | | | versions of Opera that support manual 304 handling as well as for those that don't | ||||
* | | Change test description | Oleg | 2013-01-08 | 1 | -1/+2 |
| | | |||||
* | | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 2 | -20/+11 |
| | | |||||
* | | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 1 | -2/+5 |
| | | |||||
* | | Fix #13103. Add .finish() method. Close gh-1118. | Corey Frang | 2013-01-08 | 1 | -0/+49 |
| | | |||||
* | | Adds the abort on unload trick back in since IE9 still exhibits the bug | jaubourg | 2013-01-07 | 1 | -0/+5 |
| | | |||||
* | | 2.0: reduced xhr transport | jaubourg | 2013-01-07 | 1 | -18/+20 |
|/ | |||||
* | Remove noCloneEvent detects and white-box unit test. | Dave Methvin | 2013-01-03 | 1 | -42/+0 |
| | |||||
* | Remove deleteExpando detect. | Dave Methvin | 2013-01-03 | 1 | -34/+0 |
| | |||||
* | Remove inlineBlockNeedsLayout and shrinkWrapBlocks. | Dave Methvin | 2013-01-03 | 1 | -61/+32 |
| | |||||
* | Remove stranded support.js checks for oldIE. | Dave Methvin | 2013-01-03 | 1 | -41/+1 |
| | |||||
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 1 | -35/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Reverts the following commits: commit f717226b3a44f918eec30b2d59ab257270189bc3 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 18:06:38 2012 -0500 Only splice from internal arrays when item actually exists. commit b9cdc4136b688963d1dc4befb169be02a0216ba9 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 16:20:35 2012 -0500 Updates to data.js re-write to pass events and manipulation commit d1de3000c6d50c298de14fb1ae3381d75c303723 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 15:09:45 2012 -0500 2.0: Rewrite data.js | ||||
* | 2.0: Rewrite data.js | Rick Waldron | 2012-12-31 | 1 | -6/+35 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Remove invalid test "jQuery.getJSON() - Using Native JSON" from ↵ | Rick Waldron | 2012-12-31 | 1 | -31/+12 |
| | | | | | | test/unit/ajax.js Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Merge branch '2.0-manipulation' of https://github.com/orkel/jquery | Rick Waldron | 2012-12-31 | 1 | -11/+32 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '2.0-manipulation' of https://github.com/orkel/jquery: (51 commits) Rename fixCloneNodeIssues helper to fixInput Move support comment Add tests for th element Add empty line Add more tests for wrapMap Add test for td append wrapMap.col = wrapMap.tr wrapMap.thead = wrapMap.tr Add support comments Rewrite tests for colgroup, caption Add tests for thead, tbody, tfoot Remove fix for #11280 Remove fieldset from wrapMap Add comments for optgroup and option elements in wrapMap Add tests for optgroup element Remove fix for #4484, add more tests Use tabs instead of spaces Simplify getAll helper Simplify check for non-Elements Remove fix for object element Save 43 bytes Use common loop iteration idiom Remove fix for #9587 Use correct comments ... | ||||
| * | 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 |
| | | |||||
* | | Merge branch '2.0-attributes-rebased' | Rick Waldron | 2012-12-31 | 2 | -325/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.0-attributes-rebased: 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks Resolved conflict 2.0: Remove style->cssText attroproties fallback Remove outdated support tests 2.0: Remove support.optSelected 2.0: Remove oldIE enctype propFix | ||||
| * | | 2.0: Remove style->cssText attroproties fallback | Timmy Willison | 2012-12-31 | 1 | -4/+0 |
| | | | |||||
| * | | Remove outdated support tests | Timmy Willison | 2012-12-31 | 1 | -321/+0 |
| | | | |||||
* | | | Merge branch '2.0-traversing' of https://github.com/orkel/jquery | Rick Waldron | 2012-12-31 | 1 | -2/+7 |
|\ \ \ | |/ / |/| | | | | | | | | | | | * '2.0-traversing' of https://github.com/orkel/jquery: Code style Reduce traversing module | ||||
| * | | Reduce traversing module | Oleg | 2012-12-19 | 1 | -2/+7 |
| | | | |||||
* | | | Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵ | Mike Sherov | 2012-12-31 | 1 | -2/+5 |
| |/ |/| | | | | | string | ||||
* | | 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 |
| |