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 2016/06/16 23:00:07 UTC

[50/50] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - Merge branch 'develop' into spark

Merge branch 'develop' into spark

There were unexpected conflicts where we had merged develop into spark before but on this merge we saw conflicts in files that had not changed in the spark branch, but both branches did have changes after the branch was made but prior to the last merge.  No idea why these conflicts happened.


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

Branch: refs/heads/spark
Commit: 77148f4aed849da60c41be5b93d2aa2b0b3661c5
Parents: db3d64f 818c8ca
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 16 15:56:07 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 16 15:56:07 2016 -0700

----------------------------------------------------------------------
 apache-flex-flexjs-installer-config.xml         |   2 +-
 build.xml                                       |  39 ++-
 .../flexjs/ChartExample/src/MyInitialView.mxml  |   4 +-
 .../flexjs/ChartExample/src/SpeedTestView.mxml  |   4 +-
 .../ChartExample/src/models/ProductsModel.as    |   2 +-
 .../flexjs/ChartExample/src/products/Product.as |   2 +-
 .../CordovaCameraExample/src/MyInitialView.mxml |   4 +-
 examples/flexjs/CreateJSExample/build.xml       |  18 +
 .../DataBindingExample/src/MyInitialView.mxml   |   6 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../DataBindingExample/src/models/MyModel.as    |   2 +-
 .../src/MyInitialView.mxml                      |   6 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../src/models/MyModel.as                       |   2 +-
 examples/flexjs/DataBindingExample_as/pom.xml   |  23 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../DataBindingExample_as/src/models/MyModel.as |   2 +-
 .../DataGridExample/src/MyInitialView.mxml      |   4 +-
 .../DataGridExample/src/models/ProductsModel.as |   2 +-
 .../DataGridExample/src/products/Product.as     |   2 +-
 .../flexjs/DesktopMap/src/MyInitialView.mxml    |   6 +-
 .../flexjs/DesktopMap/src/models/MyModel.as     |   2 +-
 .../flexjs/FlexJSStore/src/FlexJSStore.mxml     |   4 +-
 .../FlexJSStore/src/ProductJSONItemConverter.as |   2 +-
 .../ProductCatalogPanelTitleBarView.mxml        |   6 +-
 .../src/samples/flexstore/Product.as            |   2 +-
 .../src/samples/flexstore/ProductFilter.as      |   2 +-
 .../src/samples/flexstore/ProductFilterEvent.as |   2 +-
 .../src/samples/flexstore/ProductListEvent.as   |   2 +-
 .../src/samples/flexstore/ProductThumbEvent.as  |   2 +-
 .../FlexJSStore_jquery/src/FlexJSStore.mxml     |   4 +-
 .../src/ProductJSONItemConverter.as             |   2 +-
 .../ProductCatalogPanelTitleBarView.mxml        |   6 +-
 .../src/samples/flexstore/Product.as            |   2 +-
 .../src/samples/flexstore/ProductFilter.as      |   2 +-
 .../src/samples/flexstore/ProductFilterEvent.as |   2 +-
 .../src/samples/flexstore/ProductListEvent.as   |   2 +-
 .../src/samples/flexstore/ProductThumbEvent.as  |   2 +-
 .../FlexWebsiteStatsViewer/src/StatsView.mxml   |   4 +-
 .../src/controllers/GAJSONInputParser.as        |   2 +-
 .../controllers/GAStatsDataJSONItemConverter.as |   2 +-
 .../src/controllers/StatsController.as          |   2 +-
 examples/flexjs/HelloWorld/build.xml            |  44 +++
 examples/flexjs/HelloWorld/src/HelloWorld.mxml  |  30 ++
 .../flexjs/MapSearch/src/MyInitialView.mxml     |   6 +-
 examples/flexjs/MapSearch/src/models/MyModel.as |   2 +-
 .../flexjs/MobileTrader/src/MyInitialView.mxml  |  10 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controller/AlertsViewController.as      |   2 +-
 .../src/controller/WatchListController.as       |   2 +-
 .../flexjs/MobileTrader/src/models/Alert.as     |   2 +-
 .../MobileTrader/src/models/ProductsModel.as    |   2 +-
 .../MobileTrader/src/renderers/AlertRenderer.as |   2 +-
 .../MobileTrader/src/renderers/StockRenderer.as |   2 +-
 .../MobileTrader/src/views/AlertsView.mxml      |   4 +-
 .../MobileTrader/src/views/AssetsView.mxml      |   4 +-
 .../MobileTrader/src/views/SearchView.mxml      |   4 +-
 .../MobileTrader/src/views/StockView.mxml       |   4 +-
 .../MobileTrader/src/views/WatchListView.mxml   |   4 +-
 .../StorageExample/src/MyInitialView.mxml       |   6 +-
 .../flexjs/StorageExample/src/models/MyModel.as |   2 +-
 .../todo/controllers/TodoListController.as      |   2 +-
 .../src/sample/todo/models/TodoListModel.as     |   2 +-
 .../src/sample/todo/views/TodoListView.mxml     |   4 +-
 .../flexjs/TreeExample/src/MyInitialView.mxml   |   6 +-
 examples/flexjs/pom.xml                         |   1 +
 .../native/AngularExample/src/AngularExample.as |   2 +-
 .../native/AngularExample/src/MyController.as   |   2 +-
 .../native/ButtonExample/src/ButtonExample.as   |   2 +-
 examples/native/USStatesMap/src/MapCoords.as    |   2 +-
 examples/native/USStatesMap/src/USStatesMap.as  |   2 +-
 frameworks/asdoc-config.xml                     |   2 +-
 frameworks/build.xml                            |  40 +++
 frameworks/createjs-config-template.xml         | 340 ++++++++++++++++++
 frameworks/createjs-config.xml                  | 340 ++++++++++++++++++
 frameworks/jquery-config-template.xml           | 340 ++++++++++++++++++
 frameworks/jquery-config.xml                    | 340 ++++++++++++++++++
 frameworks/js-config-template.xml               | 339 ++++++++++++++++++
 frameworks/js-config.xml                        | 339 ++++++++++++++++++
 .../projects/BindingJS/.actionScriptProperties  |   2 +-
 .../js/FlexJS/projects/BindingJS/build.xml      |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/ChartsJS/.actionScriptProperties   |   2 +-
 .../js/FlexJS/projects/ChartsJS/build.xml       |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../CollectionsJS/.actionScriptProperties       |   2 +-
 .../js/FlexJS/projects/CollectionsJS/build.xml  |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/CoreJS/.actionScriptProperties     |   2 +-
 frameworks/js/FlexJS/projects/CoreJS/build.xml  |  27 +-
 .../src/main/config/compile-js-config.xml       |  17 +-
 .../projects/CreateJSJS/.actionScriptProperties |   2 +-
 .../js/FlexJS/projects/CreateJSJS/build.xml     |  33 +-
 .../src/main/config/compile-js-config.xml       |  17 +-
 .../projects/DragDropJS/.actionScriptProperties |   2 +-
 .../js/FlexJS/projects/DragDropJS/build.xml     |  29 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/EffectsJS/.actionScriptProperties  |   2 +-
 .../js/FlexJS/projects/EffectsJS/build.xml      |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/FlatJS/.actionScriptProperties     |   2 +-
 frameworks/js/FlexJS/projects/FlatJS/build.xml  |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../FormattersJS/.actionScriptProperties        |   2 +-
 .../js/FlexJS/projects/FormattersJS/build.xml   |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../GoogleMapsJS/.actionScriptProperties        |   2 +-
 .../js/FlexJS/projects/GoogleMapsJS/build.xml   |  33 +-
 .../src/main/config/compile-js-config.xml       |  18 +-
 .../projects/GraphicsJS/.actionScriptProperties |   2 +-
 .../js/FlexJS/projects/GraphicsJS/build.xml     |  29 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/HTML5JS/.actionScriptProperties    |   2 +-
 frameworks/js/FlexJS/projects/HTML5JS/build.xml |  29 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/HTMLJS/.actionScriptProperties     |   2 +-
 frameworks/js/FlexJS/projects/HTMLJS/build.xml  |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/JQueryJS/.actionScriptProperties   |   2 +-
 .../js/FlexJS/projects/JQueryJS/build.xml       |  30 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../MXJS/src/main/config/compile-js-config.xml  |   2 +-
 .../projects/MobileJS/.actionScriptProperties   |   2 +-
 .../js/FlexJS/projects/MobileJS/build.xml       |  26 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../projects/NetworkJS/.actionScriptProperties  |   2 +-
 .../js/FlexJS/projects/NetworkJS/build.xml      |  27 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../ReflectionJS/.actionScriptProperties        |   2 +-
 .../js/FlexJS/projects/ReflectionJS/build.xml   |  28 +-
 .../src/main/config/compile-js-config.xml       |  16 +-
 .../js/FlexJS/projects/StorageJS/build.xml      |  35 +-
 .../src/main/config/compile-js-config.xml       |  18 +-
 frameworks/js/FlexJS/projects/XMLJS/build.xml   |  28 +-
 .../XMLJS/src/main/config/compile-js-config.xml |  16 +-
 frameworks/node-config-template.xml             | 340 ++++++++++++++++++
 frameworks/node-config.xml                      | 340 ++++++++++++++++++
 .../projects/Binding/.actionScriptProperties    |   2 +-
 frameworks/projects/Binding/build.xml           |   2 +-
 frameworks/projects/Binding/pom.xml             |  18 +-
 .../flex/binding/ApplicationDataBinding.as      |   2 +-
 .../org/apache/flex/binding/ChainBinding.as     |   2 +-
 .../org/apache/flex/binding/ConstantBinding.as  |   2 +-
 .../apache/flex/binding/ContainerDataBinding.as |   2 +-
 .../org/apache/flex/binding/GenericBinding.as   |   2 +-
 .../flex/binding/MXMLBeadViewBaseDataBinding.as | 342 -------------------
 .../flex/binding/MXMLBeadViewDataBinding.as     | 342 +++++++++++++++++++
 .../org/apache/flex/binding/PropertyWatcher.as  |   2 +-
 .../org/apache/flex/binding/SimpleBinding.as    |   2 +-
 .../apache/flex/binding/ViewBaseDataBinding.as  | 338 ------------------
 .../org/apache/flex/binding/ViewDataBinding.as  | 338 ++++++++++++++++++
 .../flex/org/apache/flex/binding/WatcherBase.as |   4 +-
 .../src/main/resources/basic-manifest.xml       |   4 +-
 .../projects/Charts/.actionScriptProperties     |   2 +-
 frameworks/projects/Charts/build.xml            |   2 +-
 frameworks/projects/Charts/pom.xml              |  12 +-
 .../flex/org/apache/flex/charts/ColumnChart.as  |   2 +-
 .../flex/org/apache/flex/charts/LineChart.as    |   2 +-
 .../flex/org/apache/flex/charts/PieChart.as     |   2 +-
 .../org/apache/flex/charts/StackedBarChart.as   |   2 +-
 .../apache/flex/charts/StackedColumnChart.as    |   2 +-
 .../apache/flex/charts/beads/AxisBaseBead.as    |   2 +-
 .../org/apache/flex/charts/beads/ChartView.as   |   2 +-
 .../DataItemRendererFactoryForSeriesData.as     |   2 +-
 .../org/apache/flex/charts/beads/DataTipBead.as |   2 +-
 .../charts/beads/HorizontalCategoryAxisBead.as  |   2 +-
 .../charts/beads/HorizontalLinearAxisBead.as    |   2 +-
 .../charts/beads/VerticalCategoryAxisBead.as    |   2 +-
 .../flex/charts/beads/VerticalLinearAxisBead.as |   2 +-
 .../flex/charts/beads/layouts/BarChartLayout.as |   2 +-
 .../charts/beads/layouts/ChartBaseLayout.as     |   2 +-
 .../charts/beads/layouts/ColumnChartLayout.as   |   2 +-
 .../layouts/LineChartCategoryVsLinearLayout.as  |   2 +-
 .../layouts/LineChartLinearVsLinearLayout.as    |   2 +-
 .../flex/charts/beads/layouts/PieChartLayout.as |   2 +-
 .../beads/layouts/StackedBarChartLayout.as      |   2 +-
 .../beads/layouts/StackedColumnChartLayout.as   |   2 +-
 .../apache/flex/charts/core/CartesianChart.as   |   2 +-
 .../org/apache/flex/charts/core/ChartBase.as    |   2 +-
 .../org/apache/flex/charts/core/IAxisBead.as    |   2 +-
 .../org/apache/flex/charts/core/IAxisGroup.as   |   2 +-
 .../flex/charts/core/ICartesianChartLayout.as   |   2 +-
 .../flex/org/apache/flex/charts/core/IChart.as  |   2 +-
 .../apache/flex/charts/core/IChartDataGroup.as  |   2 +-
 .../flex/charts/core/IChartItemRenderer.as      |   2 +-
 .../org/apache/flex/charts/core/IChartSeries.as |   2 +-
 .../flex/charts/core/IConnectedItemRenderer.as  |   2 +-
 .../flex/charts/core/IHorizontalAxisBead.as     |   2 +-
 .../flex/charts/core/IVerticalAxisBead.as       |   2 +-
 .../org/apache/flex/charts/core/PolarChart.as   |   2 +-
 .../flex/charts/optimized/SVGBoxItemRenderer.as |   2 +-
 .../flex/charts/optimized/SVGChartAxisGroup.as  |   2 +-
 .../flex/charts/optimized/SVGChartDataGroup.as  |   2 +-
 .../optimized/SVGLineSegmentItemRenderer.as     |   2 +-
 .../charts/optimized/SVGWedgeItemRenderer.as    |   2 +-
 .../flex/charts/supportClasses/BarSeries.as     |   2 +-
 .../charts/supportClasses/ChartAxisGroup.as     |   4 +-
 .../flex/charts/supportClasses/ColumnSeries.as  |   2 +-
 .../supportClasses/ILineSegmentItemRenderer.as  |   2 +-
 .../charts/supportClasses/IWedgeItemRenderer.as |   2 +-
 .../supportClasses/LineSegmentItemRenderer.as   |   2 +-
 .../flex/charts/supportClasses/LineSeries.as    |   2 +-
 .../flex/charts/supportClasses/PieSeries.as     |   2 +-
 .../charts/supportClasses/WedgeItemRenderer.as  |   2 +-
 .../Collections/.actionScriptProperties         |   2 +-
 frameworks/projects/Collections/build.xml       |   2 +-
 frameworks/projects/Collections/pom.xml         |   8 +-
 .../apache/flex/collections/FlattenedList.as    |   2 +-
 .../org/apache/flex/collections/ICollection.as  |   2 +-
 .../flex/collections/IStringCollection.as       |   2 +-
 .../apache/flex/collections/LazyCollection.as   |   8 +-
 .../collections/converters/IItemConverter.as    |   2 +-
 .../collections/converters/JSONItemConverter.as |   2 +-
 .../flex/collections/parsers/IInputParser.as    |   2 +-
 .../flex/collections/parsers/JSONInputParser.as |   2 +-
 .../projects/Core/.actionScriptProperties       |   2 +-
 frameworks/projects/Core/build.xml              |   2 +-
 frameworks/projects/Core/pom.xml                |  16 +-
 .../projects/Core/src/main/flex/CoreClasses.as  |  16 +-
 .../flex/org/apache/flex/core/Application.as    |  32 +-
 .../org/apache/flex/core/ApplicationBase.as     |   4 +-
 .../apache/flex/core/BrowserResizeListener.as   |   8 +-
 .../org/apache/flex/core/BrowserScroller.as     |   6 +-
 .../flex/org/apache/flex/core/BrowserWindow.as  |   4 +-
 .../org/apache/flex/core/CSSFontFaceBead.as     |  18 +-
 .../main/flex/org/apache/flex/core/CSSShape.as  |   2 +-
 .../main/flex/org/apache/flex/core/CSSSprite.as |   2 +-
 .../flex/org/apache/flex/core/CSSTextField.as   |   4 +-
 .../flex/org/apache/flex/core/CallLaterBead.as  |   6 +-
 .../flex/org/apache/flex/core/ContainerBase.as  |   2 +-
 .../flex/core/ContainerBaseStrandChildren.as    |   2 +-
 .../org/apache/flex/core/FilledRectangle.as     |   8 +-
 .../org/apache/flex/core/HTMLElementWrapper.as  |   4 +-
 .../flex/org/apache/flex/core/IBorderModel.as   |   2 +-
 .../main/flex/org/apache/flex/core/IChild.as    |   4 +-
 .../flex/org/apache/flex/core/IContainerView.as |   2 +-
 .../flex/org/apache/flex/core/IDataGridModel.as |   2 +-
 .../flex/org/apache/flex/core/IFlexJSElement.as |   2 +-
 .../flex/org/apache/flex/core/ILayoutChild.as   |   2 +-
 .../org/apache/flex/core/IScrollBarModel.as     |   2 +-
 .../main/flex/org/apache/flex/core/IUIBase.as   |   2 +-
 .../org/apache/flex/core/IViewportScroller.as   |   2 +-
 .../main/flex/org/apache/flex/core/ListBase.as  |   2 +-
 .../apache/flex/core/ListBaseStrandChildren.as  |   2 +-
 .../org/apache/flex/core/SimpleApplication.as   |   8 +-
 .../org/apache/flex/core/SimpleCSSValuesImpl.as |  18 +-
 .../flex/org/apache/flex/core/StageProxy.as     |   2 +-
 .../apache/flex/core/StyleableCSSTextField.as   |   2 +-
 .../main/flex/org/apache/flex/core/UIBase.as    |  62 ++--
 .../flex/org/apache/flex/core/UIButtonBase.as   |   2 +-
 .../src/main/flex/org/apache/flex/core/View.as  |  34 ++
 .../main/flex/org/apache/flex/core/ViewBase.as  |   3 +-
 .../org/apache/flex/events/ElementEvents.as     |   2 +-
 .../main/flex/org/apache/flex/events/Event.as   |   4 +-
 .../org/apache/flex/events/EventDispatcher.as   |   4 +-
 .../org/apache/flex/events/IEventDispatcher.as  |   4 +-
 .../flex/org/apache/flex/events/MouseEvent.as   |   4 +-
 .../flex/events/utils/IHandlesOriginalEvent.as  |   2 +-
 .../flex/events/utils/MouseEventConverter.as    |   2 +-
 .../src/main/flex/org/apache/flex/geom/Point.as |   4 +-
 .../main/flex/org/apache/flex/geom/Rectangle.as |   4 +-
 .../src/main/flex/org/apache/flex/geom/Size.as  |   2 +-
 .../flex/org/apache/flex/utils/BinaryData.as    |  28 +-
 .../org/apache/flex/utils/CSSBorderUtils.as     |   2 +-
 .../org/apache/flex/utils/CSSContainerUtils.as  |   2 +-
 .../main/flex/org/apache/flex/utils/Display.as  |  10 +-
 .../flex/org/apache/flex/utils/EffectTimer.as   |  12 +-
 .../flex/org/apache/flex/utils/HTMLLoader.as    |   4 +-
 .../main/flex/org/apache/flex/utils/Language.as |  57 +---
 .../apache/flex/utils/MXMLDataInterpreter.as    |  24 +-
 .../flex/org/apache/flex/utils/MixinManager.as  |   4 +-
 .../flex/org/apache/flex/utils/PNGEncoder.as    |   2 +-
 .../main/flex/org/apache/flex/utils/Platform.as |  12 +-
 .../flex/org/apache/flex/utils/PointUtils.as    |  10 +-
 .../main/flex/org/apache/flex/utils/Proxy.as    |   4 +-
 .../org/apache/flex/utils/SolidBorderUtil.as    |   2 +-
 .../flex/org/apache/flex/utils/StringTrimmer.as |   2 +-
 .../main/flex/org/apache/flex/utils/Timer.as    |   4 +-
 .../flex/utils/ViewSourceContextMenuOption.as   |   6 +-
 .../org/apache/flex/utils/dbg/DOMPathUtil.as    |   2 +-
 .../Core/src/main/resources/basic-manifest.xml  |   2 +-
 .../projects/Core/src/test/flex/build.xml       |   2 +-
 .../src/test/flex/flexUnitTests/StrandTester.as |   2 +-
 .../test/flex/flexUnitTests/StrandTesterTest.as |   2 +-
 .../projects/CreateJS/.actionScriptProperties   |   2 +-
 frameworks/projects/CreateJS/build.xml          |   2 +-
 frameworks/projects/CreateJS/pom.xml            |  12 +-
 .../org/apache/flex/createjs/Application.as     |   2 +-
 .../flex/org/apache/flex/createjs/CheckBox.as   |   4 +-
 .../flex/org/apache/flex/createjs/Container.as  |   4 +-
 .../main/flex/org/apache/flex/createjs/Label.as |   4 +-
 .../flex/org/apache/flex/createjs/TextButton.as |   4 +-
 .../apache/flex/createjs/core/CreateJSBase.as   |   4 +-
 .../org/apache/flex/createjs/core/UIBase.as     |   2 +-
 .../flex/org/apache/flex/createjs/core/View.as  |   2 +-
 .../org/apache/flex/createjs/graphics/Circle.as |   4 +-
 .../flex/createjs/graphics/GraphicShape.as      |   4 +-
 .../org/apache/flex/createjs/graphics/Rect.as   |   4 +-
 .../flex/org/apache/flex/createjs/tween/Ease.as |   8 +-
 .../org/apache/flex/createjs/tween/Tween.as     |   2 +-
 .../projects/DragDrop/.actionScriptProperties   |   2 +-
 frameworks/projects/DragDrop/build.xml          |   2 +-
 frameworks/projects/DragDrop/pom.xml            |   8 +-
 .../main/flex/org/apache/flex/core/DropType.as  |   2 +-
 .../flex/org/apache/flex/events/DragEvent.as    |   8 +-
 .../org/apache/flex/events/DragEventBase.as     |   6 +-
 .../projects/Effects/.actionScriptProperties    |   2 +-
 frameworks/projects/Effects/build.xml           |   2 +-
 frameworks/projects/Effects/pom.xml             |   8 +-
 .../flex/core/StatesWithTransitionsImpl.as      |   2 +-
 .../org/apache/flex/effects/PlatformWiper.as    |   6 +-
 .../projects/Flat/.actionScriptProperties       |   2 +-
 frameworks/projects/Flat/build.xml              |   2 +-
 frameworks/projects/Flat/pom.xml                |  18 +-
 .../projects/Flat/src/main/flex/FlatClasses.as  |   2 +-
 .../main/flex/org/apache/flex/flat/CheckBox.as  |   4 +-
 .../flex/org/apache/flex/flat/DropDownList.as   |   4 +-
 .../flex/org/apache/flex/flat/RadioButton.as    |   4 +-
 .../Flat/src/main/resources/defaults.css        |   4 +-
 .../Flat/src/main/resources/flat-manifest.xml   |   6 +-
 .../projects/Formatters/.actionScriptProperties |   2 +-
 frameworks/projects/Formatters/build.xml        |   2 +-
 frameworks/projects/Formatters/pom.xml          |   8 +-
 .../src/main/flex/FormattersClasses.as          |   2 +-
 .../flex/org/apache/flex/core/FormatBase.as     |   2 +-
 .../projects/GoogleMaps/.actionScriptProperties |   2 +-
 frameworks/projects/GoogleMaps/build.xml        |   2 +-
 frameworks/projects/GoogleMaps/pom.xml          |  20 +-
 .../src/main/flex/GoogleStubClasses.as          |   2 +-
 .../flex/maps/google/beads/GoogleMapView.as     |   4 +-
 .../flex/maps/google/beads/MapView_original.as  |   4 +-
 .../projects/Graphics/.actionScriptProperties   |   2 +-
 frameworks/projects/Graphics/build.xml          |   2 +-
 frameworks/projects/Graphics/pom.xml            |   8 +-
 .../org/apache/flex/core/graphics/Circle.as     |   6 +-
 .../org/apache/flex/core/graphics/Ellipse.as    |   6 +-
 .../apache/flex/core/graphics/GradientBase.as   |  12 +-
 .../apache/flex/core/graphics/GradientEntry.as  |   6 +-
 .../apache/flex/core/graphics/GraphicShape.as   |  10 +-
 .../flex/core/graphics/GraphicsContainer.as     | 100 +++---
 .../flex/org/apache/flex/core/graphics/IFill.as |   8 +-
 .../org/apache/flex/core/graphics/IStroke.as    |   4 +-
 .../apache/flex/core/graphics/LinearGradient.as |  10 +-
 .../flex/org/apache/flex/core/graphics/Path.as  |   4 +-
 .../flex/org/apache/flex/core/graphics/Rect.as  |   6 +-
 .../org/apache/flex/core/graphics/RoundRect.as  |   6 +-
 .../org/apache/flex/core/graphics/SolidColor.as |   8 +-
 .../flex/core/graphics/SolidColorStroke.as      |   6 +-
 .../flex/org/apache/flex/core/graphics/Text.as  |  12 +-
 .../core/graphics/utils/CompoundTransform.as    |   2 +-
 .../projects/HTML/.actionScriptProperties       |   2 +-
 frameworks/projects/HTML/build.xml              |   2 +-
 frameworks/projects/HTML/pom.xml                |  17 +-
 .../projects/HTML/src/main/flex/HTMLClasses.as  |  34 +-
 .../org/apache/flex/events/ItemAddedEvent.as    |   2 +-
 .../org/apache/flex/events/ItemClickedEvent.as  |   2 +-
 .../org/apache/flex/events/ItemRemovedEvent.as  |   2 +-
 .../main/flex/org/apache/flex/html/Button.as    |   4 +-
 .../main/flex/org/apache/flex/html/CheckBox.as  |  91 ++---
 .../src/main/flex/org/apache/flex/html/Label.as |  11 +-
 .../src/main/flex/org/apache/flex/html/List.as  |   2 +-
 .../flex/org/apache/flex/html/MXMLBeadView.as   | 317 +++++++++++++++++
 .../org/apache/flex/html/MXMLBeadViewBase.as    | 317 -----------------
 .../flex/org/apache/flex/html/RadioButton.as    | 121 +++----
 .../flex/org/apache/flex/html/RangeStepper.as   |  69 ++++
 .../flex/org/apache/flex/html/SimpleAlert.as    |   2 +-
 .../main/flex/org/apache/flex/html/TextArea.as  |   4 +-
 .../flex/org/apache/flex/html/TextButton.as     |  52 ++-
 .../main/flex/org/apache/flex/html/TextInput.as |  10 +-
 .../org/apache/flex/html/ToggleTextButton.as    |   4 +-
 .../flex/org/apache/flex/html/WebBrowser.as     |   4 +-
 .../flex/html/accessories/CheckBoxIcon.as       |  92 +++++
 .../accessories/NumericOnlyTextInputBead.as     |  10 +-
 .../flex/html/accessories/PasswordInputBead.as  |   8 +-
 .../flex/html/accessories/RadioButtonIcon.as    | 111 ++++++
 .../flex/html/accessories/TextPromptBead.as     |   8 +-
 .../flex/html/beads/BackgroundImageBead.as      |   2 +-
 .../org/apache/flex/html/beads/ContainerView.as |   2 +-
 .../apache/flex/html/beads/DataGridLinesBead.as |   2 +-
 .../html/beads/DataProviderChangeNotifier.as    |   2 +-
 .../flex/html/beads/DecrementButtonView.as      |  94 +++++
 .../org/apache/flex/html/beads/ISliderView.as   |   6 +-
 .../org/apache/flex/html/beads/ISpinnerView.as  |   6 +-
 .../flex/html/beads/ImageAndTextButtonView.as   |   2 +-
 .../apache/flex/html/beads/ImageButtonView.as   |  12 +-
 .../org/apache/flex/html/beads/ImageView.as     |  14 +-
 .../flex/html/beads/IncrementButtonView.as      |  94 +++++
 .../apache/flex/html/beads/RangeStepperView.as  | 157 +++++++++
 .../apache/flex/html/beads/SliderThumbView.as   |  18 +-
 .../apache/flex/html/beads/SliderTrackView.as   |  18 +-
 .../apache/flex/html/beads/TitleBarView.mxml    |   6 +-
 .../apache/flex/html/beads/WebBrowserView.as    |   4 +-
 .../controllers/ItemRendererMouseController.as  |  12 +-
 .../controllers/RangeStepperMouseController.as  |  94 +++++
 .../beads/controllers/SliderMouseController.as  |  14 +-
 .../beads/controllers/SpinnerMouseController.as |   2 +-
 .../flex/html/beads/layouts/BasicLayout.as      |   2 +-
 .../flex/html/beads/layouts/DataGridLayout.as   |   2 +-
 .../flex/html/beads/layouts/HorizontalLayout.as |   4 +-
 .../flex/html/beads/layouts/TileLayout.as       |   2 +-
 .../html/beads/layouts/VerticalColumnLayout.as  |   2 +-
 .../flex/html/beads/layouts/VerticalLayout.as   |   4 +-
 .../html/beads/models/ListPresentationModel.as  |   2 +-
 .../html/beads/models/RangeModelExtended.as     | 101 ++++++
 .../flex/html/beads/models/ViewportModel.as     |   2 +-
 .../html/supportClasses/ContainerContentArea.as |   2 +-
 .../html/supportClasses/DataItemRenderer.as     |   8 +-
 .../html/supportClasses/GraphicsItemRenderer.as |   2 +-
 .../html/supportClasses/ScrollingViewport.as    |  38 +--
 .../html/supportClasses/StringItemRenderer.as   |  14 +-
 .../HTML/src/main/resources/basic-manifest.xml  |   5 +-
 .../HTML/src/main/resources/defaults.css        |  10 +-
 .../flex/flexUnitTests/DataGridColumnTester.as  |   2 +-
 .../projects/HTML5/.actionScriptProperties      |   2 +-
 frameworks/projects/HTML5/build.xml             |   2 +-
 frameworks/projects/HTML5/pom.xml               |  12 +-
 .../projects/JQuery/.actionScriptProperties     |   2 +-
 frameworks/projects/JQuery/build.xml            |   2 +-
 frameworks/projects/JQuery/pom.xml              |  12 +-
 .../flex/org/apache/flex/jquery/RadioButton.as  |   2 +-
 .../MX/.externalToolBuilders/MXASJS.launch      |  44 ---
 .../MX/src/main/config/compile-as-config.xml    |   2 +-
 .../src/main/flex/flex/display/DisplayObject.as |   4 +-
 .../flex/flex/display/DisplayObjectContainer.as |   2 +-
 .../MX/src/main/flex/flex/display/Graphics.as   |   2 +-
 .../main/flex/flex/display/InteractiveObject.as |   2 +-
 .../MX/src/main/flex/flex/display/Loader.as     |   2 +-
 .../MX/src/main/flex/flex/display/ModuleInfo.as |  14 +-
 .../MX/src/main/flex/flex/display/MovieClip.as  |  12 +-
 .../MX/src/main/flex/flex/display/Shape.as      |   2 +-
 .../MX/src/main/flex/flex/display/Sprite.as     |   2 +-
 .../main/flex/flex/display/TopOfDisplayList.as  |   6 +-
 .../main/flex/flex/events/ContextMenuEvent.as   |   2 +-
 .../MX/src/main/flex/flex/events/Event.as       |   2 +-
 .../MX/src/main/flex/flex/events/EventPhase.as  |   2 +-
 .../MX/src/main/flex/flex/events/FocusEvent.as  |   2 +-
 .../main/flex/flex/events/IEventDispatcher.as   |   2 +-
 .../src/main/flex/flex/events/IOErrorEvent.as   |   2 +-
 .../src/main/flex/flex/events/ProgressEvent.as  |   2 +-
 .../MX/src/main/flex/flex/events/TimerEvent.as  |   2 +-
 .../main/flex/flex/system/DefinitionManager.as  |  12 +-
 .../MX/src/main/flex/flex/system/I18NManager.as |   6 +-
 .../MX/src/main/flex/flex/text/TextField.as     |   6 +-
 .../MX/src/main/flex/flex/text/TextFieldType.as |   2 +-
 .../MX/src/main/flex/flex/text/TextFormat.as    |   2 +-
 .../src/main/flex/flex/text/TextFormatAlign.as  |   2 +-
 .../src/main/flex/flex/text/TextLineMetrics.as  |   6 +-
 .../MX/src/main/flex/flex/ui/Keyboard.as        |   2 +-
 .../projects/MX/src/main/flex/flex/ui/Mouse.as  |   2 +-
 .../src/main/flex/flex/utils/IExternalizable.as |   2 +-
 .../flex/mx/automation/IAutomationObject.as     |   2 +-
 .../MX/src/main/flex/mx/binding/Binding.as      |   4 +-
 .../MX/src/main/flex/mx/binding/Watcher.as      |   2 +-
 .../containers/utilityClasses/CanvasLayout.as   |   2 +-
 .../utilityClasses/ConstraintColumn.as          |   2 +-
 .../containers/utilityClasses/ConstraintRow.as  |   2 +-
 .../main/flex/mx/controls/IFlexContextMenu.as   |   2 +-
 .../MX/src/main/flex/mx/controls/Label.as       |   2 +-
 .../MX/src/main/flex/mx/controls/ToolTip.as     |   6 +-
 .../MX/src/main/flex/mx/core/Application.as     |  20 +-
 .../MX/src/main/flex/mx/core/Container.as       |  22 +-
 .../src/main/flex/mx/core/ContainerGlobals.as   |   2 +-
 .../flex/mx/core/ContainerRawChildrenList.as    |   2 +-
 .../src/main/flex/mx/core/DPIClassification.as  |   2 +-
 .../MX/src/main/flex/mx/core/IChildList.as      |   2 +-
 .../src/main/flex/mx/core/IConstraintClient.as  |   2 +-
 .../MX/src/main/flex/mx/core/IContainer.as      |   4 +-
 .../main/flex/mx/core/IDeferredContentOwner.as  |   2 +-
 .../mx/core/IDisplayObjectContainerInterface.as |  20 +-
 .../flex/mx/core/IDisplayObjectInterface.as     |   4 +-
 .../src/main/flex/mx/core/IFlexDisplayObject.as |   2 +-
 .../src/main/flex/mx/core/INavigatorContent.as  |   2 +-
 .../src/main/flex/mx/core/IProgrammaticSkin.as  |   2 +-
 .../src/main/flex/mx/core/ISpriteInterface.as   |  18 +-
 .../MX/src/main/flex/mx/core/IStateClient2.as   |   2 +-
 .../src/main/flex/mx/core/ITextFieldFactory.as  |   2 +-
 .../flex/mx/core/ITransientDeferredInstance.as  |   2 +-
 .../MX/src/main/flex/mx/core/IUIComponent.as    |   2 +-
 .../MX/src/main/flex/mx/core/IUITextField.as    |   2 +-
 .../MX/src/main/flex/mx/core/IVisualElement.as  |   2 +-
 .../src/main/flex/mx/core/RuntimeDPIProvider.as |   6 +-
 .../MX/src/main/flex/mx/core/UIComponent.as     |  48 +--
 .../src/main/flex/mx/core/UIComponentGlobals.as |   4 +-
 .../MX/src/main/flex/mx/core/UITextField.as     |  50 +--
 .../MX/src/main/flex/mx/core/UITextFormat.as    |   2 +-
 .../src/main/flex/mx/effects/EffectManager.as   |   2 +-
 .../src/main/flex/mx/effects/IAbstractEffect.as |   4 +-
 .../main/flex/mx/effects/IEffectTargetHost.as   |   2 +-
 .../mx/events/ChildExistenceChangedEvent.as     |   2 +-
 .../src/main/flex/mx/events/FlexChangeEvent.as  |   2 +-
 .../MX/src/main/flex/mx/events/FocusEvent.as    |   2 +-
 .../main/flex/mx/events/IndexChangedEvent.as    |   2 +-
 .../main/flex/mx/managers/CursorManagerImpl.as  |   8 +-
 .../src/main/flex/mx/managers/FocusManager.as   |  42 +--
 .../flex/mx/managers/IFocusManagerContainer.as  |   2 +-
 .../src/main/flex/mx/managers/ISystemManager.as |   4 +-
 .../mx/managers/ISystemManagerChildManager.as   |   2 +-
 .../main/flex/mx/managers/IToolTipManager.as    |   2 +-
 .../main/flex/mx/managers/IToolTipManager2.as   |   2 +-
 .../main/flex/mx/managers/SystemChildrenList.as |   2 +-
 .../src/main/flex/mx/managers/SystemManager.as  | 116 +++----
 .../flex/mx/managers/SystemRawChildrenList.as   |   2 +-
 .../src/main/flex/mx/managers/ToolTipManager.as |   2 +-
 .../main/flex/mx/managers/ToolTipManagerImpl.as |   4 +-
 .../flex/mx/preloaders/IPreloaderDisplay.as     |   2 +-
 .../MX/src/main/flex/mx/preloaders/Preloader.as |   8 +-
 .../main/flex/mx/resources/ResourceBundle.as    |   6 +-
 .../main/flex/mx/resources/ResourceManager.as   |   2 +-
 .../flex/mx/resources/ResourceManagerImpl.as    |   6 +-
 .../MX/src/main/flex/mx/states/AddChild.as      |   2 +-
 .../MX/src/main/flex/mx/states/AddItems.as      |   2 +-
 .../main/flex/mx/states/InterruptionBehavior.as |   2 +-
 .../MX/src/main/flex/mx/states/OverrideBase.as  |   2 +-
 .../MX/src/main/flex/mx/states/RemoveChild.as   |   2 +-
 .../src/main/flex/mx/states/SetEventHandler.as  |   2 +-
 .../main/flex/mx/styles/CSSStyleDeclaration.as  |  12 +-
 .../src/main/flex/mx/styles/StyleManagerImpl.as |   2 +-
 .../src/main/flex/mx/styles/StyleProtoChain.as  |   2 +-
 .../metadata/ContainerBackgroundStyles.as       |   2 +-
 .../MX/src/main/flex/mx/utils/DensityUtil.as    |   2 +-
 .../flex/mx/utils/DescribeTypeCacheRecord.as    |   6 +-
 .../MX/src/main/flex/mx/utils/GraphicsUtil.as   |   2 +-
 .../MX/src/main/flex/mx/utils/IXMLNotifiable.as |   2 +-
 .../MX/src/main/flex/mx/utils/LoaderUtil.as     |  10 +-
 .../MX/src/main/flex/mx/utils/NameUtil.as       |   2 +-
 .../MX/src/main/flex/mx/utils/ObjectProxy.as    |  34 +-
 .../MX/src/main/flex/mx/utils/ObjectUtil.as     |  30 +-
 .../flex/mx/utils/OnDemandEventDispatcher.as    |  12 +-
 .../MX/src/main/flex/mx/utils/OrderedObject.as  |  20 +-
 .../MX/src/main/flex/mx/utils/Platform.as       |   4 +-
 .../MX/src/main/flex/mx/utils/UIDUtil.as        |  16 +-
 frameworks/projects/MX/src/test/flex/build.xml  |   2 +-
 .../MX/src/test/flex/src/TestCompile.mxml       |   4 +-
 .../projects/Mobile/.actionScriptProperties     |   2 +-
 frameworks/projects/Mobile/build.xml            |   2 +-
 frameworks/projects/Mobile/pom.xml              |  12 +-
 .../Mobile/src/main/flex/MobileClasses.as       |   4 +-
 .../main/flex/org/apache/cordova/Application.as |   2 +-
 .../src/main/flex/org/apache/cordova/Weinre.as  |   6 +-
 .../flex/org/apache/cordova/camera/Camera.as    |  20 +-
 .../flex/org/apache/flex/mobile/DatePicker.as   |  80 +++++
 .../main/flex/org/apache/flex/mobile/IView.as   |  45 ---
 .../flex/org/apache/flex/mobile/IViewManager.as |   6 +-
 .../org/apache/flex/mobile/IViewManagerView.as  |  45 +++
 .../flex/org/apache/flex/mobile/ManagerBase.as  |   4 +-
 .../apache/flex/mobile/StackedViewManager.as    |  16 +-
 .../org/apache/flex/mobile/TabbedViewManager.as |   4 +-
 .../flex/org/apache/flex/mobile/TitleView.as    | 103 ++++++
 .../flex/org/apache/flex/mobile/ToggleSwitch.as |   2 +-
 .../main/flex/org/apache/flex/mobile/View.as    | 103 ------
 .../org/apache/flex/mobile/ViewManagerBase.as   |  12 +-
 .../apache/flex/mobile/beads/DatePickerView.as  | 185 ++++++++++
 .../flex/mobile/beads/MobileWebBrowserView.as   |   4 +-
 .../flex/mobile/beads/StackedViewManagerView.as |   2 +-
 .../flex/mobile/beads/TabbedViewManagerView.as  |   2 +-
 .../flex/mobile/beads/ToggleSwitchView.as       |   2 +-
 .../apache/flex/mobile/beads/ViewManagerView.as | 166 ---------
 .../flex/mobile/beads/ViewManagerViewBase.as    | 166 +++++++++
 .../controllers/ToggleSwitchMouseController.as  |   4 +-
 .../apache/flex/mobile/chrome/NavigationBar.as  |   2 +-
 .../org/apache/flex/mobile/chrome/TabBar.as     |   2 +-
 .../org/apache/flex/mobile/chrome/ToolBar.as    |   2 +-
 .../flex/mobile/models/ViewManagerModel.as      |   2 +-
 .../src/main/resources/basic-manifest.xml       |   3 +-
 .../Mobile/src/main/resources/defaults.css      |  23 ++
 .../projects/Network/.actionScriptProperties    |   2 +-
 frameworks/projects/Network/build.xml           |   2 +-
 frameworks/projects/Network/pom.xml             |   8 +-
 .../flex/org/apache/flex/net/BinaryUploader.as  |  26 +-
 .../main/flex/org/apache/flex/net/HTTPHeader.as |   2 +-
 .../flex/org/apache/flex/net/HTTPService.as     |  26 +-
 .../flex/org/apache/flex/net/HTTPServiceBase.as |   6 +-
 .../projects/Reflection/.actionScriptProperties |   2 +-
 frameworks/projects/Reflection/build.xml        |   2 +-
 frameworks/projects/Reflection/pom.xml          |   8 +-
 .../flex/reflection/DefinitionWithMetaData.as   |   2 +-
 .../flex/reflection/MetaDataDefinition.as       |   2 +-
 .../apache/flex/reflection/TypeDefinition.as    |  14 +-
 .../org/apache/flex/reflection/describeType.as  |   4 +-
 .../flex/reflection/getDefinitionByName.as      |   4 +-
 .../flex/reflection/getQualifiedClassName.as    |   4 +-
 .../reflection/getQualifiedSuperclassName.as    |   4 +-
 frameworks/projects/Storage/build.xml           |   2 +-
 frameworks/projects/Storage/pom.xml             |  12 +-
 .../apache/flex/storage/IPermanentStorage.as    |   2 +-
 .../flex/storage/events/FileErrorEvent.as       |   2 +-
 .../org/apache/flex/storage/events/FileEvent.as |   2 +-
 .../apache/flex/storage/file/DataInputStream.as |  12 +-
 .../flex/storage/file/DataOutputStream.as       |  12 +-
 .../org/apache/flex/storage/file/IDataInput.as  |   2 +-
 .../org/apache/flex/storage/file/IDataOutput.as |   2 +-
 .../org/apache/flex/storage/file/IDataStream.as |   2 +-
 .../org/apache/flex/storage/file/LocalFile.as   |   4 +-
 .../storage/providers/AirStorageProvider.as     |  10 +-
 .../storage/providers/LocalStorageProvider.as   |  18 +-
 .../Storage/src/main/resources/defaults.css     |   2 +-
 frameworks/projects/XML/build.xml               |   2 +-
 frameworks/projects/XML/pom.xml                 |  10 +-
 .../projects/XML/src/main/flex/XMLClasses.as    |   2 +-
 frameworks/projects/pom.xml                     |   2 +-
 ...ew Flex Project to FlexJS MVC Project.launch |  21 ++
 ...rt New Flex Project to FlexJS Project.launch |  19 ++
 ide/flashbuilder/FlexJS (Cordova Build).launch  |   7 +-
 ide/flashbuilder/FlexJS (Cordova Run).launch    |   7 +-
 ide/flashbuilder/antscripts.xml                 |  61 ++++
 installer.xml                                   |  30 ++
 js/bin/asjsc                                    |   2 +-
 js/bin/asjsc.bat                                |   2 +-
 js/bin/asjscompc                                |   2 +-
 js/bin/asjscompc.bat                            |   2 +-
 js/bin/asnodec                                  |   2 +-
 js/bin/asnodec.bat                              |   2 +-
 js/bin/jquery                                   |   2 +-
 js/bin/jquery.bat                               |   2 +-
 .../ContainerTest/src/MyInitialView.mxml        |   6 +-
 .../ContainerTest/src/models/ProductsModel.as   |   2 +-
 .../ContainerTest/src/products/Product.as       |   2 +-
 .../DataGridXcompile/src/MyInitialView.mxml     |   4 +-
 .../src/models/MyGridPresentation.as            |   2 +-
 .../src/models/ProductsModel.as                 |   2 +-
 .../flex/core/IDataGridPresentationModel.as     |   2 +-
 .../apache/flex/html/customControls/DataGrid.as |   2 +-
 .../html/customControls/beads/IDataGridView.as  |   2 +-
 .../beads/IDataProviderItemRendererMapper.as    |   2 +-
 .../beads/models/DataGridPresentationModel.as   |   2 +-
 .../DataGridXcompile/src/products/Product.as    |   2 +-
 .../DateChooserExample/src/MyInitialView.mxml   |   4 +-
 .../EffectsExample/src/MyInitialView.mxml       |   4 +-
 .../FlexJSTest_HTML5/src/MyInitialView.mxml     |   4 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../FlexJSTest_HTML5/src/models/MyModel.as      |   2 +-
 .../FlexJSTest_Panel/src/MyInitialView.mxml     |   4 +-
 .../FlexJSTest_SVG/src/GraphicsView.mxml        |   4 +-
 .../FlexJSTest_SVG/src/MyInitialView.mxml       |   4 +-
 manualtests/FlexJSTest_SVG/src/SkinsView.mxml   |   6 +-
 .../src/controllers/MyController.as             |   2 +-
 .../FlexJSTest_SVG/src/models/MyModel.as        |   2 +-
 .../FlexJSTest_SVG/src/skins/Button_up.mxml     |   4 +-
 .../src/skins/flatspark/enums/BrandColorEnum.as |   2 +-
 .../skins/flatspark/enums/ButtonColorEnum.as    |   2 +-
 .../src/skins/flatspark/enums/ButtonSizeEnum.as |   2 +-
 .../skins/flatspark/enums/ColorSwatchEnum.as    |   2 +-
 .../src/skins/flatspark/enums/SizeEnum.as       |   2 +-
 .../skins/flatspark/enums/TextInputSizeEnum.as  |   2 +-
 .../src/skins/flatspark/utils/AwesomeUtils.as   |   2 +-
 .../src/skins/flatspark/utils/ColorUtils.as     |   2 +-
 .../FlexJSTest_basic/src/MyInitialView.mxml     |   4 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../FlexJSTest_basic/src/models/MyModel.as      |   2 +-
 manualtests/FlexJSTest_createjs/build.xml       |   2 +-
 .../FlexJSTest_createjs/src/MyInitialView.mxml  |   4 +-
 .../src/controllers/MyController.as             |   2 +-
 .../FlexJSTest_createjs/src/models/MyModel.as   |   2 +-
 .../FlexJSTest_jquery/src/MyInitialView.mxml    |   4 +-
 .../src/StockDataJSONItemConverter.as           |   2 +-
 .../src/controllers/MyController.as             |   2 +-
 .../FlexJSTest_jquery/src/models/MyModel.as     |   2 +-
 manualtests/FormExample/src/MyFormView.mxml     |   4 +-
 manualtests/FormatExample/src/MyFormView.mxml   |   4 +-
 manualtests/ImageTest/src/MyInitialView.mxml    |   4 +-
 manualtests/LanguageTests/src/LanguageTests.as  |   2 +-
 manualtests/LanguageTests/src/classes/B.as      |   2 +-
 manualtests/LanguageTests/src/classes/C.as      |   2 +-
 manualtests/LanguageTests/src/interfaces/IA.as  |   2 +-
 manualtests/LanguageTests/src/interfaces/IB.as  |   2 +-
 manualtests/LanguageTests/src/interfaces/IC.as  |   2 +-
 manualtests/LanguageTests/src/interfaces/ID.as  |   2 +-
 manualtests/LanguageTests/src/interfaces/IE.as  |   2 +-
 manualtests/LanguageTests/src/interfaces/IF.as  |   2 +-
 manualtests/ListsTest/src/FirstView.mxml        |   4 +-
 .../ListsTest/src/models/ProductsModel.as       |   2 +-
 manualtests/ListsTest/src/products/Product.as   |   2 +-
 manualtests/ProxyTest/src/MyInitialView.mxml    |   4 +-
 .../ProxyTest/src/controllers/MyController.as   |   2 +-
 manualtests/ProxyTest/src/models/MyModel.as     |   2 +-
 .../ReflectionTest/src/MyInitialView.mxml       |   4 +-
 .../src/controllers/MyController.as             |   2 +-
 .../ReflectionTest/src/models/MyModel.as        |   2 +-
 manualtests/RollEventsTest/src/RollEvent.as     |   2 +-
 .../RollEventsTest/src/RollEventController.as   |   2 +-
 .../RollEventsTest/src/RollEventsTest.mxml      |   4 +-
 manualtests/VanillaSDK_POC/src/Example.as       |   2 +-
 manualtests/XMLTest/src/MyInitialView.mxml      |   5 +-
 .../XMLTest/src/controllers/MyController.as     |   2 +-
 manualtests/XMLTest/src/models/MyModel.as       |   2 +-
 mustella/tests/basicTests/BasicTests.css        |   2 +-
 mustella/tests/basicTests/BasicTests.mxml       |   4 +-
 .../spark/views/styleTest/ADVStyleTestClass.as  |   2 +-
 .../spark/views/styleTest/ADVStyleTestEvent.as  |   2 +-
 .../utils/PlayerGlobalToJS/src/nl/ixms/Utils.as |   2 +-
 .../PlayerGlobalToJS/src/nl/ixms/vo/Clazz.as    |   2 +-
 .../src/nl/ixms/vo/ClazzMemberTypeLists.as      |   2 +-
 .../PlayerGlobalToJS/src/nl/ixms/vo/JSDoc.as    |   2 +-
 .../src/vf2js/display/IDisplayObject.as         |   2 +-
 .../vf2js/display/IDisplayObjectContainer.as    |   2 +-
 .../src/vf2js/display/IInteractiveObject.as     |   2 +-
 .../src/vf2js/display/ILoaderInfo.as            |   2 +-
 .../src/vf2js/display/IMovieClip.as             |   2 +-
 .../src/vf2js/display/ISprite.as                |   2 +-
 .../src/vf2js/display/IStage.as                 |   2 +-
 .../PlayerGlobalToJS/src/vf2js/events/IEvent.as |   2 +-
 .../src/vf2js/events/IEventDispatcher.as        |   2 +-
 .../src/vf2js/events/IProgressEvent.as          |   2 +-
 .../src/vf2js/events/ITimerEvent.as             |   2 +-
 .../src/vf2js/system/IApplicationDomain.as      |   2 +-
 .../src/vf2js/system/ICapabilities.as           |   2 +-
 .../PlayerGlobalToJS/src/vf2js/utils/ITimer.as  |   2 +-
 .../src/vf2js/utils/IgetDefinitionByName.as     |   2 +-
 713 files changed, 7509 insertions(+), 3551 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/apache-flex-flexjs-installer-config.xml
----------------------------------------------------------------------
diff --cc apache-flex-flexjs-installer-config.xml
index 42813bf,42813bf..865b280
--- a/apache-flex-flexjs-installer-config.xml
+++ b/apache-flex-flexjs-installer-config.xml
@@@ -262,4 -262,4 +262,4 @@@
              <license>CC-BY-NC-ND \u6388\u6b0a\u5408\u7d04</license>
          </zh_TW>
      </component>
--</config>
++</config>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/ChartExample/src/models/ProductsModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/ChartExample/src/models/ProductsModel.as
index c173c6e,c173c6e..a3971f2
--- a/examples/flexjs/ChartExample/src/models/ProductsModel.as
+++ b/examples/flexjs/ChartExample/src/models/ProductsModel.as
@@@ -76,4 -76,4 +76,4 @@@ package model
  			return _wave;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/ChartExample/src/products/Product.as
----------------------------------------------------------------------
diff --cc examples/flexjs/ChartExample/src/products/Product.as
index 2205e69,2205e69..b85319e
--- a/examples/flexjs/ChartExample/src/products/Product.as
+++ b/examples/flexjs/ChartExample/src/products/Product.as
@@@ -42,4 -42,4 +42,4 @@@ package product
  			return title;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample/src/StockDataJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample/src/StockDataJSONItemConverter.as
index a39606b,a39606b..0f3849c
--- a/examples/flexjs/DataBindingExample/src/StockDataJSONItemConverter.as
+++ b/examples/flexjs/DataBindingExample/src/StockDataJSONItemConverter.as
@@@ -37,4 -37,4 +37,4 @@@ packag
  			return obj;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample/src/controllers/MyController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample/src/controllers/MyController.as
index 2ee16ae,2ee16ae..7aa74ae
--- a/examples/flexjs/DataBindingExample/src/controllers/MyController.as
+++ b/examples/flexjs/DataBindingExample/src/controllers/MyController.as
@@@ -78,4 -78,4 +78,4 @@@ package controller
  		}
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample/src/models/MyModel.as
index 5a16d02,5a16d02..8798300
--- a/examples/flexjs/DataBindingExample/src/models/MyModel.as
+++ b/examples/flexjs/DataBindingExample/src/models/MyModel.as
@@@ -122,4 -122,4 +122,4 @@@ package model
          }
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_Flat/src/StockDataJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_Flat/src/StockDataJSONItemConverter.as
index a39606b,a39606b..0f3849c
--- a/examples/flexjs/DataBindingExample_Flat/src/StockDataJSONItemConverter.as
+++ b/examples/flexjs/DataBindingExample_Flat/src/StockDataJSONItemConverter.as
@@@ -37,4 -37,4 +37,4 @@@ packag
  			return obj;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_Flat/src/controllers/MyController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_Flat/src/controllers/MyController.as
index 2ee16ae,2ee16ae..7aa74ae
--- a/examples/flexjs/DataBindingExample_Flat/src/controllers/MyController.as
+++ b/examples/flexjs/DataBindingExample_Flat/src/controllers/MyController.as
@@@ -78,4 -78,4 +78,4 @@@ package controller
  		}
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_Flat/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_Flat/src/models/MyModel.as
index 5a16d02,5a16d02..8798300
--- a/examples/flexjs/DataBindingExample_Flat/src/models/MyModel.as
+++ b/examples/flexjs/DataBindingExample_Flat/src/models/MyModel.as
@@@ -122,4 -122,4 +122,4 @@@ package model
          }
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_as/src/StockDataJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_as/src/StockDataJSONItemConverter.as
index a39606b,a39606b..0f3849c
--- a/examples/flexjs/DataBindingExample_as/src/StockDataJSONItemConverter.as
+++ b/examples/flexjs/DataBindingExample_as/src/StockDataJSONItemConverter.as
@@@ -37,4 -37,4 +37,4 @@@ packag
  			return obj;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_as/src/controllers/MyController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_as/src/controllers/MyController.as
index 2ee16ae,2ee16ae..7aa74ae
--- a/examples/flexjs/DataBindingExample_as/src/controllers/MyController.as
+++ b/examples/flexjs/DataBindingExample_as/src/controllers/MyController.as
@@@ -78,4 -78,4 +78,4 @@@ package controller
  		}
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataBindingExample_as/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataBindingExample_as/src/models/MyModel.as
index 4a17f22,4a17f22..c492099
--- a/examples/flexjs/DataBindingExample_as/src/models/MyModel.as
+++ b/examples/flexjs/DataBindingExample_as/src/models/MyModel.as
@@@ -124,4 -124,4 +124,4 @@@ package model
          }
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataGridExample/src/models/ProductsModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataGridExample/src/models/ProductsModel.as
index 8eab2fe,8eab2fe..f16cfc4
--- a/examples/flexjs/DataGridExample/src/models/ProductsModel.as
+++ b/examples/flexjs/DataGridExample/src/models/ProductsModel.as
@@@ -52,4 -52,4 +52,4 @@@ package model
  			return _labelFields;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DataGridExample/src/products/Product.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DataGridExample/src/products/Product.as
index fd4b31e,fd4b31e..8fb3e21
--- a/examples/flexjs/DataGridExample/src/products/Product.as
+++ b/examples/flexjs/DataGridExample/src/products/Product.as
@@@ -40,4 -40,4 +40,4 @@@ package product
  			return title;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/DesktopMap/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/DesktopMap/src/models/MyModel.as
index e0dab68,e0dab68..c3b4c53
--- a/examples/flexjs/DesktopMap/src/models/MyModel.as
+++ b/examples/flexjs/DesktopMap/src/models/MyModel.as
@@@ -55,4 -55,4 +55,4 @@@ package model
  			return _coordinates;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/ProductJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/ProductJSONItemConverter.as
index cb27bde,cb27bde..ee72a25
--- a/examples/flexjs/FlexJSStore/src/ProductJSONItemConverter.as
+++ b/examples/flexjs/FlexJSStore/src/ProductJSONItemConverter.as
@@@ -38,4 -38,4 +38,4 @@@ packag
  			return product;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/samples/flexstore/Product.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/samples/flexstore/Product.as
index 040fb8f,040fb8f..aa5cb16
--- a/examples/flexjs/FlexJSStore/src/samples/flexstore/Product.as
+++ b/examples/flexjs/FlexJSStore/src/samples/flexstore/Product.as
@@@ -75,4 -75,4 +75,4 @@@ public class Produc
  
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilter.as
index d182371,d182371..5b524e8
--- a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilter.as
+++ b/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilter.as
@@@ -53,4 -53,4 +53,4 @@@ public class ProductFilte
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilterEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilterEvent.as
index 28129e7,28129e7..6e907f4
--- a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilterEvent.as
+++ b/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductFilterEvent.as
@@@ -36,4 -36,4 +36,4 @@@ public class ProductFilterEvent extend
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductListEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/samples/flexstore/ProductListEvent.as
index b6b9371,b6b9371..2aff45b
--- a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductListEvent.as
+++ b/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductListEvent.as
@@@ -39,4 -39,4 +39,4 @@@ public class ProductListEvent extends E
      
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductThumbEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore/src/samples/flexstore/ProductThumbEvent.as
index f92dc7f,f92dc7f..0384d03
--- a/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductThumbEvent.as
+++ b/examples/flexjs/FlexJSStore/src/samples/flexstore/ProductThumbEvent.as
@@@ -42,4 -42,4 +42,4 @@@ public class ProductThumbEvent extends 
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/ProductJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/ProductJSONItemConverter.as
index cb27bde,cb27bde..ee72a25
--- a/examples/flexjs/FlexJSStore_jquery/src/ProductJSONItemConverter.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/ProductJSONItemConverter.as
@@@ -38,4 -38,4 +38,4 @@@ packag
  			return product;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/Product.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/Product.as
index 040fb8f,040fb8f..aa5cb16
--- a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/Product.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/Product.as
@@@ -75,4 -75,4 +75,4 @@@ public class Produc
  
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilter.as
index d182371,d182371..5b524e8
--- a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilter.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilter.as
@@@ -53,4 -53,4 +53,4 @@@ public class ProductFilte
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilterEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilterEvent.as
index 28129e7,28129e7..6e907f4
--- a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilterEvent.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductFilterEvent.as
@@@ -36,4 -36,4 +36,4 @@@ public class ProductFilterEvent extend
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductListEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductListEvent.as
index b6b9371,b6b9371..2aff45b
--- a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductListEvent.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductListEvent.as
@@@ -39,4 -39,4 +39,4 @@@ public class ProductListEvent extends E
      
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductThumbEvent.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductThumbEvent.as
index f92dc7f,f92dc7f..0384d03
--- a/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductThumbEvent.as
+++ b/examples/flexjs/FlexJSStore_jquery/src/samples/flexstore/ProductThumbEvent.as
@@@ -42,4 -42,4 +42,4 @@@ public class ProductThumbEvent extends 
      }
  }
  
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
index c443de5,c443de5..9784627
--- a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
+++ b/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAJSONInputParser.as
@@@ -35,4 -35,4 +35,4 @@@ package controller
  			return rowsArray;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAStatsDataJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAStatsDataJSONItemConverter.as
index 608db8f,608db8f..ae916a5
--- a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAStatsDataJSONItemConverter.as
+++ b/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/GAStatsDataJSONItemConverter.as
@@@ -38,4 -38,4 +38,4 @@@ package controller
  			return obj;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/StatsController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/FlexWebsiteStatsViewer/src/controllers/StatsController.as
index b4a054c,b4a054c..25ead28
--- a/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/StatsController.as
+++ b/examples/flexjs/FlexWebsiteStatsViewer/src/controllers/StatsController.as
@@@ -74,4 -74,4 +74,4 @@@ package controller
  		}
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MapSearch/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MapSearch/src/models/MyModel.as
index 8a1e8fd,8a1e8fd..b4af37e
--- a/examples/flexjs/MapSearch/src/models/MyModel.as
+++ b/examples/flexjs/MapSearch/src/models/MyModel.as
@@@ -68,4 -68,4 +68,4 @@@ package model
  			dispatchEvent(new Event("searchResultsChanged"));
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/StockDataJSONItemConverter.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/StockDataJSONItemConverter.as
index 5c21c26,5c21c26..1669d9d
--- a/examples/flexjs/MobileTrader/src/StockDataJSONItemConverter.as
+++ b/examples/flexjs/MobileTrader/src/StockDataJSONItemConverter.as
@@@ -37,4 -37,4 +37,4 @@@ packag
  			return obj;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/controller/AlertsViewController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/controller/AlertsViewController.as
index f8373ca,f8373ca..3b07493
--- a/examples/flexjs/MobileTrader/src/controller/AlertsViewController.as
+++ b/examples/flexjs/MobileTrader/src/controller/AlertsViewController.as
@@@ -138,4 -138,4 +138,4 @@@ package controlle
  			model.dispatchEvent(newEvent);
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/controller/WatchListController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/controller/WatchListController.as
index 5da5b70,5da5b70..f8e1bb3
--- a/examples/flexjs/MobileTrader/src/controller/WatchListController.as
+++ b/examples/flexjs/MobileTrader/src/controller/WatchListController.as
@@@ -135,4 -135,4 +135,4 @@@ package controlle
  			model.dispatchEvent(newEvent);
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/models/Alert.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/models/Alert.as
index 7b9dc8b,7b9dc8b..f6ff495
--- a/examples/flexjs/MobileTrader/src/models/Alert.as
+++ b/examples/flexjs/MobileTrader/src/models/Alert.as
@@@ -91,4 -91,4 +91,4 @@@ package model
  		}
  		
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/models/ProductsModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/models/ProductsModel.as
index f4b2008,f4b2008..cf0fece
--- a/examples/flexjs/MobileTrader/src/models/ProductsModel.as
+++ b/examples/flexjs/MobileTrader/src/models/ProductsModel.as
@@@ -162,4 -162,4 +162,4 @@@ package model
  			}
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/renderers/AlertRenderer.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/renderers/AlertRenderer.as
index e683020,e683020..3faa416
--- a/examples/flexjs/MobileTrader/src/renderers/AlertRenderer.as
+++ b/examples/flexjs/MobileTrader/src/renderers/AlertRenderer.as
@@@ -41,4 -41,4 +41,4 @@@ package renderer
  			}
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/MobileTrader/src/renderers/StockRenderer.as
----------------------------------------------------------------------
diff --cc examples/flexjs/MobileTrader/src/renderers/StockRenderer.as
index afba26f,afba26f..6731af4
--- a/examples/flexjs/MobileTrader/src/renderers/StockRenderer.as
+++ b/examples/flexjs/MobileTrader/src/renderers/StockRenderer.as
@@@ -44,4 -44,4 +44,4 @@@ package renderer
  			}
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/StorageExample/src/models/MyModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/StorageExample/src/models/MyModel.as
index e0dab68,e0dab68..c3b4c53
--- a/examples/flexjs/StorageExample/src/models/MyModel.as
+++ b/examples/flexjs/StorageExample/src/models/MyModel.as
@@@ -55,4 -55,4 +55,4 @@@ package model
  			return _coordinates;
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/TodoListSampleApp/src/sample/todo/controllers/TodoListController.as
----------------------------------------------------------------------
diff --cc examples/flexjs/TodoListSampleApp/src/sample/todo/controllers/TodoListController.as
index cbc4b1e,cbc4b1e..e7747ac
--- a/examples/flexjs/TodoListSampleApp/src/sample/todo/controllers/TodoListController.as
+++ b/examples/flexjs/TodoListSampleApp/src/sample/todo/controllers/TodoListController.as
@@@ -59,4 -59,4 +59,4 @@@ package sample.todo.controllers 
  			//todoModel.todos.push({title: evt.todo, selected: false});
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/TodoListSampleApp/src/sample/todo/models/TodoListModel.as
----------------------------------------------------------------------
diff --cc examples/flexjs/TodoListSampleApp/src/sample/todo/models/TodoListModel.as
index e4d06b1,e4d06b1..1cfca95
--- a/examples/flexjs/TodoListSampleApp/src/sample/todo/models/TodoListModel.as
+++ b/examples/flexjs/TodoListSampleApp/src/sample/todo/models/TodoListModel.as
@@@ -39,4 -39,4 +39,4 @@@ package sample.todo.models 
              _todos = value;
          }
      }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/flexjs/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/native/AngularExample/src/AngularExample.as
----------------------------------------------------------------------
diff --cc examples/native/AngularExample/src/AngularExample.as
index 6bc74c9,6bc74c9..73a9069
--- a/examples/native/AngularExample/src/AngularExample.as
+++ b/examples/native/AngularExample/src/AngularExample.as
@@@ -81,4 -81,4 +81,4 @@@ package 
  		}
  
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/native/AngularExample/src/MyController.as
----------------------------------------------------------------------
diff --cc examples/native/AngularExample/src/MyController.as
index 295df23,295df23..14978ef
--- a/examples/native/AngularExample/src/MyController.as
+++ b/examples/native/AngularExample/src/MyController.as
@@@ -67,4 -67,4 +67,4 @@@ package 
  			$mdDialog.cancel();
  		}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/native/ButtonExample/src/ButtonExample.as
----------------------------------------------------------------------
diff --cc examples/native/ButtonExample/src/ButtonExample.as
index a3772e9,a3772e9..c817ecf
--- a/examples/native/ButtonExample/src/ButtonExample.as
+++ b/examples/native/ButtonExample/src/ButtonExample.as
@@@ -31,4 -31,4 +31,4 @@@ public class ButtonExampl
          document.body.appendChild(button);
  	}
  }
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/native/USStatesMap/src/MapCoords.as
----------------------------------------------------------------------
diff --cc examples/native/USStatesMap/src/MapCoords.as
index 4cf953d,4cf953d..fa39c7b
--- a/examples/native/USStatesMap/src/MapCoords.as
+++ b/examples/native/USStatesMap/src/MapCoords.as
@@@ -72,4 -72,4 +72,4 @@@ packag
  			wa:"M253.652,30.221l-0.216-0.072l-0.72-0.144l-0.432-0.72l-1.584,0.36l-0.576-0.792l-0.72,0.072l0.936-3.816l0.144,0.792l-0.288,1.44l0.72-0.072l0.432,0.648l0.072-0.288l-0.504-0.72l0.576-0.792l-0.216-0.72l0.504-0.72l0.792,0.432h0.216l-0.288-0.72l-1.512-0.504l-0.144,0.072l-0.216-0.792l0.288-1.512l0.144,0.792l1.152-0.576l1.224-0.144l-0.72-0.288l-0.72-0.792l-0.72-0.504l-0.216,0.72l-0.288-0.216l0.288-0.792l0.216-2.232l-0.288-1.872l0.36-3.024l-0.072-0.792l-0.36-1.512l-0.576-0.864l-0.144-0.72V8.045l0.216-0.72l-0.072-0.72l0.504-0.792l0.216-0.792l0.216-0.144l-0.216-1.008l0.792,0.432l1.368,1.368l0.792,0.648l0.792,0.432l0.504,0.72l1.08,0.648l1.44,0.432l0.792,0.504l1.512,0.36l0.864,0.576l0.792-0.072l0.72-0.216l0.216,0.72l0.072,0.792l0.792-0.288l0.504,1.152l0.072-0.792l0.792-0.576l-0.216,0.792l0.432,1.872l-0.288,0.936l-0.792,0.72l-0.36,0.72v-0.72l0.216-0.72l-1.368,1.656l-0.72,0.432l-1.44,1.296l-0.504,0.72l0.648,0.648l1.512-0.288l-0.792-0.072l-0.72,0.144l-0.144-0.792l1.512-1.44l1.512-0.432l0.648
 -0.792l1.728-1.584l0.36,0.72l-0.072,0.792l-0.576,0.432l-0.792-0.144l0.144,0.792l-0.072,0.72l-0.72-0.216v0.792l0.72-0.144l0.36,0.72l-1.224,2.736l-0.792-0.504l0.648-0.792l-0.72,0.144l-0.504,0.72l-0.144,0.792l-0.288,0.288l-0.072-0.72l0.36-0.72l0.144-0.792l-1.512,1.08l-0.576,0.72l-0.72,0.072l0.72,0.216l-0.072,0.648l0.432,0.576l0.144-0.792l0.792-0.36l0.432,0.792l0.72-0.072l0.72-0.576l0.432-0.504l1.44-0.576l0.72-0.72l-0.144-1.584l0.648-0.72l-0.504-0.792l0.72-0.504l-0.072-0.72l0.864-1.008l0.792-0.72l-0.072-0.792l-0.432-0.72l0.144-1.512l-0.072-0.288l0.216-0.648l-0.648-0.936l-0.216-0.72l-0.72,0.072V7.541l0.504,0.144l0.792,0.432l0.216-0.792l-0.36-0.72l0.72,0.36l0.144-0.72l-0.072-0.72l0.144-0.72l-0.72-0.36l-0.576-0.792V3.365l-0.36-0.72l-0.072-0.72l0.576-0.504l10.44,2.808l11.808,2.952l13.68,3.168l7.344,1.512l-0.072,0.432l-5.616,26.208l-0.288,2.376l-0.36,0.72l0.504,1.512l-0.36,2.304l0.216,0.72l-9.432-1.944l-7.344-1.728l-0.792,0.432l-0.792-0.072l-0.792-0.288l-1.728-0.072l-0.576-0.216l-0.72,0.432l
 -2.376-0.072l-1.512,0.144l-1.44,0.36l-0.792,0.072l-0.72-0.144l-0.72-0.648l-0.792-0.216l-2.304,0.504l-0.72-0.288l-1.512,0.072l-0.144-0.72l-0.792-0.576l-0.72-0.144l-0.792-0.432l-1.296-0.072l-0.72-0.288h-0.72l-0.792,0.432l-0.72,0.144l-1.512,0.144l-0.72-0.072l-0.792-0.504l-0.36-0.072l-0.792-0.504l-1.152-0.504l-0.288-0.432l0.432-3.816l-0.36-1.512l-0.792-0.72l-0.432-0.72l-0.576-0.216l-0.72,0.072l-0.72-0.72l-0.216-0.72l-0.216-0.072L253.652,30.221z",
  			ca:"M233.492,83.789l0.216-1.44l0.144-0.144l-0.144-1.512l0.072-0.72l-0.504-0.864l0.432-0.72l0.504-1.584l0.359,0.072l18.72,5.184l15.84,4.032l-6.408,26.424l-1.944,7.776l27.216,39.672l11.52,16.992l-0.144,0.72v0.792l0.864,1.584l0.288,1.008l0.072,0.721l0.288,0.792l-0.072,0.863l1.44,1.513l0.504,0.72l-0.648,0.72l-2.52,1.368l-0.36,0.72l-0.72,0.432l-0.36,1.368l-0.072,1.44l-0.432,0.72l-0.288,1.008l-1.296,1.584l-0.792,0.504l-0.36,0.721l0.288,0.863l-0.072,0.721l-0.36,0.791l0.144,0.721l0.792,0.288l0.72,0.432l0.144,0.721l-0.072,1.224l-0.792,0.504l-0.216,0.72l-0.72-0.145l-0.288-0.215l-0.36,0.071l-0.36,0.072l-23.112-2.376l-0.36-0.072l-0.216-1.08l-0.288-0.791l0.36,0.791l0.288-0.72l-0.792-0.504l-0.216,0.576v-0.792l0.36-1.44l0.144-1.512l-0.144-1.513l-0.504-1.728l-0.72-1.512l-2.448-3.168l-0.792-0.648l-0.576-0.72l-0.72-1.225l-0.792-0.431l-0.72-0.145l-0.36,0.575l-0.792-0.504l-0.072-0.719l0.216-0.721l-0.072-0.72l-0.576-1.513l-0.145-0.144l-2.952-0.504l-1.512-0.937l-1.656-1.367l-0.216-1.512l-0.72-0.648l-
 0.576-0.721l-1.224-0.936l-1.512-0.145l-0.72-0.288l-1.44-1.007l-0.792-0.145l-0.72-0.288l-2.232-0.36l-0.648-0.72l-0.504-0.792l-0.504-0.144l0.072-0.792l0.504-0.793l-0.144-0.791l0.432-0.72v-1.513l0.647-1.08l0.072-0.72l-0.576-0.792l-0.792-0.288l-0.576-0.72l0.144-0.792l0.576-0.504l-0.144-0.792l-1.368-1.44l-0.433-1.512l-0.936-0.792l-0.288-0.721l-0.072-0.791l-0.792-1.44l-0.144-1.584l-0.647-0.576l-0.36-1.512l-1.224-1.513l-0.36-0.791l0.216-1.512v-1.584l1.512-0.721l0.288-0.72l0.36,0.144v-1.584l-0.432-1.512l-1.44-0.144l-0.792-0.648l-1.224-2.231l-0.288-0.721v-0.72l0.288-0.505l0.216-0.72l-0.072-1.512l-0.432-0.72l0.577-1.512l0.072-0.721l0.36-0.648h0.792l0.144,0.289l0.072,0.791l-0.432,0.721l-0.072,0.72l0.72,0.504l0.432,0.792l0.72,0.864l0.72,0.144l-0.576-0.792v-1.439l-0.216-1.439l-0.432-0.288l-0.288-0.792l0.216-0.721l-0.504-0.72l0.432-0.792h0.72l0.647-0.288l0.72,0.576l1.152-0.072l2.231,1.08l1.512-0.576l1.152,1.584v-0.216l-0.504-0.721l-0.648-0.647l-0.072-0.072l-0.792,0.36h-0.72l0.72-0.504l0.216-0.504
 l-0.72,0.575l-1.44-0.071l-0.647-0.721l-0.72-0.071l-0.648,0.359l-0.72-0.432l-0.576-0.792l-0.72-0.647l-0.792,0.287l-0.36,0.792l0.145,0.792l-0.576,0.504l0.36,0.792l-0.648,0.433l-0.72-0.72l-0.432-0.792l-0.792-0.505l-0.216-0.72l-0.792-0.863l-0.792,0.504l0.288-0.792l0.504-0.792l0.144-0.792l0.504,1.512l-0.216-1.512l-0.648-1.512l-0.072-0.072l-0.145,0.288l0.072-0.72l-0.144-0.792l-0.36-0.721l-0.648-0.72l-0.504-0.792l-0.792-2.232l-0.864-1.512l-0.648-1.512l0.648-0.72l0.144-1.152l-0.144-3.024l0.648-1.44l0.504-0.72v-0.936l0.144-0.72l-0.144-0.792l0.072-0.72l-0.72-2.304l-0.504-0.72v-0.72l-1.584-2.232l0.216-0.792v-1.224l0.648-1.512l0.72-0.792l0.432-0.72l0.792-0.36l0.72-0.504l-0.216-0.216l0.36-0.792l0.504-0.72l0.288-0.792l-0.145-0.72L233.492,83.789z"}
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/examples/native/USStatesMap/src/USStatesMap.as
----------------------------------------------------------------------
diff --cc examples/native/USStatesMap/src/USStatesMap.as
index 9f5f8bf,9f5f8bf..4e672c4
--- a/examples/native/USStatesMap/src/USStatesMap.as
+++ b/examples/native/USStatesMap/src/USStatesMap.as
@@@ -137,4 -137,4 +137,4 @@@ packag
  		}
  		
  	}
--}
++}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/build.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------
diff --cc frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
index 3555c44,0000000..a1e507a
mode 100644,000000..100644
--- a/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
@@@ -1,106 -1,0 +1,106 @@@
 +<!--
 +
 +  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.
 +
 +-->
 +<flex-config>
 +
 +    <compiler>
 +        <accessible>false</accessible>
 +        
 +        <external-library-path>
 +        </external-library-path>
 +        
 +		<mxml>
 +			<children-as-data>true</children-as-data>
 +		</mxml>
 +		<binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
 +		<binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
 +		<binding-value-change-event-type>valueChange</binding-value-change-event-type>
 +        <allow-subclass-overrides>true</allow-subclass-overrides>
 +        
 +        <!-- Conditional compilation for the framework performance instrumentation code. -->
 +        <define>
 +            <name>CONFIG::performanceInstrumentation</name>
 +            <value>false</value>
 +        </define>
 +        <define>
-             <name>COMPILE::AS3</name>
++            <name>COMPILE::SWF</name>
 +            <value>false</value>
 +        </define>
 +        <define>
 +            <name>COMPILE::JS</name>
 +            <value>true</value>
 +        </define>
 +        <define>
 +            <name>COMPILE::LATER</name>
 +            <value>false</value>
 +        </define>
 +        
 +        <keep-as3-metadata>
 +          <name>Bindable</name>
 +          <name>Managed</name>
 +          <name>ChangeEvent</name>
 +          <name>NonCommittingChangeEvent</name>
 +          <name>Transient</name>
 +        </keep-as3-metadata>
 +	  
 +        <locale/>
 +        
 +        <library-path>
 +            <!-- asjscompc won't 'link' these classes in, but will list their requires
 +                 if these swcs are on the external-library-path then their requires
 +                 will not be listed -->
 +            <path-element>../../../../../libs/BindingJS.swc</path-element>
 +            <path-element>../../../../../libs/CoreJS.swc</path-element>
 +            <path-element>../../../../../libs/GraphicsJS.swc</path-element>
 +            <path-element>../../../../../libs/CollectionsJS.swc</path-element>
 +            <path-element>../../../../../libs/ReflectionJS.swc</path-element>
 +            <path-element>../../../../../libs/HTMLJS.swc</path-element>
 +        </library-path>
 +        
 +        <namespaces>
 +            <namespace>
 +                <uri>library://ns.apache.org/flexjs/mx</uri>
 +                <manifest>../../../../../../../projects/MX/src/main/resources/mx-manifest.xml</manifest>
 +            </namespace>
 +        </namespaces>
 +        
 +        <source-path>
 +            <path-element>../../../../../../../projects/MX/src/main/flex</path-element>
 +        </source-path>
 +        
 +        <warn-no-constructor>false</warn-no-constructor>
 +    </compiler>
 +    
 +    <include-file>
 +    </include-file>
 +
 +    <include-sources>
 +    </include-sources>
 +    
 +    <include-classes>
 +        <class>MXClasses</class>
 +    </include-classes>
 +    
 +    <include-namespaces>
 +        <uri>library://ns.apache.org/flexjs/mx</uri>
 +    </include-namespaces>
 +        
 +    <target-player>${playerglobal.version}</target-player>
 +	
 +
 +</flex-config>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Binding/pom.xml
----------------------------------------------------------------------
diff --cc frameworks/projects/Binding/pom.xml
index d68bb46,0af73b1..679e2bb
--- a/frameworks/projects/Binding/pom.xml
+++ b/frameworks/projects/Binding/pom.xml
@@@ -83,6 -89,6 +89,14 @@@
              <classifier>extern</classifier>
              <scope>external</scope>
          </dependency>
++        <dependency>
++            <groupId>org.apache.flex.flexjs.framework</groupId>
++            <artifactId>Core</artifactId>
++            <version>0.7.0-SNAPSHOT</version>
++            <type>swc</type>
++            <classifier>extern</classifier>
++            <scope>external</scope>
++        </dependency>
      </dependencies>
  
  </project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/core/IAxisGroup.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/core/IChartItemRenderer.as
----------------------------------------------------------------------
diff --cc frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/core/IChartItemRenderer.as
index 430f7af,ec33c20..7f7ace7
--- a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/core/IChartItemRenderer.as
+++ b/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/core/IChartItemRenderer.as
@@@ -67,5 -67,50 +67,5 @@@ package org.apache.flex.charts.cor
  		function get yField():String;
  		function set yField(value:String):void;
  		
 -		/**
 -		 *  The x display position for the itemRenderer. This is set by
 -		 *  the chart's layout manager.
 -		 *
 -		 *  @langversion 3.0
 -		 *  @playerversion Flash 10.2
 -		 *  @playerversion AIR 2.6
 -		 *  @productversion FlexJS 0.0
 -		 */
 -		function set x(value:Number):void;
 -		function get x():Number;
 -		
 -		/**
 -		 *  The y display position for the itemRenderer. This is set by
 -		 *  the chart's layout manager.
 -		 *
 -		 *  @langversion 3.0
 -		 *  @playerversion Flash 10.2
 -		 *  @playerversion AIR 2.6
 -		 *  @productversion FlexJS 0.0
 -		 */
 -		function set y(value:Number):void;
 -		function get y():Number;
 -		
 -		/**
 -		 *  The display width for the itemRenderer. This is set by
 -		 *  the chart's layout manager.
 -		 *
 -		 *  @langversion 3.0
 -		 *  @playerversion Flash 10.2
 -		 *  @playerversion AIR 2.6
 -		 *  @productversion FlexJS 0.0
 -		 */
 -		function set width(value:Number):void;
 -		
 -		/**
 -		 *  The display height for the itemRenderer. This is set by
 -		 *  the chart's layout manager.
 -		 *
 -		 *  @langversion 3.0
 -		 *  @playerversion Flash 10.2
 -		 *  @playerversion AIR 2.6
 -		 *  @productversion FlexJS 0.0
 -		 */
 -		function set height(value:Number):void;
  	}
- }
+ }

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/optimized/SVGChartDataGroup.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/.actionScriptProperties
----------------------------------------------------------------------
diff --cc frameworks/projects/Core/.actionScriptProperties
index fb4518b,b29cfae..9aec1c4
--- a/frameworks/projects/Core/.actionScriptProperties
+++ b/frameworks/projects/Core/.actionScriptProperties
@@@ -1,6 -1,24 +1,6 @@@
  <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 -<!--
 -
 -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.
 -
 --->
  <actionScriptProperties analytics="false" mainApplicationPath="Core.as" projectUUID="be5b3edf-e159-406d-a592-1f8d39993fea" version="11">
-   <compiler additionalCompilerArguments="-locale en_US&#10;-define=COMPILE::AS3,true&#10;-define=COMPILE::JS,false&#10;-load-config=../config/compile-as-config.xml" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="target" removeUnusedRSL="true" sourceFolderPath="src/main/flex" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
+   <compiler additionalCompilerArguments="-locale en_US&#10;-define=COMPILE::SWF,true&#10;-define=COMPILE::JS,false&#10;-load-config=../config/compile-as-config.xml" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="target" removeUnusedRSL="true" sourceFolderPath="src/main/flex" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
      <compilerSourcePath/>
      <libraryPath defaultLinkType="0">
        <libraryPathEntry kind="4" path="">

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/pom.xml
----------------------------------------------------------------------
diff --cc frameworks/projects/Core/pom.xml
index 70d7d57,dd4372f..f87c344
--- a/frameworks/projects/Core/pom.xml
+++ b/frameworks/projects/Core/pom.xml
@@@ -85,7 -91,8 +91,15 @@@
              <version>0.7.0-SNAPSHOT</version>
              <type>swc</type>
              <classifier>extern</classifier>
+             <scope>external</scope>
+         </dependency>
++        <dependency>
++            <groupId>org.apache.flex.flexjs.externs</groupId>
++            <artifactId>flexjs-externs-gcl</artifactId>
++            <version>0.7.0-SNAPSHOT</version>
++            <type>swc</type>
++            <classifier>extern</classifier>
 +        </dependency>
      </dependencies>
  
  </project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/CoreClasses.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/Application.as
----------------------------------------------------------------------
diff --cc frameworks/projects/Core/src/main/flex/org/apache/flex/core/Application.as
index 49b85eb,ff6e5a6..fcc91b6
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/Application.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/Application.as
@@@ -414,11 -414,10 +414,11 @@@ package org.apache.flex.cor
           *  @playerversion Flash 10.2
           *  @playerversion AIR 2.6
           *  @productversion FlexJS 0.0
 +		 *  @flexjsignorecoercion org.apache.flex.core.IUIBase
           */
 -        public function addElement(c:Object, dispatchEvent:Boolean = true):void
 +        public function addElement(c:IVisualElement):IVisualElement
          {
-             COMPILE::AS3 {
+             COMPILE::SWF {
                  if (c is IUIBase)
                  {
                      addChild(IUIBase(c).element as DisplayObject);
@@@ -442,11 -439,10 +442,11 @@@
           *  @playerversion Flash 10.2
           *  @playerversion AIR 2.6
           *  @productversion FlexJS 0.0
 +		 *  @flexjsignorecoercion org.apache.flex.core.IUIBase
           */
 -        public function addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
 +        public function addElementAt(c:IVisualElement, index:int):IVisualElement
          {
-             COMPILE::AS3 {
+             COMPILE::SWF {
                  if (c is IUIBase)
                  {
                      addChildAt(IUIBase(c).element as DisplayObject, index);
@@@ -479,10 -473,10 +479,10 @@@
           *  @playerversion AIR 2.6
           *  @productversion FlexJS 0.0
           */
 -        public function getElementAt(index:int):Object
 +        public function getElementAt(index:int):IVisualElement
          {
-             COMPILE::AS3 {
+             COMPILE::SWF {
 -                return getChildAt(index);
 +                return getChildAt(index) as IVisualElement;
              }
              COMPILE::JS {
                  var children:NodeList = internalChildren();
@@@ -497,11 -491,10 +497,11 @@@
           *  @playerversion Flash 10.2
           *  @playerversion AIR 2.6
           *  @productversion FlexJS 0.0
 +		 *  @flexjsignorecoercion org.apache.flex.core.IUIBase
           */
 -        public function getElementIndex(c:Object):int
 +        public function getElementIndex(c:IVisualElement):int
          {
-             COMPILE::AS3 {
+             COMPILE::SWF {
                  if (c is IUIBase)
                      return getChildIndex(IUIBase(c).element as DisplayObject);
  
@@@ -527,11 -519,10 +527,11 @@@
           *  @playerversion Flash 10.2
           *  @playerversion AIR 2.6
           *  @productversion FlexJS 0.0
 +		 *  @flexjsignorecoercion org.apache.flex.core.IUIBase
           */
 -        public function removeElement(c:Object, dispatchEvent:Boolean = true):void
 +        public function removeElement(c:IVisualElement):IVisualElement
          {
-             COMPILE::AS3 {
+             COMPILE::SWF {
                  if (c is IUIBase)
                  {
                      removeChild(IUIBase(c).element as DisplayObject);

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/ContainerBase.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/ContainerBaseStrandChildren.as
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/FilledRectangle.as
----------------------------------------------------------------------
diff --cc frameworks/projects/Core/src/main/flex/org/apache/flex/core/FilledRectangle.as
index 368a4f8,962a11d..1068363
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/FilledRectangle.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/FilledRectangle.as
@@@ -48,10 -48,10 +48,10 @@@ package org.apache.flex.cor
  		{
  			super();
  			
-             COMPILE::AS3
+             COMPILE::SWF
              {
                  _shape = new flash.display.Shape();
 -                this.addElement(_shape);
 +                this.addChild(_shape);
              }
  		}
  		

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/77148f4a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/HTMLElementWrapper.as
----------------------------------------------------------------------