RE: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders.

2016-11-28 Thread Yishay Weiss
‘none’ is the default value of border-style, so it shouldn’t affect rendering. The problem was in CSSContainerUtils.getBorderMetrics(): var borderStyle:Object = ValuesManager.valuesImpl.getValue(object, "border-style"); borderStyle was evaluated in JS to undefined and the condition that

git commit: [flex-falcon] [refs/heads/develop] - handle class-level [bindable] for getter/setters

2016-11-28 Thread aharui
Repository: flex-falcon Updated Branches: refs/heads/develop 3c4cd6cd8 -> 0f1a4b07d handle class-level [bindable] for getter/setters Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/0f1a4b07 Tree:

Jenkins build is back to normal : flex-asjs #1612

2016-11-28 Thread flex . ci . builds
See

git commit: [flex-asjs] [refs/heads/develop] - - Add Deletable Chip bead without Icon. Need to figure out how add to the Bead missing icon

2016-11-28 Thread piotrz
Repository: flex-asjs Updated Branches: refs/heads/develop d159d7ed1 -> 9e3df4a21 - Add Deletable Chip bead without Icon. Need to figure out how add to the Bead missing icon Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

git commit: [flex-falcon] [refs/heads/develop] - FLEX-35171 handle more CSS scenarios

2016-11-28 Thread aharui
Repository: flex-falcon Updated Branches: refs/heads/develop b628a01d0 -> 3c4cd6cd8 FLEX-35171 handle more CSS scenarios Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3c4cd6cd Tree:

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders.

2016-11-28 Thread Alex Harui
Are you sure this did not impact any examples? -Alex On 11/28/16, 6:45 AM, "yish...@apache.org" wrote: >Repository: flex-asjs >Updated Branches: > refs/heads/develop 1ae995db3 -> d159d7ed1 > > >FLEX-35187 - explicitly set default border to none, so viewports can >ignore

Build failed in Jenkins: flex-asjs #1611

2016-11-28 Thread flex . ci . builds
See Changes: [yishayjobs] FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders. -- [...truncated 3100 lines...] [java] using SWC:

git commit: [flex-asjs] [refs/heads/develop] - FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders.

2016-11-28 Thread yishayw
Repository: flex-asjs Updated Branches: refs/heads/develop 1ae995db3 -> d159d7ed1 FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

RE: git commit: [flex-asjs] [refs/heads/develop] - Don't let order of bead addition confuse collapse bead.

2016-11-28 Thread Yishay Weiss
This is a form of lazy loading. We’re not baking in any new dependencies that weren’t there before. If you look in ContainerView.performLayout(), for example, you’ll see it’s doing the same thing. Some beads rely on other beads to already be loaded, this code essentially makes sure that the

Re: git commit: [flex-asjs] [refs/heads/develop] - Don't let order of bead addition confuse collapse bead.

2016-11-28 Thread Piotr Zarzycki
Hi Yishay, This layout property is not only returning something but also adding - It doesn't look good. Is there any other option ? 2016-11-28 9:58 GMT+01:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop ce807561d -> 1ae995db3 > > > Don't let order of

git commit: [flex-asjs] [refs/heads/develop] - Don't let order of bead addition confuse collapse bead.

2016-11-28 Thread yishayw
Repository: flex-asjs Updated Branches: refs/heads/develop ce807561d -> 1ae995db3 Don't let order of bead addition confuse collapse bead. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1ae995db Tree: