Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F01B1097E for ; Wed, 18 Sep 2013 15:50:28 +0000 (UTC) Received: (qmail 8260 invoked by uid 500); 18 Sep 2013 15:50:26 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 6331 invoked by uid 500); 18 Sep 2013 15:50:24 -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 5479 invoked by uid 99); 18 Sep 2013 15:50:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 15:50:23 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.223.172] (HELO mail-ie0-f172.google.com) (209.85.223.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 15:50:17 +0000 Received: by mail-ie0-f172.google.com with SMTP id x13so13536410ief.3 for ; Wed, 18 Sep 2013 08:49:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4QUbZPNV7dJNcuWIAgG7zyYi/Nz356cIhTiXO/9yP80=; b=d+QeHDih5j2Y/59W4u5u/OWVW1PfuUe5ZPrqozhddrx1l9UUn8fS7JCN8Znsa0yYvr d1kYBR+i1P1s62Gk33QQ79HB1oijhNYWkBHy0MCz7rE6U4K7RQZV4YC2TCaZwIKtA0+M i8veUaO7UsrkJGxw64bljQxqC2kpNIXUJ7jRZPuuSMqXbMEXm5KbVOrHgadSA35kP6Gz DujZHm0wBfoJWtVzcTWL+fP7BrvkfTDVMqxpoJTuYB/mLWa5v4Ch50f4xYyKQXrd/G13 WMw3J23SEa7Df9GHZXdJirxrZ2wG2jcXCrAnHp4Oa3W/w0drVoSwxlhxDHLOKu+GqjAT hwcg== X-Gm-Message-State: ALoCoQm2zMjfr9hwPkm50Dp6L9jev00839oANasASvpvVlYNpwKNkonGA92c6ldXrMmw+wVgZ47k MIME-Version: 1.0 X-Received: by 10.50.77.83 with SMTP id q19mr3457591igw.21.1379519376673; Wed, 18 Sep 2013 08:49:36 -0700 (PDT) Received: by 10.64.102.42 with HTTP; Wed, 18 Sep 2013 08:49:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Sep 2013 17:49:36 +0200 Message-ID: Subject: Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33740 made removedFromStageHandler protected so it could be overridden From: Erik de Bruin To: "dev@flex.apache.org" Cc: "jmclean@apache.org" , "commits@flex.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Wow, that broke so hard, Google decided the notification were spam. They got filtered out, so I didn't notice anything until Alex emailed. Sorry about that. I have paused the builds until the commit is reverted. EdB On Wed, Sep 18, 2013 at 4:07 PM, Alex Harui wrote: > Justin, please revert. I think it broke the build. > > > > > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > jmclean@apache.org wrote: > > > Updated Branches: > refs/heads/develop d2768bef3 -> 18ce3aa9f > > > FLEX-33740 made removedFromStageHandler protected so it could be overridden > > > Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5d86438e > Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5d86438e > Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5d86438e > > Branch: refs/heads/develop > Commit: 5d86438e5d5a879b0cc6eabe89bd071e0ca515f6 > Parents: d2768be > Author: Justin Mclean > Authored: Wed Sep 18 18:28:57 2013 +1000 > Committer: Justin Mclean > Committed: Wed Sep 18 18:28:57 2013 +1000 > > ---------------------------------------------------------------------- > .../projects/framework/src/mx/core/UIComponent.as | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5d86438e/frameworks/projects/framework/src/mx/core/UIComponent.as > ---------------------------------------------------------------------- > diff --git a/frameworks/projects/framework/src/mx/core/UIComponent.as b/frameworks/projects/framework/src/mx/core/UIComponent.as > index 822b49c..4634e80 100644 > --- a/frameworks/projects/framework/src/mx/core/UIComponent.as > +++ b/frameworks/projects/framework/src/mx/core/UIComponent.as > @@ -12665,9 +12665,17 @@ public class UIComponent extends FlexSprite > } > > /** > - * @private > + * > + * Called when a component is removed from the stage. > + * > + * @param event The event object. > + * > + * @langversion 3.0 > + * @playerversion Flash 9 > + * @playerversion AIR 1.1 > + * @productversion Flex 4.11 > */ > - private function removedFromStageHandler(event:Event):void > + protected function removedFromStageHandler(event:Event):void > { > _systemManagerDirty = true; > } > -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl