This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from f445b4d jewel-listview: maybe something to consider at somepoint
new ed645b9 Ported support for ChangeWatcher.watch (without weakReference)
new 5f10eb7 Fix for XMLList top level function should return the original
when passed an XMLList instance
new 843ba88 Add XMLList top level 'coercion' test.
new 6898a43 Add test for XML literal interpolation
new 030377a Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
new c7c7c6d Small change in Crux to cover both default (empty string key)
and named ('event') argument for Bindable tags
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/royale/crux/binding/BindabilityInfo.as | 11 +-
.../src/main/royale/mx/binding/BindabilityInfo.as | 179 +++++++++++++++------
.../main/royale/mx/binding/utils/ChangeWatcher.as | 56 +++----
frameworks/projects/XML/src/main/royale/XMLList.as | 4 +-
.../XML/src/test/royale/flexUnitTests/XMLTester.as | 2 +
.../flexUnitTests/xml/XMLListTesterGeneralTest.as | 27 ++++
.../royale/flexUnitTests/xml/XMLLiteralTest.as | 127 +++++++++++++++
7 files changed, 329 insertions(+), 77 deletions(-)
create mode 100644
frameworks/projects/XML/src/test/royale/flexUnitTests/xml/XMLLiteralTest.as