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 2019/03/05 07:14:23 UTC

[royale-asjs] branch amf_updates updated (ae9a24f -> 1439095)

This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a change to branch amf_updates
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from ae9a24f  [AMFBinaryData] Added support for IDynamicPropertyWriter, added Unit testing to verify implementation (test example is in flexUnitTests/network/support/DynamicPropertyWriter.as)
     new 56db82a  [AMFBinaryData] Cover more edge cases with Arrays, using an internal isFunction check that is more consistent with Flash (than Language.is)
     new 1439095  [AMFBinaryData] Added implementation support (and very basic test) for supporting XML in amf. XML class is not a hard dependency for javascript, so must be linked in by the application, if being used. XML has only been tested with a very small example. The bytes do not currently match swf encoding, but this is due to differences in the XML toString (tab indents are different) stringification, I believe.

The 8681 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:
 .../src/main/config/compile-js-config.xml          |  2 +
 frameworks/projects/Network/pom.xml                |  4 +-
 .../royale/net/remoting/amf/AMFBinaryData.as       | 98 ++++++++++++++++++++--
 manualtests/UnitTests/pom.xml                      | 14 ++++
 .../network/AMFBinaryDataTesterTest.as             | 46 +++++++++-
 5 files changed, 150 insertions(+), 14 deletions(-)