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/12/23 06:52:47 UTC

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

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

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

commit 045ae19f8bcd663146672e7056782c95aa0afd4a
Merge: 4136088 f50c999
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Dec 22 22:12:16 2019 -0800

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

 .../beads/CrossBrowserFireListenerOverrideBead.as  |   4 +-
 .../DynamicAddItemRendererForArrayListData.as      |  29 ++-
 ...DynamicRemoveAllItemRendererForArrayListData.as |   6 +
 .../DynamicRemoveItemRendererForArrayListData.as   |  16 +-
 .../DynamicUpdateItemRendererForArrayListData.as   |   6 +-
 .../org/apache/royale/core/ElementWrapper.as       |  43 +++--
 .../org/apache/royale/core/HTMLElementWrapper.as   | 196 +--------------------
 .../org/apache/royale/events/KeyboardEvent.as      |  12 +-
 .../royale/org/apache/royale/events/MouseEvent.as  |  12 +-
 .../royale/events/utils/KeyboardEventConverter.as  |   5 +
 .../royale/events/utils/MouseEventConverter.as     |   5 +
 .../src/main/royale/mx/core/Application.as         |   8 +-
 .../mx/events/utils/KeyboardEventConverter.as      |   5 +
 .../royale/mx/events/utils/MouseEventConverter.as  |   5 +
 .../main/royale/spark/components/Application.as    |   4 +-
 15 files changed, 120 insertions(+), 236 deletions(-)