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 c1360d6a3ae5d64b5f870d1e34b785f735c95fb6 Merge: 171f38d 16f3de0 Author: Alex Harui <[email protected]> AuthorDate: Wed Dec 6 15:21:25 2017 -0800 Merge branch 'develop' of https://github.com/apache/royale-asjs into develop .../Basic/src/main/resources/basic-manifest.xml | 1 + .../royale/org/apache/royale/core/ContainerBase.as | 16 +- .../org/apache/royale/core/DataContainerBase.as | 2 +- .../royale/org/apache/royale/core/GroupBase.as | 20 +- .../royale/org/apache/royale/core/LayoutBase.as | 12 +- .../royale/org/apache/royale/html/CSSCheckBox.as | 5 +- .../main/royale/org/apache/royale/html/CheckBox.as | 4 +- .../royale/org/apache/royale/html/RadioButton.as | 5 +- .../org/apache/royale/html/ToggleTextButton.as | 3 +- .../royale/html/beads/DisableChildrenBead.as | 2 +- .../html/beads/SingleSelectionContainerBead.as | 316 +++++++++++++++++++++ .../html/beads/layouts/RemovableBasicLayout.as | 102 +++---- .../apache/royale/html/beads/layouts/TileLayout.as | 4 +- .../org/apache/royale/svg/GraphicContainer.as | 7 +- .../projects/Core/src/main/royale/CoreClasses.as | 2 + .../org/apache/royale/core/AllCSSValuesImpl.as | 4 +- .../royale/org/apache/royale/core/ISelectable.as} | 35 ++- .../org/apache/royale/core/SimpleCSSValuesImpl.as | 4 +- .../royale/org/apache/royale/events/ValueEvent.as | 6 +- .../royale/org/apache/royale/utils/EffectTimer.as | 4 +- .../org/apache/royale/utils/array/rangeCheck.as} | 20 +- .../{CoreTester.as => ArrayUtilsTest.as} | 45 ++- .../src/test/royale/flexUnitTests/CoreTester.as | 1 + 23 files changed, 499 insertions(+), 121 deletions(-) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
