Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9834f8e3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9834f8e3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9834f8e3 Branch: refs/heads/develop Commit: 9834f8e3c9ddaf5eb32c33cdfd9ee66f68eee453 Parents: 52a2147 c9d3c3d Author: yishayw <[email protected]> Authored: Tue Nov 15 10:24:24 2016 +0200 Committer: yishayw <[email protected]> Committed: Tue Nov 15 10:24:24 2016 +0200 ---------------------------------------------------------------------- .../flex/samples/flexstore/ProductThumbEvent.as | 3 +- .../flexjs/MDLExample/src/main/flex/App.mxml | 86 +++++++++---- .../src/main/resources/assets/dog.png | Bin 0 -> 9020 bytes .../src/main/resources/assets/image_card.jpg | Bin 0 -> 117457 bytes .../src/main/resources/mdl-styles.css | 12 ++ .../apache/flex/core/IInitialViewApplication.as | 2 +- .../org/apache/flex/core/IRenderedObject.as | 2 +- .../main/flex/org/apache/flex/core/UIBase.as | 46 +++---- .../src/main/flex/org/apache/flex/html/I.as | 109 ++++++++++++++++ .../flex/org/apache/flex/svg/GraphicShape.as | 2 +- .../HTML/src/main/resources/basic-manifest.xml | 1 + .../src/main/flex/org/apache/flex/mdl/Button.as | 33 +++-- .../src/main/flex/org/apache/flex/mdl/Card.as | 12 +- .../flex/org/apache/flex/mdl/CardActions.as | 8 +- .../main/flex/org/apache/flex/mdl/CardMedia.as | 8 +- .../main/flex/org/apache/flex/mdl/CardMenu.as | 8 +- .../org/apache/flex/mdl/CardSupportingText.as | 8 +- .../main/flex/org/apache/flex/mdl/CardTitle.as | 6 +- .../main/flex/org/apache/flex/mdl/CheckBox.as | 20 ++- .../src/main/flex/org/apache/flex/mdl/Menu.as | 106 ++++++++++++++++ .../main/flex/org/apache/flex/mdl/MenuItem.as | 126 +++++++++++++++++++ .../flex/org/apache/flex/mdl/RadioButton.as | 24 +++- .../src/main/flex/org/apache/flex/mdl/Slider.as | 27 +++- .../main/flex/org/apache/flex/mdl/TextInput.as | 34 ++++- .../apache/flex/mdl/supportClasses/CardInner.as | 5 +- 25 files changed, 585 insertions(+), 103 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9834f8e3/frameworks/projects/HTML/src/main/resources/basic-manifest.xml ----------------------------------------------------------------------
