Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Build: put back "lint" command to the "dev" list | Oleg Gaidarenko | 2015-09-08 | 1 | -0/+1 |
| | | | | | | Also fix lint error in `data` module. It seems this command was removed from the list during merge | ||||
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 2 | -10/+5 |
| | | | | | | 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 | 4 | -10/+11 |
| | | | | 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 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 2 | -0/+0 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -2/+2 |
| | | | | Closes gh-1577 | ||||
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | (cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3) Conflicts: src/data.js src/data/accepts.js test/unit/core.js test/unit/data.js | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 4 | -0/+211 |