9bdfc363ef897a298b7596475f598c1c4fd427b6 |
|
16-Mar-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
Filling out line level coverage for base, base-core, widget |
b66fb0b516da11d7d0a3e6151dab92af15eac49c |
|
15-Feb-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added new _NON_ATTRS_CFG static to Base._buildCfg, for custom aggregation |
db748fdbe02870b4c78302a13fc95ab765d474c0 |
|
07-Feb-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
Trailing comma cleanup |
52e73635546b2ee315b3d99cc7145a73ebc5b30e |
|
07-Feb-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
Cleaned up Ext._buildCfg support. All buildCfg meta-data now merged
into a single shared hash, used for all static/aggregate/custom mixing.
Added Ext._buildCfg test cases for static/aggregate/custom support.
Also removed statics:true support.
See #2531567 |
9f74fe13660a0d9d411c97798c85863de1745bbf |
|
04-Feb-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
Ext._buildCfg support - initial drop |
fda0ebbfc3632b3acc0eed183cc58255439e9e02 |
|
24-Nov-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Avoid repeating Base constructor logic (and kicking off another init chain) when constructor is called more than once (e.g. when using Base.create with an extension which also inherits from Base) |
1bb9ba7f0e700971d0c04fca23820699348cfd49 |
|
07-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Prepped tests for coverage reporting |
0709cd166604645c5511b892413b44ad6bce6b64 |
|
04-Jun-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Base.create/mix will now treat initializer and destructor methods
on Extension prototypes in the same way it does for the host class.
Extension initializer prototype methods will be invoked after
the initializer of the host class. Extension destructor methods
will be invoked before the host class destructor.
Extensions which were previously using the init event, or
the initializedChange event, or AOP in their constructors to
inject logic after the host class initializer, can just define an
initializer function instead.
Fixes #2528546 |