You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/03/19 17:56:26 UTC

[royale-asjs] branch develop updated (9efd0d4 -> 18af34c)

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

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


    from 9efd0d4  amfchannel: ensure headers are not undefined, this is needed in shared enviroments when the application can be hosted in a domain but served through other domain. In this cases interacting with AMF can produce access denied (401) errors that can generate messages without headers, but we still want Royale executes its faulhandler
     new 9c2d25b  get PopUpButton and PopUpMenuButton to compile in TDF
     new 513c3c7  also build PopUpButton and PopUpMenuButton
     new 18af34c  fix ANT build

The 8760 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:
 examples/mxroyale/tourdeflexmodules/build.xml      |   4 +-
 .../src/main/config/compile-app-config.xml         |   0
 .../src/main/resources/mx-royale-manifest.xml      |   2 +
 .../src/main/royale/mx/controls/PopUpButton.as     | 132 +++++++++++++-
 .../src/main/royale/mx/controls/PopUpMenuButton.as | 190 ++++++++++++++++++++-
 .../src/main/royale/mx/events/MenuEvent.as         |  25 +++
 6 files changed, 344 insertions(+), 9 deletions(-)
 copy examples/royale/{StorageExample => JSON2ASVO}/src/main/config/compile-app-config.xml (100%)