You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/01/04 12:41:05 UTC

[royale-asjs] branch develop updated (3e67b84 -> c3bc0c9)

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

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


    from 3e67b84  New Jewel constrols: SwitchCheckBox and SwitchRadioButton
     new 82326af  Remove @royaleignorecoercion from several UIComponent methods (which affected "return" statements), because they allowed non-IUIComponent objects to be returned (in JS) when the method declaration promised an IUIComponent object.  Also add code to easily detect non-IUIComponent child objects during get measuredWidth() / measuredHeight() in JS.
     new 73b3753  Add @royaleemitcoercion to several UIComponent methods to ensure IUIComponent return types, and fix several methods that are not returning the proper IUIComponent values.
     new d7cc3f9  Switched to using getQualifiedClassName() in trace code in UIComponent, since it's better in release mode.
     new c3bc0c9  Merge pull request #1027 from estanglerbm/iuicomponent-checks

The 12250 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:
 .../src/main/royale/mx/core/UIComponent.as         | 60 ++++++++++++----------
 1 file changed, 33 insertions(+), 27 deletions(-)