You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/13 11:44:42 UTC

[11/11] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'refs/heads/develop_strictest' into develop

Merge branch 'refs/heads/develop_strictest' into develop


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

Branch: refs/heads/develop
Commit: 6b82711777e636ac22ac401e5381aab3b0f04e04
Parents: 67c1179 3db28db
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Nov 13 11:40:49 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Nov 13 11:40:49 2013 +0100

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/mx/states/AddItems.js  | 11 +++----
 .../js/FlexJS/src/mx/states/SetProperty.js      |  7 +++--
 frameworks/js/FlexJS/src/mx/states/State.js     |  2 +-
 .../src/org/apache/flex/binding/BindingBase.js  |  2 ++
 .../org/apache/flex/binding/ConstantBinding.js  |  1 +
 .../org/apache/flex/binding/GenericBinding.js   |  5 +++-
 .../org/apache/flex/binding/PropertyWatcher.js  | 14 +++++----
 .../org/apache/flex/binding/SimpleBinding.js    |  3 +-
 .../src/org/apache/flex/binding/WatcherBase.js  |  6 ++--
 .../src/org/apache/flex/core/Application.js     |  1 +
 .../org/apache/flex/core/HTMLElementWrapper.js  | 17 +++++------
 .../js/FlexJS/src/org/apache/flex/core/IBead.js |  2 +-
 .../src/org/apache/flex/core/IBeadController.js | 23 ++++++++++-----
 .../src/org/apache/flex/core/IBeadLayout.js     |  8 +++++-
 .../src/org/apache/flex/core/IBeadModel.js      | 26 ++++++++++++-----
 .../src/org/apache/flex/core/IBeadView.js       |  5 ++++
 .../src/org/apache/flex/core/IStatesImpl.js     |  6 ++++
 .../FlexJS/src/org/apache/flex/core/ListBase.js |  2 ++
 .../org/apache/flex/core/SimpleCSSValuesImpl.js |  6 ++--
 .../org/apache/flex/core/SimpleStatesImpl.js    |  8 ++++--
 .../FlexJS/src/org/apache/flex/core/UIBase.js   | 20 +++++++------
 .../FlexJS/src/org/apache/flex/core/ViewBase.js |  3 +-
 .../org/apache/flex/core/ViewBaseDataBinding.js |  4 +--
 .../src/org/apache/flex/events/CustomEvent.js   |  4 +--
 .../FlexJS/src/org/apache/flex/events/Event.js  | 16 +++++------
 .../org/apache/flex/events/EventDispatcher.js   | 16 +++++++----
 .../org/apache/flex/events/ValueChangeEvent.js  | 18 ++++++------
 .../apache/flex/html/staticControls/Button.js   |  1 +
 .../apache/flex/html/staticControls/CheckBox.js |  8 ++++--
 .../flex/html/staticControls/Container.js       | 10 +++----
 .../flex/html/staticControls/DropDownList.js    |  4 ++-
 .../apache/flex/html/staticControls/Label.js    |  9 ------
 .../flex/html/staticControls/RadioButton.js     |  6 ++--
 .../apache/flex/html/staticControls/TextArea.js |  4 ++-
 .../flex/html/staticControls/TextButton.js      |  2 +-
 .../flex/html/staticControls/TextInput.js       |  4 ++-
 .../DataItemRendererFactoryForArrayData.js      | 21 ++++++++------
 .../flex/html/staticControls/beads/ListView.js  |  4 +--
 .../TextItemRendererFactoryForArrayData.js      | 21 ++++++++------
 .../controllers/ItemRendererMouseController.js  | 30 ++++++++++----------
 .../beads/layouts/NonVirtualHorizontalLayout.js | 13 +++++----
 .../beads/layouts/NonVirtualVerticalLayout.js   |  6 ++++
 .../NonVirtualVerticalScrollingLayout.js        | 13 +++++----
 .../beads/models/ArraySelectionModel.js         | 13 +++++++--
 .../ButtonBarButtonItemRenderer.js              |  6 ++--
 .../supportClasses/DataItemRenderer.js          |  2 ++
 .../supportClasses/NonVirtualDataGroup.js       |  6 ++--
 .../supportClasses/StringItemRenderer.js        |  2 ++
 .../src/org/apache/flex/net/HTTPService.js      | 14 ++++-----
 .../src/org/apache/flex/net/JSONInputParser.js  |  2 +-
 .../org/apache/flex/net/JSONItemConverter.js    |  2 +-
 .../flex/net/dataConverters/LazyCollection.js   | 12 ++++----
 .../src/org/apache/flex/utils/Language.js       | 24 +++++++++-------
 .../apache/flex/utils/MXMLDataInterpreter.js    | 14 +++++----
 .../flex/utils/ViewSourceContextMenuOption.js   |  2 +-
 55 files changed, 297 insertions(+), 194 deletions(-)
----------------------------------------------------------------------