Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ref cc324abf: use acceptData to determine when it is safe to add event handlers | Richard Gibson | 2013-01-16 | 1 | -2/+2 | |
| | ||||||
* | Fix #8335: Avoid memory leak by never setting data on non-element ↵ | danilsomsikov | 2013-01-16 | 2 | -1/+17 | |
| | | | | non-document nodes. Close gh-1127. | |||||
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 2 | -9/+7 | |
| | | | | (cherry picked from commit 6b1b0a26b4d485b4d9f334286efed5dfe33e3f3f) | |||||
* | No ticket: improve replaceWith testing | Richard Gibson | 2013-01-16 | 1 | -55/+35 | |
| | | | | (cherry picked from commit 13468abaeb5488d547bc75d99bc3425ee891859e) | |||||
* | Fix #13182: update Sizzle | Richard Gibson | 2013-01-16 | 1 | -0/+0 | |
| | ||||||
* | Fix #13183: Wrong animation initial value calc. Ref gh-1136. | Mike Sherov | 2013-01-15 | 3 | -10/+27 | |
| | ||||||
* | Updating the source version to 2.0.0pre | Dave Methvin | 2013-01-14 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 2.0.0b1 release.2.0.0b1 | Dave Methvin | 2013-01-14 | 1 | -2/+2 | |
| | ||||||
* | Let version 1.9 claim jquery.js and jquery-latest.js files. | Dave Methvin | 2013-01-14 | 1 | -7/+8 | |
| | ||||||
* | Simplify release notes generator script. | Dave Methvin | 2013-01-14 | 2 | -44/+22 | |
| | ||||||
* | de486684 with moar guard for IE6 | Richard Gibson | 2013-01-13 | 1 | -4/+4 | |
| | | | | (cherry picked from commit 6c29dd24e9786dfd61cdfdb5d21ffcb5694e25ea) | |||||
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 | |
| | ||||||
* | Fixes #13200 - innerHTML in buildFragment need end tags | Oleg | 2013-01-13 | 1 | -5/+5 | |
| | ||||||
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 2 | -1/+17 | |
| | ||||||
* | 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 | 2 | -45/+66 | |
| | | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01) | |||||
* | No ticket: compress event.js | Richard Gibson | 2013-01-13 | 2 | -111/+116 | |
| | | | | (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291) | |||||
* | Leave out the web site, you know where to find us. | Dave Methvin | 2013-01-11 | 1 | -1/+1 | |
| | ||||||
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 2 | -2/+2 | |
| | ||||||
* | Update Sizzle | Richard Gibson | 2013-01-11 | 1 | -0/+0 | |
| | ||||||
* | Revert grunt, grunt-contrib-jshint, and grunt-contrib-uglify versions used ↵ | adam j. sontag | 2013-01-10 | 1 | -3/+3 | |
| | | | | in build until we can adapt Gruntfile to support grunt 0.4.0rc5 changes | |||||
* | Update Sizzle | Richard Gibson | 2013-01-10 | 1 | -0/+0 | |
| | ||||||
* | Fix #12886. Fix map file reference in .min.js file. | Dave Methvin | 2013-01-10 | 1 | -1/+4 | |
| | | | | Cherry picked from e348b4060848b46a6c4376661c093e0f0a3ef9e7 . | |||||
* | Ref gh-1117: Use native push for size and performance | Richard Gibson | 2013-01-09 | 1 | -2/+2 | |
| | ||||||
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124. | Oleg | 2013-01-09 | 2 | -5/+10 | |
| | ||||||
* | Propagate context of returned deferred object in Deferred.then(). Fixes #13160. | nanto | 2013-01-08 | 2 | -17/+30 | |
|\ | ||||||
| * | Eliminate redundancy of Deferred.then(). | nanto_vi | 2013-01-08 | 1 | -16/+11 | |
| | | ||||||
| * | Propagete context of returned deferred object in Deferred.then(). Fixes #13160 | nanto_vi | 2013-01-07 | 2 | -3/+21 | |
| | | ||||||
* | | 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 | |||||
* | | Opera 12.0 still implements an older version of the DOM so cloneNode cannot ↵ | jaubourg | 2013-01-08 | 1 | -1/+1 | |
| | | | | | | | | be called without an argument | |||||
* | | 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 | |||||
* | | Use while loop instead of for | Oleg | 2013-01-08 | 1 | -12/+7 | |
| | | ||||||
* | | Always use core_push in jQuery.buildFragment | Oleg | 2013-01-08 | 1 | -2/+2 | |
| | | ||||||
* | | Change test description | Oleg | 2013-01-08 | 1 | -1/+2 | |
| | | ||||||
* | | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 4 | -75/+55 | |
| | | ||||||
* | | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 3 | -10/+12 | |
| | | ||||||
* | | Simplify .wrapAll() and fix style. Close gh-1116. | Oleg | 2013-01-08 | 1 | -10/+13 | |
| | | ||||||
* | | Fix #13103. Add .finish() method. Close gh-1118. | Corey Frang | 2013-01-08 | 3 | -4/+105 | |
| | | ||||||
* | | Adds the abort on unload trick back in since IE9 still exhibits the bug | jaubourg | 2013-01-07 | 3 | -4/+49 | |
| | | ||||||
* | | Fixes comments per @rwldrn. Makes sure failing requests from local protocol ↵ | jaubourg | 2013-01-07 | 1 | -6/+10 | |
| | | | | | | | | yields status 404, not 0. | |||||
* | | 2.0: reduced xhr transport | jaubourg | 2013-01-07 | 2 | -228/+104 | |
|/ | ||||||
* | Fix #13143. Event target cannot be a text node. | Dave Methvin | 2013-01-06 | 1 | -0/+6 | |
| | | | | Check removed in the initial 2.0 refactor but Chrome still needs it. No effective way to unit test; see the test case in #13143. | |||||
* | Allow build to continue with --force on bad line endings. | Dave Methvin | 2013-01-06 | 1 | -1/+0 | |
| | ||||||
* | Fix #12471. Use consistent line endings in jquery.js | Dave Methvin | 2013-01-06 | 1 | -5/+14 | |
| | ||||||
* | Ref #12945, IE9/10 still needs safe .getAttribute check. | Dave Methvin | 2013-01-04 | 1 | -1/+3 | |
| | ||||||
* | Fix #12945. Check for .getAttribute so IE9 is happy. | Dave Methvin | 2013-01-04 | 1 | -1/+3 | |
| | ||||||
* | Use new version of grunt-contrib-watch. Close gh-1106. | Zachary Adam Kaplan | 2013-01-03 | 1 | -1/+1 | |
| | | | | Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..). | |||||
* | Remove appendChecked detect and stranded markup. | Dave Methvin | 2013-01-03 | 1 | -11/+4 | |
| |