You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:48:22 UTC

[47/50] git commit: [flex-asjs] [refs/heads/tlf] - Merge branch 'release0.8.0' into tlf

Merge branch 'release0.8.0' into tlf


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/502a5973
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/502a5973
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/502a5973

Branch: refs/heads/tlf
Commit: 502a59730f4a3c99327460af9b52982f99a60fbc
Parents: 98dc56a ff24a87
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 30 12:14:14 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 30 12:14:14 2017 -0700

----------------------------------------------------------------------
 ApproveFlexJS.xml                               |  77 +-
 RELEASE_NOTES                                   |  19 +-
 .../main/resources/META-INF/maven/archetype.xml |   1 +
 .../main/resources/archetype-resources/pom.xml  |  17 +-
 .../main/resources/META-INF/maven/archetype.xml |   1 +
 .../main/resources/archetype-resources/pom.xml  |  13 +-
 .../main/resources/META-INF/maven/archetype.xml |   1 +
 .../main/resources/archetype-resources/pom.xml  |  15 +-
 build.xml                                       |  25 +-
 distribution/pom.xml                            |   8 +-
 distribution/src/main/assembly/component.xml    |  20 +-
 .../frameworks/air-config-template.xml          | 850 +++++++++---------
 .../main/resources/frameworks/air-config.xml    | 851 ++++++++++---------
 .../resources/frameworks/airmobile-config.xml   | 568 ++++++++++---
 .../frameworks/createjs-config-template.xml     |  13 +-
 .../resources/frameworks/createjs-config.xml    |  21 +-
 .../frameworks/flex-config-template.xml         | 748 ++++++++--------
 .../main/resources/frameworks/flex-config.xml   | 736 +++++++++-------
 .../frameworks/jquery-config-template.xml       |  14 +-
 .../main/resources/frameworks/jquery-config.xml |  22 +-
 .../resources/frameworks/js-config-template.xml |  11 +-
 .../src/main/resources/frameworks/js-config.xml |  19 +-
 .../frameworks/node-config-template.xml         | 543 ++++++------
 .../main/resources/frameworks/node-config.xml   | 543 ++++++------
 examples/build.xml                              |  42 +-
 examples/build_example.xml                      | 143 +++-
 examples/express/DataBindingExample/build.xml   |  10 +
 examples/express/DataBindingExample/pom.xml     |   2 +
 .../src/main/flex/DataBindingExample.mxml       |  11 +-
 .../src/main/flex/controllers/MyController.as   |   6 +-
 examples/express/pom.xml                        |  16 +
 examples/flexjs/ASDoc/build.xml                 |  18 +-
 examples/flexjs/ASDoc/pom.xml                   |   1 +
 .../ASDoc/src/main/flex/ASDocMainView.mxml      |  83 +-
 .../ASDoc/src/main/flex/DetailRenderer.mxml     |   2 +-
 examples/flexjs/ChartExample/build.xml          |  13 +-
 examples/flexjs/ChartExample/pom.xml            |   1 +
 examples/flexjs/CordovaCameraExample/build.xml  |  29 +-
 examples/flexjs/CordovaCameraExample/pom.xml    |   1 +
 examples/flexjs/CreateJSExample/build.xml       |  13 +-
 examples/flexjs/CreateJSExample/pom.xml         |   1 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 examples/flexjs/DataBindingExample/build.xml    |  13 +-
 examples/flexjs/DataBindingExample/pom.xml      |   1 +
 .../src/main/flex/DataBindingExample.mxml       |   7 +
 .../src/main/flex/MyInitialView.mxml            |  14 +-
 .../DataBindingExampleWithFlexLayout/README.txt |  57 ++
 .../DataBindingExampleWithFlexLayout/build.xml  |  56 ++
 .../DataBindingExampleWithFlexLayout/pom.xml    |  75 ++
 .../src/main/config/compile-app-config.xml      |  23 +
 .../flex/DataBindingExampleWithFlexLayout.mxml  |  60 ++
 .../src/main/flex/MyInitialView.mxml            | 156 ++++
 .../src/main/flex/StockDataJSONItemConverter.as |  40 +
 .../src/main/flex/controllers/MyController.as   |  92 ++
 .../src/main/flex/models/MyModel.as             | 125 +++
 .../flexjs/DataBindingExample_Flat/build.xml    |  31 +-
 examples/flexjs/DataBindingExample_Flat/pom.xml |   2 +
 .../src/main/flex/DataBindingExample.mxml       |   7 +
 .../src/main/flex/MyInitialView.mxml            |  10 +-
 .../src/main/flex/controllers/MyController.as   |   4 +-
 examples/flexjs/DataBindingExample_as/build.xml |  14 +-
 examples/flexjs/DataBindingExample_as/pom.xml   |   1 +
 .../src/main/flex/DataBindingExample.as         | 173 ++--
 .../src/main/flex/MyInitialView.as              |   3 +-
 .../src/main/flex/controllers/MyController.as   |   4 +-
 examples/flexjs/DataGridExample/build.xml       |  11 +
 .../src/main/flex/MyInitialView.mxml            |   2 +-
 examples/flexjs/DateControlsExample/build.xml   |  13 +-
 examples/flexjs/DateControlsExample/pom.xml     |   1 +
 examples/flexjs/DesktopMap/build.xml            |  27 +-
 examples/flexjs/DesktopMap/pom.xml              |   1 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 .../DesktopMap/src/main/flex/DesktopMap.mxml    |   6 +-
 .../DesktopMap/src/main/flex/MyInitialView.mxml |   4 +-
 examples/flexjs/FlexJSStore/build.xml           |  14 +-
 examples/flexjs/FlexJSStore/pom.xml             |   4 +
 .../FlexJSStore/src/main/flex/SupportView.mxml  |   2 +-
 .../flexjs/FlexJSStore/src/main/flex/main.css   |   1 +
 .../src/main/flex/productsView/ProductCart.mxml |   2 +-
 .../flex/productsView/ProductCatalogPanel.mxml  |   6 +-
 .../productsView/ProductCatalogThumbnail.mxml   |   4 +-
 examples/flexjs/FlexJSStore_jquery/build.xml    |  14 +-
 examples/flexjs/FlexJSStore_jquery/pom.xml      |   5 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 .../src/main/flex/FlexJSStore.mxml              |   8 +-
 .../src/main/flex/HomeView.mxml                 | 194 +++--
 .../src/main/flex/ProductsView.mxml             |   1 -
 .../src/main/flex/SupportView.mxml              |   4 +-
 .../FlexJSStore_jquery/src/main/flex/main.css   |   1 +
 .../src/main/flex/productsView/ProductCart.mxml |   2 +-
 .../flex/productsView/ProductCatalogPanel.mxml  |   6 +-
 .../productsView/ProductCatalogThumbnail.mxml   |   4 +-
 .../flex/samples/flexstore/ProductThumbEvent.as |  19 +-
 examples/flexjs/FlexTeamPage_MDL/build.xml      |  11 +-
 examples/flexjs/FlexTeamPage_MDL/pom.xml        |   3 +
 .../flexjs/FlexWebsiteStatsViewer/build.xml     |  14 +-
 examples/flexjs/FlexWebsiteStatsViewer/pom.xml  |   2 +
 examples/flexjs/HelloWorld/build.xml            |  13 +-
 examples/flexjs/ListExample/build.xml           |  13 +-
 examples/flexjs/ListExample/pom.xml             |   1 +
 .../src/main/flex/MyInitialView.mxml            |  23 +-
 .../main/flex/simple/IRFactoryForArrayData.as   |   2 +-
 examples/flexjs/MDLBlogExample/build.xml        |  25 +-
 examples/flexjs/MDLBlogExample/pom.xml          |   1 +
 .../src/main/config/compile-app-config.xml      |  27 +
 examples/flexjs/MDLDynamicTabsExample/pom.xml   |   1 +
 examples/flexjs/MDLExample/build.xml            |  11 +-
 examples/flexjs/MDLExample/pom.xml              |   1 +
 .../src/main/config/compile-app-config.xml      |   1 +
 .../MDLExample/src/main/flex/DropDownList.mxml  |  17 +-
 .../MDLExample/src/main/flex/Snackbar.mxml      |   1 -
 .../MDLExample/src/main/flex/Toggles.mxml       |   2 +-
 .../ActorNameAndIconListItemRenderer.mxml       |   3 +-
 .../AvatarAndActionListItemRenderer.mxml        |   3 +-
 ...vatarAndActionThreeLineListItemRenderer.mxml |   3 +-
 .../itemRenderers/CustomMenuItemRenderer.mxml   |  19 +-
 .../CustomTabBarPanelItemRenderer.mxml          |  20 +-
 .../TableRowItemRendererWithIcons.mxml          |   3 +-
 .../src/main/flex/models/MainNavigationModel.as |   3 +-
 .../src/main/flex/models/TabsModel.as           |   3 +-
 examples/flexjs/MapSearch/MapSearch-app.xml     |   4 +-
 examples/flexjs/MapSearch/build.xml             |  20 +-
 examples/flexjs/MapSearch/pom.xml               |   1 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 .../MapSearch/src/main/flex/MapSearch.mxml      |   9 +-
 .../MapSearch/src/main/flex/MyInitialView.mxml  |  16 +-
 .../flexjs/MapSearch/src/main/flex/NoLayout.as  |  26 -
 examples/flexjs/MobileMap/MobileMap-app.xml     | 252 ++++++
 examples/flexjs/MobileMap/README.txt            |   6 +-
 examples/flexjs/MobileMap/build.xml             |  11 +-
 examples/flexjs/MobileMap/pom.xml               |   2 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 examples/flexjs/MobileStocks/build.xml          |  46 +-
 examples/flexjs/MobileStocks/pom.xml            |   5 +
 .../src/main/flex/models/ProductsModel.as       |   5 +-
 examples/flexjs/MobileTrader/build.xml          |  12 +-
 examples/flexjs/MobileTrader/pom.xml            |   3 +
 examples/flexjs/StorageExample/build.xml        |  32 +-
 examples/flexjs/StorageExample/pom.xml          |   1 +
 .../src/main/config/compile-app-config.xml      |   4 +-
 .../src/main/flex/MyInitialView.mxml            |  32 +-
 .../src/main/flex/StorageExample.mxml           |   4 +-
 examples/flexjs/StyleExample/build.xml          |  14 +-
 examples/flexjs/StyleExample/pom.xml            |   1 +
 .../src/main/flex/MyInitialView.mxml            |  19 +-
 examples/flexjs/TableExample/build.xml          |  11 +
 .../src/main/flex/MyInitialView.mxml            |   2 +-
 examples/flexjs/TeamPage/build.xml              |  11 +
 examples/flexjs/TeamPage/pom.xml                |   1 +
 examples/flexjs/TodoListSampleApp/build.xml     |  12 +
 .../sample/todo/renderers/TodoItemRenderer.mxml |   5 +-
 .../flex/sample/todo/views/TodoListView.mxml    |   3 +-
 examples/flexjs/TreeExample/build.xml           |  11 +
 examples/flexjs/pom.xml                         |   6 +
 examples/native/ButtonExample/build.xml         |  13 +-
 .../ButtonExample/src/main/resources/index.html |  30 +
 examples/native/USStatesMap/build.xml           |  13 +-
 .../USStatesMap/src/main/resources/index.html   |  30 +
 frameworks/air-config-template.xml              |  16 +-
 frameworks/air-config.xml                       |   8 +-
 frameworks/flex-config-template.xml             |  16 +-
 frameworks/flex-config.xml                      |   8 +-
 frameworks/fontsrc/pom.xml                      |   8 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/BindingJS/.actionScriptProperties  |   2 +-
 .../js/FlexJS/projects/BindingJS/.project       |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/ChartsJS/.actionScriptProperties   |  10 +-
 frameworks/js/FlexJS/projects/ChartsJS/.project |  31 +-
 .../src/main/config/compile-js-config.xml       |   8 +
 .../CollectionsJS/.actionScriptProperties       |   2 +-
 .../js/FlexJS/projects/CollectionsJS/.project   |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/CoreJS/.actionScriptProperties     |   2 +-
 frameworks/js/FlexJS/projects/CoreJS/.project   |  26 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/CreateJSJS/.actionScriptProperties |   7 +-
 .../js/FlexJS/projects/CreateJSJS/.project      |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/DragDropJS/.actionScriptProperties |   2 +-
 .../js/FlexJS/projects/DragDropJS/.project      |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/EffectsJS/.actionScriptProperties  |  10 +-
 .../js/FlexJS/projects/EffectsJS/.project       |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/FlatJS/.actionScriptProperties     |   5 +-
 frameworks/js/FlexJS/projects/FlatJS/.project   |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../src/main/config/compile-js-config.xml       |   7 +
 .../FormattersJS/.actionScriptProperties        |   2 +-
 .../js/FlexJS/projects/FormattersJS/.project    |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../GoogleMapsJS/.actionScriptProperties        |  10 +-
 .../js/FlexJS/projects/GoogleMapsJS/.project    |  31 +-
 .../src/main/config/compile-js-config.xml       |   9 +-
 .../projects/GraphicsJS/.actionScriptProperties |   2 +-
 .../js/FlexJS/projects/GraphicsJS/.project      |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/HTML5JS/.actionScriptProperties    |  12 +-
 frameworks/js/FlexJS/projects/HTML5JS/.project  |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/HTMLJS/.actionScriptProperties     |  10 +-
 frameworks/js/FlexJS/projects/HTMLJS/.project   |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/JQueryJS/.actionScriptProperties   |  11 +-
 frameworks/js/FlexJS/projects/JQueryJS/.project |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../src/main/config/compile-js-config.xml       |   7 +
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/MobileJS/.actionScriptProperties   |  11 +-
 frameworks/js/FlexJS/projects/MobileJS/.project |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../projects/NetworkJS/.actionScriptProperties  |   2 +-
 .../js/FlexJS/projects/NetworkJS/.project       |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../ReflectionJS/.actionScriptProperties        |   2 +-
 .../js/FlexJS/projects/ReflectionJS/.project    |  31 +-
 .../src/main/config/compile-js-config.xml       |   7 +
 .../src/main/config/compile-js-config.xml       |   9 +-
 .../src/main/config/compile-js-config.xml       |   9 +-
 .../XMLJS/src/main/config/compile-js-config.xml |   7 +
 frameworks/projects/Basic/build.xml             |   6 +-
 frameworks/projects/Basic/pom.xml               |   4 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../Basic/src/main/flex/BasicClasses.as         |   5 +-
 .../flex/org/apache/flex/core/AirApplication.as | 115 +++
 .../flex/org/apache/flex/core/ContainerBase.as  |   4 +
 .../main/flex/org/apache/flex/core/GroupBase.as |  22 +
 .../flex/org/apache/flex/core/LayoutBase.as     |  19 +
 .../main/flex/org/apache/flex/core/UIBase.as    |   7 +
 .../flex/org/apache/flex/html/ControlBar.as     |   1 +
 .../src/main/flex/org/apache/flex/html/List.as  |   2 +
 .../flex/org/apache/flex/html/MultilineLabel.as |   1 +
 .../flex/org/apache/flex/html/NumericStepper.as |  47 +-
 .../main/flex/org/apache/flex/html/Spinner.as   |   2 +-
 .../main/flex/org/apache/flex/html/ToolTip.as   |  16 +
 .../org/apache/flex/html/beads/ComboBoxView.as  |   2 +-
 .../org/apache/flex/html/beads/ContainerView.as |   4 +-
 .../flex/html/beads/DataGridPercentageView.as   |  10 +-
 .../org/apache/flex/html/beads/DataGridView.as  |  10 +-
 .../apache/flex/html/beads/DateChooserView.as   |  16 +-
 .../org/apache/flex/html/beads/DateFieldView.as |   3 +-
 .../flex/html/beads/NumericStepperView.as       |  17 +-
 .../org/apache/flex/html/beads/PanelView.as     |  30 +-
 .../flex/html/beads/PanelWithControlBarView.as  |   4 +-
 .../org/apache/flex/html/beads/SpinnerView.as   |  14 +-
 .../FlexibleFirstChildHorizontalLayout.as       |  25 +-
 .../html/beads/layouts/HorizontalFlexLayout.as  |   6 +-
 .../html/beads/layouts/HorizontalFlowLayout.as  |  47 +-
 .../flex/html/beads/layouts/HorizontalLayout.as |  30 +-
 .../HorizontalLayoutWithPaddingAndGap.as        |   2 +-
 .../layouts/OneFlexibleChildHorizontalLayout.as |  69 +-
 ...eFlexibleChildHorizontalLayoutForOverflow.as | 307 +++++++
 .../layouts/OneFlexibleChildVerticalLayout.as   |  66 +-
 ...OneFlexibleChildVerticalLayoutForOverflow.as | 309 +++++++
 .../html/beads/layouts/SimpleTableLayout.as     |  19 +-
 .../html/beads/layouts/VerticalColumnLayout.as  |  14 +
 .../html/beads/layouts/VerticalFlexLayout.as    |   6 +-
 .../flex/html/beads/layouts/VerticalLayout.as   |  35 +-
 .../layouts/VerticalLayoutWithPaddingAndGap.as  |   4 +-
 .../html/supportClasses/DataItemRenderer.as     |  22 +-
 .../html/supportClasses/ScrollingViewport.as    |  14 +-
 .../supportClasses/TextButtonItemRenderer.as    |   4 +-
 .../src/main/flex/org/apache/flex/svg/Circle.as |  12 +-
 .../flex/org/apache/flex/svg/CompoundGraphic.as |  12 +-
 .../main/flex/org/apache/flex/svg/DOMWrapper.as |  12 +-
 .../org/apache/flex/svg/GraphicContainer.as     |  12 +-
 .../flex/org/apache/flex/svg/GraphicShape.as    |  12 +-
 .../src/main/flex/org/apache/flex/svg/Image.as  |  12 +-
 .../src/main/flex/org/apache/flex/svg/Path.as   |  12 +-
 .../src/main/flex/org/apache/flex/svg/Rect.as   |  12 +-
 .../Basic/src/main/resources/basic-manifest.xml |   3 +
 .../Basic/src/main/resources/defaults.css       |  44 +-
 .../projects/Binding/.actionScriptProperties    |   3 +-
 frameworks/projects/Binding/build.xml           |   6 +-
 frameworks/projects/Binding/pom.xml             |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Charts/.actionScriptProperties     |   5 +-
 frameworks/projects/Charts/build.xml            |   6 +-
 frameworks/projects/Charts/pom.xml              |   5 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../Collections/.actionScriptProperties         |   3 +-
 frameworks/projects/Collections/build.xml       |   6 +-
 frameworks/projects/Collections/pom.xml         |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Core/.actionScriptProperties       |   2 +-
 frameworks/projects/Core/build.xml              |   6 +-
 .../Core/src/main/config/compile-swf-config.xml |   7 +
 .../org/apache/flex/core/AllCSSValuesImpl.as    | 772 +++++++++++++++++
 .../org/apache/flex/core/BindableCSSStyles.as   |   1 -
 .../flex/core/BindableCSSStylesWithFlex.as      | 116 +++
 .../org/apache/flex/core/SimpleCSSStyles.as     |  10 +-
 .../apache/flex/core/SimpleCSSStylesWithFlex.as | 110 +++
 .../org/apache/flex/core/SimpleCSSValuesImpl.as |  51 +-
 .../org/apache/flex/core/StyleChangeNotifier.as |   2 +-
 .../flex/org/apache/flex/events/BrowserEvent.as |  39 +-
 .../Core/src/main/resources/basic-manifest.xml  |   3 +
 .../projects/CreateJS/.actionScriptProperties   |   5 +-
 frameworks/projects/CreateJS/build.xml          |   6 +-
 frameworks/projects/CreateJS/pom.xml            |   4 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../flex/org/apache/flex/createjs/core/View.as  |   4 +
 .../projects/DragDrop/.actionScriptProperties   |   2 +-
 frameworks/projects/DragDrop/build.xml          |   6 +-
 frameworks/projects/DragDrop/pom.xml            |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Effects/.actionScriptProperties    |   2 +-
 frameworks/projects/Effects/build.xml           |   6 +-
 frameworks/projects/Effects/pom.xml             |   2 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../flex/core/StatesWithTransitionsImpl.as      |   4 +-
 frameworks/projects/Express/build.xml           |   6 +-
 frameworks/projects/Express/pom.xml             |   5 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../flex/org/apache/flex/express/Application.as |   4 +-
 .../Express/src/main/resources/defaults.css     |   5 +
 .../projects/Flat/.actionScriptProperties       |   2 +-
 frameworks/projects/Flat/build.xml              |   6 +-
 frameworks/projects/Flat/pom.xml                |  19 +
 .../Flat/src/main/config/compile-swf-config.xml |   7 +
 .../flex/org/apache/flex/flat/DropDownList.as   |  22 +-
 .../Flat/src/main/resources/defaults.css        |  45 +-
 .../Flat/src/main/resources/flat-manifest.xml   |   1 +
 frameworks/projects/FontAwesome/build.xml       |   6 +-
 frameworks/projects/FontAwesome/pom.xml         |   5 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Formatters/.actionScriptProperties |   2 +-
 frameworks/projects/Formatters/build.xml        |   6 +-
 frameworks/projects/Formatters/pom.xml          |   2 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/GoogleMaps/.actionScriptProperties |   2 +-
 frameworks/projects/GoogleMaps/build.xml        |   6 +-
 frameworks/projects/GoogleMaps/pom.xml          |   2 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Graphics/.actionScriptProperties   |  30 +-
 frameworks/projects/Graphics/build.xml          |   6 +-
 frameworks/projects/Graphics/pom.xml            |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../flex/org/apache/flex/graphics/CubicCurve.as |  12 +-
 .../org/apache/flex/graphics/GradientBase.as    |  12 +-
 .../org/apache/flex/graphics/GradientEntry.as   |  12 +-
 .../flex/org/apache/flex/graphics/ICircle.as    |  12 +-
 .../apache/flex/graphics/ICompoundGraphic.as    |  12 +-
 .../flex/org/apache/flex/graphics/IDrawable.as  |  12 +-
 .../flex/org/apache/flex/graphics/IEllipse.as   |  12 +-
 .../main/flex/org/apache/flex/graphics/IFill.as |  12 +-
 .../org/apache/flex/graphics/IGraphicShape.as   |  12 +-
 .../main/flex/org/apache/flex/graphics/IPath.as |  12 +-
 .../org/apache/flex/graphics/IPathCommand.as    |  12 +-
 .../main/flex/org/apache/flex/graphics/IRect.as |  12 +-
 .../flex/org/apache/flex/graphics/IStroke.as    |  12 +-
 .../main/flex/org/apache/flex/graphics/IText.as |  12 +-
 .../flex/org/apache/flex/graphics/LineStyle.as  |  12 +-
 .../flex/org/apache/flex/graphics/LineTo.as     |  12 +-
 .../flex/org/apache/flex/graphics/MoveTo.as     |  12 +-
 .../org/apache/flex/graphics/PathBuilder.as     |  12 +-
 .../org/apache/flex/graphics/QuadraticCurve.as  |  12 +-
 .../flex/org/apache/flex/graphics/SolidColor.as |  12 +-
 .../apache/flex/graphics/SolidColorStroke.as    |  12 +-
 .../graphics/utils/AdvancedLayoutFeatures.as    |  12 +-
 .../flex/graphics/utils/CompoundTransform.as    |  12 +-
 .../flex/graphics/utils/IAssetLayoutFeatures.as |  12 +-
 .../apache/flex/graphics/utils/PathHelper.as    |  12 +-
 .../flex/graphics/utils/TransformOffsets.as     |  12 +-
 .../flex/org/apache/flex/svg/LinearGradient.as  |  12 +-
 .../projects/HTML/.actionScriptProperties       |  32 +-
 frameworks/projects/HTML/build.xml              |   6 +-
 frameworks/projects/HTML/pom.xml                |   5 +
 .../HTML/src/main/config/compile-swf-config.xml |   7 +
 .../projects/HTML5/.actionScriptProperties      |  30 +-
 frameworks/projects/HTML5/build.xml             |   6 +-
 frameworks/projects/HTML5/pom.xml               |   2 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/JQuery/.actionScriptProperties     |  26 +-
 frameworks/projects/JQuery/build.xml            |   6 +-
 .../projects/JQuery/js/tests/FlexJSTest.js      |  12 +-
 .../JQuery/js/tests/MySimpleValuesImpl.js       |  12 +-
 frameworks/projects/JQuery/pom.xml              |   2 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 frameworks/projects/Language/build.xml          |   6 +-
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../main/flex/org/apache/flex/utils/Language.as | 100 ---
 .../projects/MaterialDesignLite/build.xml       |   8 +-
 frameworks/projects/MaterialDesignLite/pom.xml  |   6 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../org/apache/flex/mdl/NavigationLayout.as     |  32 +-
 .../org/apache/flex/mdl/beads/UpgradeElement.as |   3 +
 .../beads/controllers/DropDownListController.as |  16 +-
 .../flex/mdl/beads/views/DropDownListView.as    |  40 +-
 .../src/main/resources/defaults.css             |   8 +
 .../projects/Mobile/.actionScriptProperties     |  26 +-
 frameworks/projects/Mobile/build.xml            |   8 +-
 frameworks/projects/Mobile/pom.xml              |   3 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../flex/mobile/beads/StackedViewManagerView.as |   4 +-
 .../flex/mobile/beads/TabbedViewManagerView.as  |   4 +-
 .../projects/Network/.actionScriptProperties    |  26 +-
 frameworks/projects/Network/build.xml           |   6 +-
 frameworks/projects/Network/pom.xml             |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 .../projects/Reflection/.actionScriptProperties |  26 +-
 frameworks/projects/Reflection/build.xml        |   6 +-
 frameworks/projects/Reflection/pom.xml          |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 frameworks/projects/Storage/build.xml           |   6 +-
 frameworks/projects/Storage/pom.xml             |   1 +
 .../src/main/config/compile-swf-config.xml      |   7 +
 frameworks/projects/XML/build.xml               |   6 +-
 frameworks/projects/XML/pom.xml                 |   2 +
 .../XML/src/main/config/compile-swf-config.xml  |   7 +
 ide/flashbuilder/antscripts.xml                 |  12 +-
 installer.xml                                   |  59 +-
 .../src/DataBindingTestbed.mxml                 |   7 +
 .../FlexJSTest_SVG/src/FlexJSTest_SVG.mxml      |   7 +
 manualtests/build_example.xml                   | 284 +++----
 mustella/js/AssertPropertyValue.js              |  12 +-
 mustella/js/DispatchMouseClickEvent.js          |  12 +-
 mustella/js/DispatchMouseEvent.js               |  12 +-
 mustella/js/ExitWhenDone.js                     |  12 +-
 mustella/js/SendFormattedResultsToLog.js        |  12 +-
 mustella/js/SetProperty.js                      |  12 +-
 mustella/js/SetShowRTE.js                       |  12 +-
 mustella/js/TestCase.js                         |  12 +-
 mustella/js/UnitTester.js                       |  12 +-
 mustella/tests/basicTests/BasicTestsApp.mxml    |   7 +
 nightly.properties                              |   2 +-
 427 files changed, 9105 insertions(+), 3846 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/502a5973/build.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/502a5973/frameworks/js/FlexJS/projects/TextJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/502a5973/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/Rect.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/502a5973/frameworks/projects/Core/src/main/resources/basic-manifest.xml
----------------------------------------------------------------------
diff --cc frameworks/projects/Core/src/main/resources/basic-manifest.xml
index 1d528e4,3c2e3bf..007c691
--- a/frameworks/projects/Core/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
@@@ -22,8 -22,8 +22,9 @@@
  <componentPackage>
  
      <component id="SimpleCSSValuesImpl" class="org.apache.flex.core.SimpleCSSValuesImpl"/>
+     <component id="AllCSSValuesImpl" class="org.apache.flex.core.AllCSSValuesImpl"/>
      <component id="CSSFontFaceBead" class="org.apache.flex.core.CSSFontFaceBead" />
 +    <component id="EventLoggingBead" class="org.apache.flex.core.EventLoggingBead" />
      <component id="BrowserScroller" class="org.apache.flex.core.BrowserScroller"/>
      <component id="BrowserResizeHandler" class="org.apache.flex.core.BrowserResizeListener"/>
      <component id="SimpleValuesImpl" class="org.apache.flex.core.SimpleValuesImpl"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/502a5973/manualtests/build_example.xml
----------------------------------------------------------------------
diff --cc manualtests/build_example.xml
index bfefda1,918562c..62d98b6
--- a/manualtests/build_example.xml
+++ b/manualtests/build_example.xml
@@@ -1,27 -1,27 +1,27 @@@
  <?xml version="1.0"?>
  <!--
- 
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
- 
-       http://www.apache.org/licenses/LICENSE-2.0
- 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
- 
- -->
+  
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+  
+  -->
  
  <project name="build_example" basedir=".">
- 
+     
      <path id="lib.path">
 -        <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/>
 +      <fileset dir="${FALCONJX_HOME}/lib" includes="falcon-flexTasks.jar"/>
      </path>
      
      <target name="compile" description="Compiles ${example}">
@@@ -33,11 -33,11 +33,11 @@@
          <!-- because targets that run before flexTasks.jar gets built would fail. -->
          <taskdef resource="flexTasks.tasks" classpathref="lib.path"/>
          <!-- this is a dummy var placeholder in case some example needs to define a theme
 -         then they would set theme_arg=-theme=<path to theme> -->
 +            then they would set theme_arg=-theme=<path to theme> -->
          <property name="theme_arg" value="-define+=CONFIG::theme,false" />
          <mxmlc fork="true"
-                file="${basedir}/src/${example}.mxml"
-                output="${basedir}/bin-debug/${example}.swf">
+             file="${basedir}/src/${example}.mxml"
+             output="${basedir}/bin-debug/${example}.swf">
              <jvmarg line="${mxmlc.jvm.args}"/>
              <arg value="+flexlib=${basedir}/frameworks" />
              <arg value="-debug" />