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 f3be6ef support late label changes in FormItem. Should fix #797
new d45d476 Fix for #805. I am not sure why the original code inside
mx.core.Application is like it is, so leaving it mainly as is, but avoiding
multi-dispatch of 'preinitialize'
new cb4df56 Fix for ExternalInterface calls with member access
new be2846e Fix for URLLoader not honouring the 'contentType' setting of
the URLRequest passed in. This fixes issues in mx.rpc HttpService classes.
new 4f1f5ea Fix for Boolean primitive type specifically appearing as a
Function and not a class
new dfa105d XML fixes for appendChild when passed an XMLList. Tests for
what happens with different node types from source. Tests include some
variations observed in flash player (browser vs. standalone).
The 5 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/Language.as | 2 +-
.../src/main/royale/mx/core/Application.as | 13 +--
.../main/royale/mx/external/ExternalInterface.as | 15 ++-
.../main/royale/org/apache/royale/net/URLLoader.as | 9 +-
.../royale/org/apache/royale/net/URLRequest.as | 2 +-
frameworks/projects/XML/src/main/royale/XML.as | 46 ++++++--
.../royale/flexUnitTests/xml/XMLNamespaceTest.as | 17 ++-
.../flexUnitTests/xml/XMLTesterGeneralTest.as | 119 +++++++++++++++++++++
8 files changed, 199 insertions(+), 24 deletions(-)