------------------------------------------------------------------------
r11250 | rfrishbe@adobe.com | 2009-10-28 20:07:19 -0400 (Wed, 28 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
Fixing proxy pattern bug in VideoPlayer. I tried to save a few extra bytes by not keeping around an extra object, but I made a mistake with this code. It seems better just to follow the typical pattern and not worry about this extra savings, which probably cost more in code-size anyways.
Also changing VideoPlayer.thumbnailSource to mx_internal, rather than public. In VideoElement it's mx_internal, and that's what it should be here too.
QE notes: -
Doc notes: -
Bugs: SDK-23665
Reviewer: Deepa
Tests run: checkintests, mustella VideoPlayer
Is noteworthy for integration: No
------------------------------------------------------------------------
r11249 | gruehle@adobe.com | 2009-10-28 19:24:32 -0400 (Wed, 28 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ComboBoxSkin.mxml
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListSkin.mxml
Fix contentBackgroundColor handling in DropDownListSkin and spark ComboBoxSkin.
QE notes: A couple baselines will need to be updated, since DropDownList and ComboBox weren't handling contentBackgroundColor correctly.
Doc notes: None
Bugs: SDK-23879
Reviewer: Ryan
Tests run: checkin, qe cyclone
Is noteworthy for integration: No
------------------------------------------------------------------------
r11247 | klin@adobe.com | 2009-10-28 17:59:11 -0400 (Wed, 28 Oct 2009) | 14 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/defaults.css
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Button.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Label.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkBar.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/LinkButton.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/List.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/PopUpButton.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ProgressBar.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPanel.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/TileListItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/menuClasses/MenuItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeItemRenderer.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManagerProxy.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/PopUpMenuIcon.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/BorderStyles.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/FocusStyles.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/GapStyles.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/PaddingStyles.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/SkinStyles.as
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
M /flex/sdk/trunk/frameworks/projects/halo/defaults.css
M /flex/sdk/trunk/frameworks/projects/spark/src/fl/video/NCManagerDynamicStream.as
M /flex/sdk/trunk/frameworks/projects/spark/src/fl/video/NCManagerNative.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBarButton.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransformInstance.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/TileLayout.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/BitmapImage.as
M /flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/StrokedElement.as
Fix for https://bugs.adobe.com/jira/browse/SDK-23184.
Updated a bunch of Style metadata ASDocs to describe different defaults between the Halo and Spark themes. Also, fixed a few typos along the way.
defaults.css - rearranged a few styles to be in alphabetical order
Button.as - removed extra emphasizedSkin style metadata
Panel.as - added spark theme to borderAlpha metadata
QE notes: None
Doc notes: None
Bugs: SDK-23184
Reviewer: Glenn
Tests run: checkintests
Is noteworthy for integration: No
------------------------------------------------------------------------
r11245 | dloverin@adobe.com | 2009-10-28 17:11:57 -0400 (Wed, 28 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java
Defer using styles in FXG generated code until a module factory has been set.
A moduleFactory is necessary to use the correct style manager.
QE notes: None.
Doc notes: None.
Bugs: SDK-23873, SDK-23874, SDK-23875
Reviewer: Cory
Tests run: checkintests, spark/core/fxg
Is noteworthy for integration: No.
------------------------------------------------------------------------
r11244 | clucier@adobe.com | 2009-10-28 17:04:28 -0400 (Wed, 28 Oct 2009) | 10 lines
Changed paths:
M /flex/sdk/trunk/frameworks/projects/framework/src/mx/states/AddItems.as
Removing control bar specific logic from AddItems as it is no longer needed and was causing some issues.
QE notes: None
Doc notes: None
Bugs: SDK-23889
Reviewer: Alex
Tests run: Checkin, TitleWindow
Is noteworthy for integration: No
------------------------------------------------------------------------
r11225 | clucier@adobe.com | 2009-10-28 11:20:16 -0400 (Wed, 28 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/StatesModel.java
Fixed state definition generation.
QE notes: None
Doc notes: None
Bugs: SDK-23655
Reviewer: Paul
Tests run: Checkin, States
Is noteworthy for integration: No
------------------------------------------------------------------------
r11223 | preilly@adobe.com | 2009-10-28 10:12:00 -0400 (Wed, 28 Oct 2009) | 13 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
- Quick fix for some mxmlcunit failures.
QE notes:
Doc notes:
Bugs: SDK-23865
Reviewer: Gaurav
Tests run: checkintests
Is noteworthy for integration: No
Code-level description of changes:
- Added null destination check to completeTwoWayBindings().
------------------------------------------------------------------------
r11222 | clucier@adobe.com | 2009-10-28 09:51:47 -0400 (Wed, 28 Oct 2009) | 9 lines
Changed paths:
M /flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
RSL related fix for swc filtering.
QE notes: None
Doc notes: None
Bugs: SDK-23872
Reviewer: Paul
Tests run: Checkin
Is noteworthy for integration: No
------------------------------------------------------------------------
r11221 | jkamerer@adobe.com | 2009-10-28 09:36:19 -0400 (Wed, 28 Oct 2009) | 11 lines
Changed paths:
M /flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java
M /flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/MemberExpressionNode.java
Restoring some simple functionality to asc.jar required by flash pro.
Made getLineStartPos public so adobe.asc.authoring.UIActionsEvaluator
can access it. Restored setOrigToken and getOrigToken in
MemberExpressionNode. They had been commmented out but are also
required by adobe.asc.authoring.UIActionsEvaluator.
restore source() method to asc.parser.InputBuffer. Required by
adobe.asc.authoring.AuthBatchCompiler
------------------------------------------------------------------------