[svn:fx-trunk] 15108: * Merged the fix for SDK-24472 from the sherlock sandbox to trunk.

Revision: 15108
Revision: 15108
Author:   [email protected]
Date:     2010-03-29 09:22:20 -0700 (Mon, 29 Mar 2010)
Log Message:
Merged the fix for SDK-24472 from the sherlock sandbox to trunk.
  This includes revisions 14005 and 14621.
QE notes:
Doc notes:
Bugs: SDK-24472
Reviewer: Tom H., Pete F.
Tests run: passed full cyclone in sherlock and checkintests in trunk
Is noteworthy for integration: yes, should reduce memory use in FB.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24472
    http://bugs.adobe.com/jira/browse/SDK-24472
Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/InMemoryFile.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/VirtualZipFile.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/MovieTranscoder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Swc.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDirectoryArchive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLazyReadArchive.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLibrary.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcScript.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java
Property Changed:
    flex/sdk/trunk/

Similar Messages

  • [svn:fx-3.x] 12019: Further fixes for SDK-23140.

    Revision: 12019
    Revision: 12019
    Author:   [email protected]
    Date:     2009-11-19 15:17:00 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Further fixes for SDK-23140. Filtering out internal namespace prefixed attributes from generic deserialization. We exclude the SOAP encoding namespace, SOAP envelope namespace, XML Schema namespace and the XML Schema Instance namespace.
    QE notes: Thanks for running the WS testsuite!
    Doc notes: N/A
    Bugs:
    SDK-23140 - No data while using "Object" as "resultFormat" for Sharepoint WebService
    Reviewer: Svetlin
    Tests run: Checkintests, bug test case, QE ran larger WS test suites with a cyclone build.
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23140
        http://bugs.adobe.com/jira/browse/SDK-23140
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/soap/SOAPDecoder.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as

  • [svn:fx-3.x] 7715: Partial fix for SDK-21182.

    Revision: 7715
    Author:   [email protected]
    Date:     2009-06-10 08:54:33 -0700 (Wed, 10 Jun 2009)
    Log Message:
    Partial fix for SDK-21182. We now set the default compatibility version to the current version and thus the compatibility version string will no longer be null by default (but would be the current version if no override was set). This also means the compiler now matches the ActionScript FlexVersion class.
    This change does not address the issue of revision/minor/major version fallback in selecting the next most appropriate defaults-x.y.z.css file for any given version.
    Also updated flex-jars eclipse project classpath to reflect recent Batik jar consolidation.
    QE: Yes, please change any negative test cases that were checking for --compatibility-version=3 as this is now valid.
    Doc: No
    Checkintests: Pass
    Reviewer: Paul
    Bugs:
    SDK-21182 - Fix logic surrounding compatibility version and SWC default.css selection during PreLink
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21182
        http://bugs.adobe.com/jira/browse/SDK-21182
    Modified Paths:
        flex/sdk/branches/3.x/development/eclipse/java/flex-jars/.classpath
        flex/sdk/branches/3.x/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.j ava

  • [svn:bz-4.0.0_fixes] 20589: Merge fix for Watson #2818669 from BlazeDS trunk to BlazeDS 4.0.0_fixes.

    Revision: 20589
    Revision: 20589
    Author:   [email protected]
    Date:     2011-03-03 14:18:53 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Merge fix for Watson #2818669 from BlazeDS trunk to BlazeDS 4.0.0_fixes.
    This fixes an issue with a call to System.getProperty in AbstractAmfInput causing an AccessControlException when used in an Applet.
    Checkintests: passed
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/core/src/flex/messaging/io/amf/AbstractAmfInput.java

    Hi,
    The problem seem to be, its trying to create the same table again and hence the oracle error ORA-995.
    First try restarting the installation. If doesn't work, clean up and start from the beginning.
    Hope this solves your problem.
    Feel free to revert back.
    --Ragu

  • [svn:fx-trunk] 7824: Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case .

    Revision: 7824
    Author:   [email protected]
    Date:     2009-06-13 11:46:34 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case.
    QE: Yes, this was really a compile time issue rather than a runtime issue.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-21480 - Universal selector not applied
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21480
        http://bugs.adobe.com/jira/browse/SDK-21480
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java

    Try the following changes to the JS file
    Lines 103 and 104 change the values
    this.showDelay = 100; // was 250
    this.hideDelay = 200; // was 600
    Comment out line 286
    Spry.Widget.MenuBar.prototype.bubbledTextEvent = function()
    //    return Spry.is.safari && (event.target == event.relatedTarget.parentNode || (event.eventPhase == 3 && event.target.parentNode == event.relatedTarget));
    Comment out line 366 and add new lines 366 and 367
    var self = this;
    this.addEventListener(listitem, 'click', function(e){self.Click(listitem, e);}, false);
    this.addEventListener(listitem, 'click', function(e){self.mouseOver(listitem, e);}, false);
    //   this.addEventListener(listitem, 'mouseover', function(e){self.mouseOver(listitem, e);}, false);
    this.addEventListener(listitem, 'mouseout', function(e){if (self.enableKeyboardNavigation) self.clearSelection(); self.mouseOut(listitem, e);}, false);
    I have not tested the above changes ontouch screens; they do seem to work Ok on desktops.
    NOTE: Line numbers could be different because of the difference in our versions.

  • [svn:fx-trunk] 11876: My check-in over the weekend accidentally blew away Evtim' s fix for SDK-24148.

    Revision: 11876
    Revision: 11876
    Author:   [email protected]
    Date:     2009-11-16 17:00:43 -0800 (Mon, 16 Nov 2009)
    Log Message:
    My check-in over the weekend accidentally blew away Evtim's fix for SDK-24148. Re-submitting it.
    QE notes: No
    Doc notes: No
    Bugs: SDK-24148
    Reviewer: Noone
    Tests run: Group, FXG static and dynamic
    Is noteworthy for integration: Yes, this was an ask from the Catalyst team for this week's integration
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24148
        http://bugs.adobe.com/jira/browse/SDK-24148
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as

    Revision: 11876
    Revision: 11876
    Author:   [email protected]
    Date:     2009-11-16 17:00:43 -0800 (Mon, 16 Nov 2009)
    Log Message:
    My check-in over the weekend accidentally blew away Evtim's fix for SDK-24148. Re-submitting it.
    QE notes: No
    Doc notes: No
    Bugs: SDK-24148
    Reviewer: Noone
    Tests run: Group, FXG static and dynamic
    Is noteworthy for integration: Yes, this was an ask from the Catalyst team for this week's integration
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24148
        http://bugs.adobe.com/jira/browse/SDK-24148
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as

  • [svn] 3753: Merge fix for BLZ-215 from trunk to 3.0.x.

    Revision: 3753
    Author: [email protected]
    Date: 2008-10-20 13:13:54 -0700 (Mon, 20 Oct 2008)
    Log Message:
    Merge fix for BLZ-215 from trunk to 3.0.x.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-215
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/EndpointPushHandler.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/EndpointPushNotifier.j ava
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/FlexClient.java

  • [svn] 2030: Merge fix for BLZ-188 from branches/3.0.x to trunk.

    Revision: 2030
    Author: [email protected]
    Date: 2008-06-10 15:42:20 -0700 (Tue, 10 Jun 2008)
    Log Message:
    Merge fix for BLZ-188 from branches/3.0.x to trunk.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-188
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/management/jmx/MBeanServerGateway.java

  • [svn:fx-trunk] 10076: Redo fix for SDK-23080, since the last one introduced more problems.

    Revision: 10076
    Author:   [email protected]
    Date:     2009-09-08 18:04:12 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Redo fix for SDK-23080, since the last one introduced more problems.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23080
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RectangularDropShadow.as

    If you're still using Buckminster 3.6, I strongly suggest switching to 3.7 - it has a number of bug fixes and improvements. This applies to both headless, and the IDE (assuming Eclipse 3.7 Indigo).
    Matthew

  • [svn:fx-trunk] 10008: Fix for SDK-23005 performance regression after BlendMode changes

    Revision: 10008
    Author:   [email protected]
    Date:     2009-09-04 00:10:00 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fix for SDK-23005 performance regression after BlendMode changes
    Fix: make sure GE and Group DisplayObject sharing works in the blendMode="auto" case.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23005
    Reviewer: Evtim
    Tests run: checkintests, basictests
    Is noteworthy for integration: Yes, blendMode behavior affects Catalyst
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23005
        http://bugs.adobe.com/jira/browse/SDK-23005
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 4986: Fix for SDK-19276

    Revision: 4986
    Author: [email protected]
    Date: 2009-02-17 09:37:46 -0800 (Tue, 17 Feb 2009)
    Log Message:
    Fix for SDK-19276
    recent optimizations in the GraphicElement validation phase didn't take into account the reordering of children caused by non-zero layer values. This fix assumes that children with non-zero layers have their own display object, but subsequent children might sitll share display objects with previous children.
    Review: Evtim
    QA: Yes
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19276
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as

  • [svn:fx-3.x] 13209: Adding same fix for SDK-23838 and SDK-24205 to 3. x from trunk.

    Revision: 13209
    Revision: 13209
    Author:   [email protected]
    Date:     2009-12-23 15:45:53 -0800 (Wed, 23 Dec 2009)
    Log Message:
    Adding same fix for SDK-23838 and SDK-24205 to 3.x from trunk.
    The dropDown was not receiving changes to styles nor dataproviders. This was a result of not recreating the dropDown each time it was shown. I've changed the default of the flag for destroying the dropDown to be true. I've also modified the code to only not destroy the dropDown when it is showing or being shown. I?\226?\128?\153ve also moved some of the code in the animation handler to check for a null dropDown first before destroying it.
    QE notes: No
    Doc notes: No
    Bugs: SDK-23838, SDK-24205
    Reviewer: Jason
    Tests run: checkintests, ComboBox
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
        http://bugs.adobe.com/jira/browse/SDK-23838
        http://bugs.adobe.com/jira/browse/SDK-24205
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ComboBox.as

  • [svn:fx-trunk] 11158: Temporarily revert fix for SDK-23052 (rev 11145).

    Revision: 11158
    Author:   [email protected]
    Date:     2009-10-26 12:04:20 -0700 (Mon, 26 Oct 2009)
    Log Message:
    Temporarily revert fix for SDK-23052 (rev 11145).  I think it is the correct fix but it is causing scrolling issues because of some code added to try to get around other scrolling issues.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Peter
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23052
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as

  • [svn:fx-trunk] 7716: Partial fix for SDK-21182.

    Revision: 7716
    Author:   [email protected]
    Date:     2009-06-10 08:59:13 -0700 (Wed, 10 Jun 2009)
    Log Message:
    Partial fix for SDK-21182. We now set the default compatibility version to the current version and thus the compatibility version string will no longer be null by default (but would be the current version if no override was set). This also means the compiler now matches the ActionScript FlexVersion class.
    This change does not address the issue of revision/minor/major-version fallback in order to select the next most appropriate defaults-x.y.z.css file for any given version.
    Also updated flex-jars eclipse project classpath to reflect recent Batik jar consolidation.
    QE: Yes, if we didn't previously, please change any negative test cases that were checking for --compatibility-version=4 as this is still valid (and is the default).
    Doc: No
    Checkintests: Pass
    Reviewer: Paul
    Bugs:
    SDK-21182 - Fix logic surrounding compatibility version and SWC default.css selection during PreLink
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21182
        http://bugs.adobe.com/jira/browse/SDK-21182
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java

  • [svn:bz-3.x] 20488: backporting BLZ-435 fix for AMFX serialization from BLAZEDS trunk to blazeds 3 .x

    Revision: 20488
    Revision: 20488
    Author:   [email protected]
    Date:     2011-02-28 11:52:50 -0800 (Mon, 28 Feb 2011)
    Log Message:
    backporting BLZ-435 fix for AMFX serialization from BLAZEDS trunk to blazeds 3.x
    checkintests pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-435
    Modified Paths:
        blazeds/branches/3.x/modules/core/src/java/flex/messaging/io/amfx/AmfxInput.java

Maybe you are looking for