You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/07 16:36:51 UTC

[royale-asjs] 04/04: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

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

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 5d1850bc889f43ace8ce4dcea04f64b1d0c57e7f
Merge: f0b07b4 151952c
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:36:22 2020 +0100

    Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

 .../Network/src/main/resources/basic-manifest.xml  |    1 +
 .../royale/net/remoting/amf/AMF0AMF3Context.as     |  508 ++++++++
 .../royale/net/remoting/amf/AMF0SupportBead.as     |   88 ++
 .../royale/net/remoting/amf/AMFBinaryData.as       | 1320 +-------------------
 .../amf/{AMFBinaryData.as => AMFContext.as}        |  713 +++++------
 .../org/apache/royale/net/remoting/amf/Traits.as   |  136 ++
 .../src/test/royale/flexUnitTests/NetworkTester.as |    2 +-
 ...taTesterTest.as => AMF0BinaryDataTesterTest.as} |  338 +++--
 .../network/AMFBinaryDataTesterTest.as             |   82 +-
 .../org/apache/royale/reflection/TypeDefinition.as |    8 +-
 .../apache/royale/reflection/getAliasByClass.as    |    3 +
 .../apache/royale/reflection/getClassByAlias.as    |    2 +-
 .../apache/royale/reflection/registerClassAlias.as |    2 +-
 13 files changed, 1440 insertions(+), 1763 deletions(-)