/[Apache-SVN]
ViewVC logotype

Revision 1279222


Jump to revision: Previous Next
Author: (unknown author)
Date: Tue Jan 31 17:26:16 2012 UTC (12 years, 2 months ago)
Changed paths: 1
Log Message:
Transferred from the Adobe Open Source Subversion Repository

Revision: 13607
Author:   jimurphy@adobe.com
Date:     2010-01-19T02:10:04.001475Z

Log Message: 
-----------
Merge /branches/4.0.0revs 13385,13387,13388,13389,13390,13391,13392,13393,13405,13408,13409,13411,13417,13419,13423,13424,13428,13433,13434,13435,13436,13439,13440,13442,13444,13452,13454,13457,13458,13460,13466,13467,13468,13471,13472,13478,13479,13483,13486,13491,13493,13503,13505,13516,13518,13522,13523,13524,13530,13531,13532,13535,13537,13539,13540,13541,13548,13549,13553,13555,13560,13569 -> trunk

Checkintests pass

log from 4.0.0 changes
------------------------------------------------------------------------
r13385 | clucier@adobe.com | 2010-01-08 15:28:53 -0500 (Fri, 08 Jan 2010) | 8 lines

include-sources now expands tokens (such as {locale}).
SDK-24938 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13387 | clucier@adobe.com | 2010-01-08 16:27:03 -0500 (Fri, 08 Jan 2010) | 10 lines

Adding mxml flavor of HTTPMultiService back to manifest.

SDK-24748 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13388 | pfarland@adobe.com | 2010-01-08 17:35:37 -0500 (Fri, 08 Jan 2010) | 9 lines

No code changes here - addressing several FIXMEs for 4.0.0.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13389 | gruehle@adobe.com | 2010-01-08 17:39:49 -0500 (Fri, 08 Jan 2010) | 12 lines

Deprecate (mostly) creationPolicy="queued". This feature hasn't worked correctly since Flex 1.5. 

The ContainerCreationPolicy.QUEUED property could not be deprecated due to a bug, but the Container.creationIndex property is deprecated, and the "queued" option is removed from the inspectable metadata enumeration.

SDK-24479 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13390 | gruehle@adobe.com | 2010-01-08 17:58:36 -0500 (Fri, 08 Jan 2010) | 12 lines

TabBar component icon updates:
* Added IconFile metadata to Spark TabBar
* Reverted mx TabBar icon to the previous file (it should not have been updated)

SDK-24331 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13391 | rfrishbe@adobe.com | 2010-01-08 19:12:48 -0500 (Fri, 08 Jan 2010) | 8 lines

Updating OSMF for the ASDoc updates and taking a new SWC and RSL.

------------------------------------------------------------------------

------------------------------------------------------------------------
r13392 | dsubrama@adobe.com | 2010-01-08 20:50:20 -0500 (Fri, 08 Jan 2010) | 9 lines

We do not allow display object sharing in a Group if the Group has layering or if blendMode is not normal. blendMode is not normal if its been explicitly set to a particular value or if its auto and there is a non-integer alpha at play.

SDK-24667 Merge to trunk: Yes
------------------------------------------------------------------------

------------------------------------------------------------------------
r13393 | sameer@adobe.com | 2010-01-09 01:50:29 -0500 (Sat, 09 Jan 2010) | 9 lines

Removing spark.swc's dependency on datavisualization.swc

FLEXDMV-2293 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13405 | pfarland@adobe.com | 2010-01-09 21:59:37 -0500 (Sat, 09 Jan 2010) | 11 lines

Given Sameer's change in revision 13393 to remove spark.swc's dependency on datavisualization.swc, we should enforce this by removing the reference in build scripts when building spark.swc.

Also updating the spark.swc sample Eclipse project to reflect this change in dependency (and correct the default linkage to external).

FLEXDMV-2293 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13408 | clucier@adobe.com | 2010-01-10 08:47:34 -0500 (Sun, 10 Jan 2010) | 11 lines

TextBase no longer renders it's transparent bg fill to it's own graphics context. We utilize a Shape instance instead, in order to work around a player behavior where display objects with non-standard blendModes can sometimes composite incorrectly when text is present.  

Thanks to Alex, checking in an improved Mustella library, which improves mouse event dispatching and hit testing (accounts for non-interactive objects a bit better).

SDK-24807 SDK-24821 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13409 | smgilson@adobe.com | 2010-01-10 14:11:43 -0500 (Sun, 10 Jan 2010) | 9 lines

Add asdoc version tags to OSMF classes


------------------------------------------------------------------------

------------------------------------------------------------------------
r13411 | chaase@adobe.com | 2010-01-10 23:24:16 -0500 (Sun, 10 Jan 2010) | 9 lines

Fixed RTE with BitmapUtil.getSnapshot(). We were not detecting cases of empty/transparent target objects and the capture logic would keep creating successively larger bitmaps in a vain attempt to capture the nontransparent bits. The fix was easy - objects with 0-dimension visual bounds should return null for the bitmap.

sdk-24969 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13417 | jimurphy@adobe.com | 2010-01-11 11:50:21 -0500 (Mon, 11 Jan 2010) | 9 lines

remove references to charts samples since we aren't using these particular samples any longer.

sdk-24772 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13419 | jimurphy@adobe.com | 2010-01-11 13:10:50 -0500 (Mon, 11 Jan 2010) | 9 lines

Datavisualization will no longer be linked by default

SDK-24982 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13423 | rfrishbe@adobe.com | 2010-01-11 16:19:43 -0500 (Mon, 11 Jan 2010) | 8 lines

Fixing an OSMF bug where if it was off-screen, it wouldn't load up until the video was onScreen.  This was affecting effects, and we should load up the video as long as either autoPlay=true or autoDisplayFirstFrame=true, even if we're not on-screen.

SDK-24933
------------------------------------------------------------------------

------------------------------------------------------------------------
r13424 | cframpto@adobe.com | 2010-01-11 16:52:17 -0500 (Mon, 11 Jan 2010) | 12 lines

TLF Build 588. Bug fix for Catalyst.

Build 588
	* Fix 2519851, Pasted paragraph formatting attributes overriding the attributes in the paste-to paragraph. 

SDK-24883 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13428 | jszeto@adobe.com | 2010-01-11 18:16:16 -0500 (Mon, 11 Jan 2010) | 13 lines

Add mask and advanced blend mode support to SpriteVisualElement

SDK-24949 - Can't apply hue blend mode to FXG instance
SDK-24949 
Copied blendMode and mask logic from GroupBase. 

SDK-24949 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13433 | pfarland@adobe.com | 2010-01-11 22:17:40 -0500 (Mon, 11 Jan 2010) | 10 lines

Checking in updated xerces localized resource jars for the localization team.

SDK-25010 - Update xerces localized resource jars for the localization team
SDK-25010 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13434 | egeorgie@adobe.com | 2010-01-11 23:27:29 -0500 (Mon, 11 Jan 2010) | 9 lines

Fix bug http://bugs.adobe.com/jira/browse/SDK-25000 Update ASDocs for ILayoutElement::setLayoutBounds to clarify behavior for NaN parameters
SDK-25000 
SDK-25000 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13435 | pfarland@adobe.com | 2010-01-12 01:26:30 -0500 (Tue, 12 Jan 2010) | 9 lines

Adding back Class-Path in xercesImpl.jar's MANIFEST.MF to point to the resource jars for other locales. This was lost when we upgraded to Xerces 2.9.1.

SDK-20030 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13436 | pfarland@adobe.com | 2010-01-12 01:38:49 -0500 (Tue, 12 Jan 2010) | 9 lines

No code changes. Removing the now obsolete Eclipse project for the halo project as we no longer have source for this project.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13439 | clucier@adobe.com | 2010-01-12 08:42:40 -0500 (Tue, 12 Jan 2010) | 11 lines

Removing Player 9 playerglobal.swc.
No code changes.

SDK-25004 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13440 | cframpto@adobe.com | 2010-01-12 09:14:43 -0500 (Tue, 12 Jan 2010) | 9 lines

If htmlTest is set, composeHtmlText is called each time the text lines are invalidated.  Many of the setters invalidate the text lines.  Since composeHtmlText() sets _htmlText to null (unless there is a style sheet), we need to save the original htmlText so we can use it to regenerate the text lines.  If _htmlText is used, and it is null, no text lines will be generated.

SDK-24877 SDK-23567 SDK-24877 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13442 | cframpto@adobe.com | 2010-01-12 09:40:20 -0500 (Tue, 12 Jan 2010) | 13 lines

For TextField and FTETextField, the color of the text seems to be a special case since it is both the property, textColor, and the style, color.  The getTextStyles() method, which is called by validateNow(), will use the textColor property if it has been set, otherwise, the color style.  

We need to override the textColor setter in TextField and FTETextField so that we can set explicitColor and the logic in getTextStyles() will use the explicitly set text color rather than the color style.

The textColor setter and the setColor() method do the same thing.  I'm not sure why there is a setColor() method other than it is in the interface.

SDK-23440 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13444 | cframpto@adobe.com | 2010-01-12 10:42:57 -0500 (Tue, 12 Jan 2010) | 13 lines

TLF Build 589.  Accept fixes for 2518934 and 2522433. Both are serious problems involving common use-cases of the IME and both have low-risk fixes that don't affect non-IME-related code paths.

Build 589
	* Fix 2513232, IME conversion window comes up in the top left corner instead of under the text.
	* Fix 2522271, IME typing doesn't replace selected text.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13452 | aharui@adobe.com | 2010-01-12 12:50:37 -0500 (Tue, 12 Jan 2010) | 10 lines

RichEditableText wasn't using the SWFContext for baseline and other metrics.

QE Notes: I got two baseline property differences
Doc Notes: None
SDK-24983 API Change: No
tests: checkintests mustella/gumbo/components/TextArea, TextInput

------------------------------------------------------------------------

------------------------------------------------------------------------
r13454 | dloverin@adobe.com | 2010-01-12 13:57:30 -0500 (Tue, 12 Jan 2010) | 9 lines

Close the cssFile's input stream in a finally block.

SDK-25003 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13457 | klin@adobe.com | 2010-01-12 14:47:30 -0500 (Tue, 12 Jan 2010) | 8 lines

Fix to MXFTEText stylesheet to get rid of compiler warnings. The warnings were caused by three components not being in the manifest and thus, not in the library namespace. I added two specific component namespaces for the three components.

SDK-24986 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13458 | smgilson@adobe.com | 2010-01-12 14:54:08 -0500 (Tue, 12 Jan 2010) | 9 lines

ASDoc fix for l10n bug FLEXDOCS-1205
FLEXDOCS-1205 
FLEXDOCS-1205 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13460 | cframpto@adobe.com | 2010-01-12 16:20:59 -0500 (Tue, 12 Jan 2010) | 11 lines

The label in the wireframe versions of the CheckBox and RadioButton skins should be the same as the spark skin version.  In particular need a right contraint to get the label to truncate.

Thermo bug TH-9663.
TH-9663 
SDK-25019 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13466 | jszeto@adobe.com | 2010-01-12 16:56:12 -0500 (Tue, 12 Jan 2010) | 11 lines

http://bugs.adobe.com/jira/browse/SDK-24984 - Linear gradients with negative scaleX values are not properly renderered in runtime MXML graphics
SDK-24984 
Modified the 0/1 scaleX safeguard to handle -1 and allow negative values. 

SDK-24984 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13467 | egeorgie@adobe.com | 2010-01-12 17:29:39 -0500 (Tue, 12 Jan 2010) | 9 lines

Fix bug http://bugs.adobe.com/jira/browse/SDK-25014 HorizontalLayout does not calculate drop index correctly
SDK-25014 
SDK-25014 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13468 | egeorgie@adobe.com | 2010-01-12 18:59:25 -0500 (Tue, 12 Jan 2010) | 9 lines

(commit on behalf of Hans): The following ASyncListView methods now ignore IPEs thrown when the operation is delegated: 'get length()', addItem(), addItemAt(), setItemAt(). 

sdk-24975 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13471 | pfarland@adobe.com | 2010-01-12 23:03:33 -0500 (Tue, 12 Jan 2010) | 9 lines

Checking in Sujata's fix for FXGUtils bug 2525627 - handling negative scaleX values on linear gradients.

SDK-24985 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13472 | sameer@adobe.com | 2010-01-13 01:07:21 -0500 (Wed, 13 Jan 2010) | 9 lines


As, there is no advancedDataGridListData property, the Exclude metadata for listData needs to be removed. Also, fixed some wrong usage of listData.

------------------------------------------------------------------------

------------------------------------------------------------------------
r13478 | dloverin@adobe.com | 2010-01-13 09:09:40 -0500 (Wed, 13 Jan 2010) | 15 lines

AIR Kit for Flex 4 - version 1.5.3

Same AIR runtime as before. Contains files updated for Flex 4:
 * applicationupdater.swc
 * applicationupdater.swf
 * applicationupdater_ui.swc
 * applicationupdater_ui.swf.

SDK-15011 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13479 | gauravj@adobe.com | 2010-01-13 10:10:30 -0500 (Wed, 13 Jan 2010) | 8 lines

Fix for Excluded styles still appearing in LangRef.

SDK-25024 Reviewed By: Paul
------------------------------------------------------------------------

------------------------------------------------------------------------
r13483 | aharui@adobe.com | 2010-01-13 15:54:59 -0500 (Wed, 13 Jan 2010) | 8 lines

Update ASDoc for ButtonBar

QE Notes: none
Doc Notes:  Please review change
SDK-24981 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13486 | klin@adobe.com | 2010-01-13 19:21:05 -0500 (Wed, 13 Jan 2010) | 8 lines

Fix null mask RTE in RichText. Need a null check in commitProperties when the mask changes.

SDK-25038 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13491 | gosmith@adobe.com | 2010-01-13 21:56:45 -0500 (Wed, 13 Jan 2010) | 11 lines

Fixed a Spark ComboBox accessibility problem.

Committed a fix proposed by Hans Hillen in email on 1/12, for a problem reported by Jon Avila in email on 12/28. Arrowing up/down in an open Spark ComboBox was causing the MSAA event EVENT_OBJECT_FOCUS to be sent twice for each item.

SDK-25027 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13493 | gosmith@adobe.com | 2010-01-13 22:01:39 -0500 (Wed, 13 Jan 2010) | 10 lines

Fixed a Spark list-based-components accessibility problem.

Committed a fix proposed by Hans Hillen in email on 1/12, for a problem reported by Jon Avila in email on 12/28. The Player sometimes passes an unconverted childID like -1001999996 to get get_accName(), which then causes a RangeError when passed on to dataProvider.getItemAt(). Until this is fixed, we now protect against this by a range check, and return "" for the MSAA name if the childID is bad.

SDK-25026 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13503 | preilly@adobe.com | 2010-01-14 11:41:58 -0500 (Thu, 14 Jan 2010) | 33 lines

* Fixed two issues seen in FB.

SDK-24938 SDK-24708 Code-level description of changes:
 
  tools/oem/Application.java

    Modified getReport() to pass the SourceList into the OEMReport constructor.

  tools/oem/Library.java

    Modified getReport() to pass the SourceList into the OEMReport constructor.

    Modified compile() and recompile() to pass the
    CompilerConfiguration into processSources().

    Modified processSources() do token expansion on "sources" before
    processing.

  tools/oem/internal/OEMReport.java

    Modified constructor to take an additional SourceList arg and to
    use it to initialize sourceListPaths.

    Modified processSources() to no longer initialize sourceListPaths
    because the constructor now does it.    


------------------------------------------------------------------------

------------------------------------------------------------------------
r13505 | jimurphy@adobe.com | 2010-01-14 13:54:44 -0500 (Thu, 14 Jan 2010) | 9 lines

make flash-integration src appear in the package

sdk-25040 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13516 | rfrishbe@adobe.com | 2010-01-14 22:09:26 -0500 (Thu, 14 Jan 2010) | 8 lines

Fixing an OSMF bug caused (really exacerbated by) by SDK-24933.  There are some timing issues when trying to load up the video on our own, particularly around trying to load the video and then trying to play the video (or pause, or pause and then play, etc...).  Now, when we're trying to load, we have a new method, cancelLoadAndPlay() that will figure out how to clean up the load() call and continue to play. There is similar code for pause(), but it's usually a lot easier to do.  I'm not really worried about people calling play() or pause() when we're loading--more worried about a change in visibility that would cause us to pause or play.
SDK-24933 
SDK-25037 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13518 | gosmith@adobe.com | 2010-01-15 01:45:30 -0500 (Fri, 15 Jan 2010) | 8 lines

Deleted an empty 'accessibility' source directory in projects/airspark.

SDK-25069 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13522 | deeptika@adobe.com | 2010-01-15 05:41:10 -0500 (Fri, 15 Jan 2010) | 9 lines

Removing obselete files. These are already removed from trunk in revision 13519


------------------------------------------------------------------------

------------------------------------------------------------------------
r13523 | cframpto@adobe.com | 2010-01-15 09:48:11 -0500 (Fri, 15 Jan 2010) | 12 lines

TLB Build  590.  Approved for checkin.

Build 590
	* Fix 2525017 - added range checking to IMEClient getTextBounds to avoid exceptions caused by invalid ranges.  Returns empty rectangle in bad range case.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13524 | preilly@adobe.com | 2010-01-15 10:32:55 -0500 (Fri, 15 Jan 2010) | 14 lines

* Fixed a PropertyReference CSS function bug.

SDK-22995 Code-level description of changes:

  Modified processReference() by flipping logic when checking for a
  property declaration.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13530 | gruehle@adobe.com | 2010-01-15 15:07:43 -0500 (Fri, 15 Jan 2010) | 10 lines

DownloadProgressBar no longer moves backwards when RSLs are loading. 

SDK-25047 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13531 | preilly@adobe.com | 2010-01-15 15:50:59 -0500 (Fri, 15 Jan 2010) | 29 lines

* Fixed invalid property reference error reporting by postponing the
  validation until prelink when the MxmlDocument's type is available.

SDK-22995 SDK-24738 Code-level description of changes:
 
  modules/compiler/src/java/flex2/compiler_en.properties

    Renamed css.StyleDef.InvalidPropertyReference to
    css.StylesContainer.InvalidPropertyReference.

  modules/compiler/src/java/flex2/compiler/css/StyleDef.java

    Removed InvalidPropertyReference checking from processReference().

  modules/compiler/src/java/flex2/compiler/css/StylesContainer.java

    Modified setMxmlDocument() to store a reference to it's QName.

    Modified validate() to iterate over all style properties and to
    call validatePropertyReferences() if mxmlDocumentQName is not
    null.


------------------------------------------------------------------------

------------------------------------------------------------------------
r13532 | clucier@adobe.com | 2010-01-15 16:24:00 -0500 (Fri, 15 Jan 2010) | 10 lines

Eliminated RTE by changing logic in Skin such that it doesn't assume the existence of hostComponent (consistent with SkinnableComponent).  Updated some windowChrome skins with hostComponent metadata.

SDK-25057 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13535 | gosmith@adobe.com | 2010-01-15 17:45:38 -0500 (Fri, 15 Jan 2010) | 14 lines

Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.

We've got a widespread problem with line-endings (\r\n vs \n vs \r) because not all our files have svn:eol-style set to "native". (With this setting, the line endings are adjusted for the platform that you check out code onto. Without it, you can end up with all-Mac line endings on a Windows machine, Windows+Mac+Unix line endings on a Mac, etc. The goal is all-Win on Win, all-Mac on Mac, etc.)

For schedule reasons, we've decided to minimize risk by fixing only AS and MXML files in frameworks/projects that contribute to our SWCs, because here line-ending problems can throw off line numbers and the debugger doesn't step through the right lines of code.

You can't set svn:eol-style to "native" unless the line endings are already correct for your platform. Since I'm on Windows, I wrote a script to find a fix the files that had any \n or \n line endings. The files now have \r\n.

SDK-24966 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13537 | dloverin@adobe.com | 2010-01-15 19:23:42 -0500 (Fri, 15 Jan 2010) | 9 lines

Fix RTE when unloading a style module.

SDK-25055 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13539 | jrueppel@adobe.com | 2010-01-15 19:39:34 -0500 (Fri, 15 Jan 2010) | 5 lines

Checking in previous fixes to localized frameworks resource files. Minor string changes which we already applied and tested to the 4.0.0 trunk

Code Review by Gordon - Filing an SDK task/bug to add some comments to these in the future so translators (and EN users perhaps) realize how these work.

Fixes bugs: SDK-23740,SDK-21286,SDK-24252,SDK-22121,SDK-25049,SDK-25030 
SDK-23740 SDK-21286 SDK-24252 SDK-22121 SDK-25049 SDK-25030 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13540 | rfrishbe@adobe.com | 2010-01-15 19:41:15 -0500 (Fri, 15 Jan 2010) | 8 lines

Updating OSMF.

------------------------------------------------------------------------

------------------------------------------------------------------------
r13541 | gosmith@adobe.com | 2010-01-15 19:47:34 -0500 (Fri, 15 Jan 2010) | 10 lines

Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.

All AS and MXML files frameworks/projects (that are code for SWCs) now have svn:eol-style set to "native" (and svn:mime-type set to "text/plain"). Having svn:eol-style set to "native" should ensure that when you get these files on a particular platform, the line-endings are correct for that platform.

SDK-24966 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13548 | gosmith@adobe.com | 2010-01-15 21:13:33 -0500 (Fri, 15 Jan 2010) | 10 lines

Commented out code in AccImpl that makes FormItems have 'silent' accessibility.

It seems to cause JAWS's accessibility model to get our of sync with the Player's accessibility model, resulting in various symptoms such as incorrect child counts, non-functioning virtual pc mode, and IE crashes (due to Player problems).

SDK-25042 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13549 | chaase@adobe.com | 2010-01-15 23:54:18 -0500 (Fri, 15 Jan 2010) | 9 lines

Fixed a problem with Rotate3D+Resize. We now restore proper state values for post-layout offsets when an effect finishes. Previously, a 3D effect would side-effect these properties, which would be persistent on the target object.

sdk-24993 sdk-24994 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13553 | dloverin@adobe.com | 2010-01-16 17:50:39 -0500 (Sat, 16 Jan 2010) | 12 lines

Fix for generated style module code when compiling with -compatibility-version=3.0

The compiler now generates selectors with unqualified class names when compiling with -compatibility-version=3.0.

SDK-25090 

------------------------------------------------------------------------

------------------------------------------------------------------------
r13555 | deeptika@adobe.com | 2010-01-17 03:31:14 -0500 (Sun, 17 Jan 2010) | 9 lines

Adding workaround for FLEXDMV-2296 (DMV components should not override CSSStyleDeclaration.defaultFactory to establish default styles) so that
FLEXDMV-2296 charts can set textFieldClass to UIFTETextField in a theme.

FLEXDMV-2296 ------------------------------------------------------------------------

------------------------------------------------------------------------
r13560 | aharui@adobe.com | 2010-01-18 00:09:32 -0500 (Mon, 18 Jan 2010) | 9 lines

FlexPrintJob didn't know that in Flex 4, width no longer factors in the scaleX and height no longer factors in scaleY

QE Notes: none
Doc Notes:  none
SDK-25044 
------------------------------------------------------------------------

------------------------------------------------------------------------
r13569 | rbhat@adobe.com | 2010-01-18 06:46:25 -0500 (Mon, 18 Jan 2010) | 1 line

Added qtp_air_rb.swc for other locales in 4.0.0 branch
------------------------------------------------------------------------

Modified Paths:
--------------
992 paths were modified

Changed paths

Path Details
Directoryincubator/flex/trunk/frameworks/projects/spark/src/spark/components/Group.as modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26