You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/01/16 00:16:14 UTC

[royale-asjs] branch develop updated (83f9d7c -> 0c712fc)

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 83f9d7c  debugging: fix token in pom
     new c3f3747  Implemented JS side of XMLNotifier, ObjectMap.forEach, and many XML notifications.
     new 5e70c3b  XMLListAdapter is expecting a bit more here.
     new 8a2691e  Changes to XML notification needed after more data type analysis, more tests with XMLList, and more tests with setChildren().
     new 31f3546  Fixed runtime problem in release mode.
     new dc226d5  Fix exception because setName() is called from within parseXMLStr() for processing instruction.
     new 568e399  Moved the callee argument to the XML notification callback to be the last parameter, and simplified XMLNotifier.initializeXMLForNotification().
     new 33c5887  Fixed XML notification of setName(new QName("...")), as opposed to setName("...").
     new 59a9d3b  Fixed attribute name being localName for XML notification attributeRemoved.
     new b97c406  o Implemented XML notifications textSet, namespaceAdded, and namespaceSet o Fixed a type returned in nameSet notification o Fixed order of nodeRemoved notifications in some cases of setChild() o Added addNamespaceInternal() to help implement namespaceAdded notification in a reentrant way
     new 281c820  Implemented XML notification namespaceRemoved.
     new aa46765  Implemented XML notification namespaceRemoved.
     new 063ddfc  Fixed behavior of nodeAdded and nodeRemoved when working with XMLList arguments, to match Flex behaviors, and eliminated extra loops for XMLList notification behaviors by default.
     new c2b789e  Fixed behavior of nodeAdded and nodeRemoved when working with XMLList arguments, to match Flex behaviors, and eliminated extra loops for XMLList notification behaviors by default.
     new 0c712fc  Merge pull request #969 from estanglerbm/xmlnotifier-js

The 12365 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:
 .../royale/org/apache/royale/utils/ObjectMap.as    |  35 +++-
 .../src/main/royale/mx/utils/XMLNotifier.as        |  36 ++--
 frameworks/projects/XML/src/main/royale/XML.as     | 212 +++++++++++++++++++--
 3 files changed, 241 insertions(+), 42 deletions(-)