return to downloads

------------------------------------------------------------------------
r10964 | rfrishbe@adobe.com | 2009-10-09 19:23:26 -0400 (Fri, 09 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/containers/DividedBox.as

In DividedBox we mutate a child_s percentWidth/percentHeight values. This is so we can utilize the default BoxLayout algorithm. However, after the algorithm has finished running, we should reset the values to what they were so when children get added it works correctly.

QE notes: -
Doc notes: -
Bugs: SDK-15876
Reviewer: Alex
Tests run: checkintests, mustella DividedBox
Is noteworthy for integration: no
------------------------------------------------------------------------
r10953 | aharui@adobe.com | 2009-10-09 13:50:37 -0400 (Fri, 09 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as

Get rid of a try/catch block that was generating a lot of noise on the heap.

QE Notes: None
Doc Notes: None
Bugs: SDK-23563
Reviewer: Ryan
API Change: no
Is noteworthy for integration: No
tests: checkintests mustella/Managers/DragManager

------------------------------------------------------------------------
r10952 | preilly@adobe.com | 2009-10-09 13:46:31 -0400 (Fri, 09 Oct 2009) | 6 lines
Changed paths:
M /flex/sdk/branches/3.x/modules/compiler/src/java/flex2/compiler/as3/binding/Info.java
M /flex/sdk/branches/3.x/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClassInfo.java

  • Back ported trunk revision 10357 to 3.x branch for Jim.

Bugs: SDK-23066
Tests run: checkintests

------------------------------------------------------------------------
r10899 | rfrishbe@adobe.com | 2009-10-06 17:11:50 -0400 (Tue, 06 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/branches/3.x/frameworks/projects/airframework/src/mx/core/Window.as
M /flex/sdk/branches/3.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as

Same fix as 10898, just for halo components.

QE notes: -
Doc notes: -
Bugs: SDK-23263
Reviewer: Darrell
Tests run: checkintests, rob ran mustella tests for Window/WindowedApplication in the trunk version of this checkin
Is noteworthy for integration: no
------------------------------------------------------------------------

return to downloads