History log of /yui3/src/attribute/tests/attribute-core.html
Revision Date Author Comments Expand
a921e6e9afbab09541d3bbbd297d0bb07c413d90 15-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Roping in more missing lines from the coverage reports

d2fe481f82326b03c9a545af61f3379ac5d7fef1 14-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Fixed bugs in attribute._getAttrCfg and state.removeAll, found while bumping up unit test coverage for attribute-extras and attribute-core. Fixes #2531891. Fixes #2531892 Added standalone state unit tests also.

de3bb93a2386b0b0af425ce11af6db4e9c269b08 23-Feb-2012 Dav Glass <davglass@gmail.com>

Fixed failing Attribute tests

2b7125b1271732c191ab0b73be768534afd62fc5 22-Feb-2012 Dav Glass <davglass@gmail.com>

Fixed failing Attribute tests

fdaf522f78615dc3145b1771f6f8daba2df06bb6 13-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

Broke up Y.Attribute into: Y.AttributeCore (Attribute without Events, or lesser used features) Y.AttributeEvents (AttributeEvent support) Y.AttributeExtras (Attribute lesser used features) Y.Attribute remains 100% backwards compatible. Attribute/Base/Widget/Plugin/App/Node/WidgetParentChild tests all pass. Y.State's internal data structure was changed. If you're accessing the private _state.data's fields directly, you'll need to change code. HISTORY.md has details.