Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release: remove revert artefacts | Oleg Gaidarenko | 2015-11-13 | 1 | -5/+12 |
| | |||||
* | Revert "Data: always camelCase keys in .data()" | Oleg Gaidarenko | 2015-11-13 | 1 | -26/+60 |
| | | | | This reverts commit 0e790985a76fd813a6e56696c87abeed5a6cf63b. | ||||
* | Data: Combine register and cache methods | Jason Bedard | 2015-09-14 | 1 | -33/+27 |
| | | | | Closes gh-2553 | ||||
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -5/+13 |
| | | | | Closes gh-2479 | ||||
* | Data: do not create data cache when fetching single property | Jason Bedard | 2015-09-08 | 1 | -4/+2 |
| | | | | Closes gh-2554 | ||||
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 1 | -4/+3 |
| | | | | | | jQuery.acceptData is an undocumented internal API that shouldn't be exposed. Fixes gh-2555 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -4/+4 |
| | | | | Fixes gh-2056 | ||||
* | Data: remove the expando when there's no more data | Timmy Willison | 2015-05-12 | 1 | -4/+6 |
| | | | | | Fixes gh-1760 Close gh-2271 | ||||
* | Data: remove some unused code | Timmy Willison | 2015-05-12 | 1 | -9/+4 |
| | |||||
* | Data: always camelCase keys in .data() | Timmy Willison | 2015-05-04 | 1 | -30/+27 |
| | | | | | | | - This effectively implements our "Embrace HTML5" option - Related: http://goo.gl/GcQAtn Fixes gh-2257 | ||||
* | Data: updates to element[expando] cache | Rick Waldron | 2015-03-05 | 1 | -36/+23 |
| | | | | | | | | | | - removes descriptor allocation - restore simplified cache creation - adds early return from remove call where no data exists - use Object.defineProperty - remove unnecessary code path Closes gh-2119 | ||||
* | Data: move element cache to element[expando] | Rick Waldron | 2015-03-04 | 1 | -46/+48 |
| | | | | | | | | | - avoid explicit data.discard() cleanup calls - explicitly remove the data.events property, only when private data exists - reduces code footprint Fixes gh-1734 Close gh-1428 | ||||
* | Data: avoid Object.defineProperties for nodes | Jason Bedard | 2015-03-04 | 1 | -13/+9 |
| | | | | | | | Closes gh-1668 Fixes gh-1728 Ref gh-1734 Ref gh-1428 | ||||
* | Data: avoid non-alphanumeric chars in expando properties | Jason Bedard | 2014-09-26 | 1 | -1/+1 |
| | | | | | | Ref chromium issue 378607 Ref #14839 Closes gh-1662 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -2/+2 |
| | | | | Closes gh-1577 | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+181 |