Merge branch 'develop' into tlf * develop: When x or y is set, change the style position to "absolute". Added CSSCheckBox Removed what appears to be a typo, causing warning in GCC
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/577c8594 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/577c8594 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/577c8594 Branch: refs/heads/tlf Commit: 577c8594cd32aa2e058fdcca2214b49902368e3d Parents: c6db814 6c71106 Author: Harbs <[email protected]> Authored: Tue Mar 28 20:37:15 2017 +0300 Committer: Harbs <[email protected]> Committed: Tue Mar 28 20:37:15 2017 +0300 ---------------------------------------------------------------------- .../main/flex/org/apache/flex/core/UIBase.as | 8 +- .../flex/org/apache/flex/html/CSSCheckBox.as | 219 +++++++++++++++++++ .../src/main/flex/org/apache/flex/html/Form.as | 2 +- .../HTML/src/main/resources/basic-manifest.xml | 1 + .../HTML/src/main/resources/defaults.css | 6 + 5 files changed, 231 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
