Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48F61200B3E for ; Wed, 7 Sep 2016 21:24:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47F62160AD4; Wed, 7 Sep 2016 19:24:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96754160ABF for ; Wed, 7 Sep 2016 21:24:09 +0200 (CEST) Received: (qmail 67013 invoked by uid 500); 7 Sep 2016 19:24:08 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 66692 invoked by uid 99); 7 Sep 2016 19:24:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 19:24:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBE04EF99E; Wed, 7 Sep 2016 19:24:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 07 Sep 2016 19:24:27 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/21] git commit: [flex-asjs] [refs/heads/spark] - Merge branch 'develop' into spark archived-at: Wed, 07 Sep 2016 19:24:10 -0000 Merge branch 'develop' into spark Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0d54689d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0d54689d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0d54689d Branch: refs/heads/spark Commit: 0d54689d62394c4d99a27fe43aa1438e8a1f5ec2 Parents: 5f700e5 a547f47 Author: Alex Harui Authored: Tue Sep 6 21:34:40 2016 -0700 Committer: Alex Harui Committed: Tue Sep 6 21:34:40 2016 -0700 ---------------------------------------------------------------------- examples/build_example.xml | 18 + .../flex/binding/ApplicationDataBinding.as | 5 +- .../apache/flex/binding/ContainerDataBinding.as | 5 +- .../org/apache/flex/binding/GenericBinding.as | 27 +- .../flex/binding/MXMLBeadViewDataBinding.as | 5 +- .../org/apache/flex/binding/PropertyWatcher.as | 33 +- .../org/apache/flex/binding/SimpleBinding.as | 382 ++++++++++--------- .../org/apache/flex/binding/ViewDataBinding.as | 170 +++++---- .../main/flex/org/apache/flex/core/ICSSImpl.as | 28 ++ .../org/apache/flex/core/SimpleCSSValuesImpl.as | 2 +- .../org/apache/flex/events/EventDispatcher.as | 20 +- manualtests/DataBindingTestbed/README.txt | 51 +++ manualtests/DataBindingTestbed/build.xml | 74 ++++ .../src/DataBindingTestbed.mxml | 40 ++ .../DataBindingTestbed/src/MyInitialView.mxml | 318 +++++++++++++++ .../src/bindables/BindableBaseVO.as | 31 ++ .../src/bindables/BindableMxmlTest.as | 33 ++ .../src/bindables/BindableSubVO1.as | 33 ++ .../src/bindables/BindableSubVO2.as | 33 ++ .../src/bindables/BindableSubVO3.as | 33 ++ .../src/bindables/InstanceTimer.as | 69 ++++ .../src/bindables/StaticTimer.as | 61 +++ .../src/bindables/UnbindableBaseVO.as | 31 ++ .../src/bindables/UnbindableIntermediateVO.as | 31 ++ .../DataBindingTestbed/src/models/MyModel.as | 47 +++ .../src/unbindable/UnbindableParent.as | 38 ++ manualtests/build_example.xml | 18 + 27 files changed, 1367 insertions(+), 269 deletions(-) ----------------------------------------------------------------------