aboutsummaryrefslogtreecommitdiffstats
path: root/src/data/Data.js
Commit message (Collapse)AuthorAgeFilesLines
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-5/+12
|
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-11-131-26/+60
| | | | This reverts commit 0e790985a76fd813a6e56696c87abeed5a6cf63b.
* Data: Combine register and cache methodsJason Bedard2015-09-141-33/+27
| | | | Closes gh-2553
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-5/+13
| | | | Closes gh-2479
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-4/+2
| | | | Closes gh-2554
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-4/+3
| | | | | | jQuery.acceptData is an undocumented internal API that shouldn't be exposed. Fixes gh-2555
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+4
| | | | Fixes gh-2056
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-4/+6
| | | | | Fixes gh-1760 Close gh-2271
* Data: remove some unused codeTimmy Willison2015-05-121-9/+4
|
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-30/+27
| | | | | | | - This effectively implements our "Embrace HTML5" option - Related: http://goo.gl/GcQAtn Fixes gh-2257
* Data: updates to element[expando] cacheRick Waldron2015-03-051-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 Waldron2015-03-041-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 nodesJason Bedard2015-03-041-13/+9
| | | | | | | Closes gh-1668 Fixes gh-1728 Ref gh-1734 Ref gh-1428
* Data: avoid non-alphanumeric chars in expando propertiesJason Bedard2014-09-261-1/+1
| | | | | | Ref chromium issue 378607 Ref #14839 Closes gh-1662
* Support: clean up comments and Support notationDave Methvin2014-06-101-2/+2
| | | | Closes gh-1577
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+181