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 fbf8fcb Added non-modal Alert launch support to mx emulation.
new bd7b6cf Added missing clear method to BinaryData. Using 'clear'
method to reset the internal state does not affect any previously retrieved
internal 'data' object which may be referenced externally.
new f2d58a5 Support request for ability to switch off AMF verbose logging
in js (which is present in flash debug output). The easiest way to do this is
with a different ClassAliasBead : <js:AMFClassAliasBead verboseLogging="false"
/>
The 2 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/BinaryData.as | 27 ++++++++++
.../royale/flexUnitTests/BinaryDataTesterTest.as | 16 +++++-
.../Network/src/main/resources/basic-manifest.xml | 1 +
.../apache/royale/net/beads/AMFClassAliasBead.as} | 62 ++++++++++------------
.../royale/net/remoting/amf/AMF0AMF3Context.as | 5 +-
.../royale/net/remoting/amf/AMFBinaryData.as | 9 +++-
.../apache/royale/net/remoting/amf/AMFContext.as | 2 +-
7 files changed, 83 insertions(+), 39 deletions(-)
copy
frameworks/projects/{Reflection/src/main/royale/org/apache/royale/reflection/beads/ExtraReflectionDataBead.as
=> Network/src/main/royale/org/apache/royale/net/beads/AMFClassAliasBead.as}
(50%)