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 | 1 | -0/+5 | |
| | | | | non-document nodes. Close gh-1127. | |||||
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -8/+2 | |
| | | | | (cherry picked from commit 6b1b0a26b4d485b4d9f334286efed5dfe33e3f3f) | |||||
* | 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 | 2 | -3/+3 | |
| | ||||||
* | 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 | 1 | -1/+3 | |
| | ||||||
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -37/+47 | |
| | | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01) | |||||
* | No ticket: compress event.js | Richard Gibson | 2013-01-13 | 2 | -111/+116 | |
| | | | | (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291) | |||||
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 1 | -1/+1 | |
| | ||||||
* | Update Sizzle | Richard Gibson | 2013-01-11 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle | Richard Gibson | 2013-01-10 | 1 | -0/+0 | |
| | ||||||
* | 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 | 1 | -3/+8 | |
| | ||||||
* | Propagate context of returned deferred object in Deferred.then(). Fixes #13160. | nanto | 2013-01-08 | 1 | -16/+13 | |
|\ | ||||||
| * | 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 | 1 | -2/+4 | |
| | | ||||||
* | | 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 | |||||
* | | 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 | |
| | | ||||||
* | | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 2 | -55/+44 | |
| | | ||||||
* | | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 2 | -8/+7 | |
| | | ||||||
* | | 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 | 2 | -4/+56 | |
| | | ||||||
* | | Adds the abort on unload trick back in since IE9 still exhibits the bug | jaubourg | 2013-01-07 | 1 | -4/+19 | |
| | | ||||||
* | | 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 | 1 | -210/+84 | |
|/ | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Remove appendChecked detect and stranded markup. | Dave Methvin | 2013-01-03 | 1 | -11/+4 | |
| | ||||||
* | Remove oldIE styleFloat detect. | Dave Methvin | 2013-01-03 | 2 | -5/+1 | |
| | ||||||
* | Remove noCloneEvent detects and white-box unit test. | Dave Methvin | 2013-01-03 | 1 | -12/+0 | |
| | ||||||
* | Remove oldIE submit/change bubble detects. | Dave Methvin | 2013-01-03 | 1 | -7/+4 | |
| | ||||||
* | Remove deleteExpando detect. | Dave Methvin | 2013-01-03 | 1 | -8/+0 | |
| | ||||||
* | Remove inlineBlockNeedsLayout and shrinkWrapBlocks. | Dave Methvin | 2013-01-03 | 2 | -38/+6 | |
| | ||||||
* | Remove support.reliableHiddenOffsets detect. | Dave Methvin | 2013-01-03 | 2 | -23/+3 | |
| | ||||||
* | Remove stranded support.js checks for oldIE. | Dave Methvin | 2013-01-03 | 1 | -23/+0 | |
| | ||||||
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 3 | -227/+250 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Happy New Year! It's 2013. | Dave Methvin | 2013-01-03 | 1 | -1/+1 | |
| | ||||||
* | Only splice from internal arrays when item actually exists. | Rick Waldron | 2012-12-31 | 1 | -2/+5 | |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Updates to data.js re-write to pass events and manipulation (full pass in ↵ | Rick Waldron | 2012-12-31 | 3 | -38/+43 | |
| | | | | | | local test runs) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | 2.0: Rewrite data.js | Rick Waldron | 2012-12-31 | 1 | -220/+189 | |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | Use a fresh input for the value-lossage check. | Dave Methvin | 2012-12-31 | 1 | -0/+1 | |
| | ||||||
* | Restore optSelected hack still needed by IE9/10 | Dave Methvin | 2012-12-31 | 2 | -0/+18 | |
| | ||||||
* | Merge branch '2.0-core' of https://github.com/rwldrn/jquery | Rick Waldron | 2012-12-31 | 1 | -160/+32 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '2.0-core' of https://github.com/rwldrn/jquery: Explanations for each step of isPlainObject obj === Object(obj) comparison is an unnecessary artifact from refactoring Ensure that null/undefined args don't choke on native indexOf Further reduction, thanks @dcherman Straightforward support note Straightforward support note Remove setTimeout for body existance 2.0: Reduce globalEval 2.0: Reduced parseXML 2.0: Reduce isPlainObject 2.0: Remove isArray shim 2.0: Remove now shim 2.0: Remove inArray shim 2.0: Remove JSON.parse shim 2.0: Remove trim shim 2.0: Removes attachEvent paths for jQuery.ready() | |||||
| * | Explanations for each step of isPlainObject | Rick Waldron | 2012-12-26 | 1 | -1/+8 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | obj === Object(obj) comparison is an unnecessary artifact from refactoring | Rick Waldron | 2012-12-26 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | Ensure that null/undefined args don't choke on native indexOf | Rick Waldron | 2012-12-26 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> |