This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from f067718 Revert "Update defaults.css commented ProgressBar bead"
new 45d0e44 Added some files and changes in existing files
new 23a3585 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
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:
.../main/royale/org/apache/royale/events/Event.as | 17 ++
.../src/main/resources/mx-royale-manifest.xml | 1 +
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 +
.../src/main/royale/mx/containers/HDividedBox.as | 2 +-
.../src/main/royale/mx/core/ByteArrayAsset.as | 103 +++++++++
.../MXRoyale/src/main/royale/mx/core/Container.as | 54 +++++
.../royale/mx/core/ContainerRawChildrenList.as | 237 +++++++++++++++++++++
.../royale/mx/messaging/events/ChannelEvent.as | 2 +-
.../royale/mx/messaging/events/MessageEvent.as | 2 +-
.../mx/messaging/events/MessageFaultEvent.as | 2 +-
.../src/main/royale/mx/rpc/events/XMLLoadEvent.as | 2 +-
.../src/main/royale/mx/system/Capabilities.as | 5 +
.../MXRoyale/src/main/royale/mx/utils/ByteArray.as | 8 +
13 files changed, 433 insertions(+), 5 deletions(-)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ByteArrayAsset.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ContainerRawChildrenList.as