[svn:fx-trunk] 14157: Merge 4.0 revision 14154 - trunk

Revision: 14157
Revision: 14157
Author:   [email protected]
Date:     2010-02-12 14:51:50 -0800 (Fri, 12 Feb 2010)
Log Message:
Merge 4.0 revision 14154 -> trunk
Recording the merge, but not performing the actual merge since this has already been merged from the 4.x branch.
Original revision notes:
PopUpAnchor bug fix for Marshall Plan
http://bugs.adobe.com/jira/browse/SDK-25348 - Marshall Plan rendering error in AIR
The fix is to replace PopUpAnchor.getPopUpMatrix() with MatrixUtil.getComputedMatrix(this).
The PopUpAnchor needs to place the popUp relative to the SystemManager that is attaching the popUp. MatrixUtil.getComputedMatrix will stop at the correct displayList parent regardless if it is a trusted or untrusted sub app.
QE notes: Add test case to mustella for this bug Doc notes: none
Bugs: SDK-25348
Reviewer: Alex
Tests run: PopUpAnchor, DropDownList, ComboBox Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25348
    http://bugs.adobe.com/jira/browse/SDK-25348
Property Changed:
    flex/sdk/trunk/
    flex/sdk/trunk/frameworks/

Similar Messages

  • [svn:fx-trunk] 9177: Merged 3.4 revisions 8630,8660,8683,8735,8750,8753, 8755,8757,8759,8764,8776,8798,8821,8824,8837,8862,8911,8946,8949,8962,8965, 9026,9109,9131,9138-9139,9147 - trunk

    Revision: 9177
    Author:   [email protected]
    Date:     2009-08-07 14:15:07 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Merged 3.4 revisions 8630,8660,8683,8735,8750,8753,8755,8757,8759,8764,8776,8798,8821,8824,8837,8862,8911,8946 ,8949,8962,8965,9026,9109,9131,9138-9139,9147 -> trunk
    integrates:
    player: 10.0.32.18
    AIR kit: 1.5.2.8870 (20090721ap)
    checkintests: pass
    (btw: I'm not happy about doing this on a Friday PM!)
    Modified Paths:
        flex/sdk/trunk/frameworks/libs/player/10/playerglobal.swc
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Tree.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AsyncResponder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/IMXMLSupport.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPDecoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLSchemaInstance.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLDecoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/in/air/air_version.txt
        flex/sdk/trunk/in/air/mac/AIR Integration Kit.tbz2
        flex/sdk/trunk/in/air/win/AIR Integration Kit.zip
        flex/sdk/trunk/in/player/10/lnx/flashplayer.tar.gz
        flex/sdk/trunk/in/player/10/lnx/install_flash_player_10_linux.tar.gz
        flex/sdk/trunk/in/player/10/lnx/libflashplayer.so.tar.gz
        flex/sdk/trunk/in/player/10/mac/Flash Player.app.zip
        flex/sdk/trunk/in/player/10/mac/Install Flash Player 10 UB.dmg
        flex/sdk/trunk/in/player/10/win/FlashPlayer.exe
        flex/sdk/trunk/in/player/10/win/Install Flash Player 10 ActiveX.exe
        flex/sdk/trunk/in/player/10/win/Install Flash Player 10 Plugin.exe
        flex/sdk/trunk/lib/flex-messaging-common.jar
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14201: Merging 4.x revision 14193 to trunk.

    Revision: 14201
    Revision: 14201
    Author:   [email protected]
    Date:     2010-02-16 16:05:29 -0800 (Tue, 16 Feb 2010)
    Log Message:
    Merging 4.x revision 14193 to trunk.
    Fix http://bugs.adobe.com/jira/browse/SDK-25334 When drag-copying an object between two s:Lists, the data object does not actually get copied
    Problems:
    1. We were copying the item, but throwing the copy away instead of adding it to the data provider
    QE notes: None
    Doc notes: None
    Bugs: SDK-25334
    Reviewer: Hans
    Tests run: checkintests, mustella tests/gumbo/component/ListDragDrop
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25334
        http://bugs.adobe.com/jira/browse/SDK-25334
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
    Property Changed:
        flex/sdk/trunk/
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/

  • [svn:fx-trunk] 12612: Merged 3.x revisions 12301,12311,12366,12369, 12371-12372,12434,12483,12547 - trunk

    Revision: 12612
    Revision: 12612
    Author:   [email protected]
    Date:     2009-12-07 10:22:37 -0800 (Mon, 07 Dec 2009)
    Log Message:
    Merged 3.x revisions 12301,12311,12366,12369,12371-12372,12434,12483,12547 -> trunk
      r12301 | [email protected] | 2009-11-30 17:52:14 -0500 (Mon, 30 Nov 2009) | 14 lines
      Bugs: SDK-18076
      r12311 | [email protected] | 2009-11-30 21:33:06 -0500 (Mon, 30 Nov 2009) | 10 lines
      Bugs:
      SDK-24359 - soap response incorrectly decoded by XMLDecoder
      r12366 | [email protected] | 2009-12-02 11:25:44 -0500 (Wed, 02 Dec 2009) | 10 lines
      Bugs: SDK-23691
      r12369 | [email protected] | 2009-12-02 11:46:06 -0500 (Wed, 02 Dec 2009) | 8 lines
      Bugs: n/a
      r12371 | [email protected] | 2009-12-02 11:51:12 -0500 (Wed, 02 Dec 2009) | 8 lines
      Bugs: n/a
      r12372 | [email protected] | 2009-12-02 11:54:42 -0500 (Wed, 02 Dec 2009) | 8 lines
      Bugs: n/a
      r12434 | [email protected] | 2009-12-03 10:12:48 -0500 (Thu, 03 Dec 2009) | 7 lines
      Bugs: n/a
      r12483 | [email protected] | 2009-12-04 02:06:41 -0500 (Fri, 04 Dec 2009) | 10 lines
      Bugs: SDK-24340
      r12547 | [email protected] | 2009-12-04 15:21:21 -0500 (Fri, 04 Dec 2009) | 7 lines
      Bugs: SDK-24278
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18076
        http://bugs.adobe.com/jira/browse/SDK-24359
        http://bugs.adobe.com/jira/browse/SDK-23691
        http://bugs.adobe.com/jira/browse/SDK-24340
        http://bugs.adobe.com/jira/browse/SDK-24278
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/controls.properties
        flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase .as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 8741: Merged 3.x revisions 8623,8685,8740 - trunk

    Revision: 8741
    Author:   [email protected]
    Date:     2009-07-22 14:00:56 -0700 (Wed, 22 Jul 2009)
    Log Message:
    Merged 3.x revisions 8623,8685,8740 -> trunk
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/AbstractService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/mxml/IMXMLSupport.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/ISOAPDecoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLDecoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 5113: Merge 3.x revisions 5042,5072-5073,5090-5091 - trunk

    Revision: 5113
    Author: [email protected]
    Date: 2009-02-27 12:48:28 -0800 (Fri, 27 Feb 2009)
    Log Message:
    Merge 3.x revisions 5042,5072-5073,5090-5091 -> trunk
    This includes the latest released player 10.0.22.87
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/Base64Encoder.as
    flex/sdk/trunk/in/player/10/lnx/flashplayer.tar.gz
    flex/sdk/trunk/in/player/10/lnx/install_flash_player_10_linux.tar.gz
    flex/sdk/trunk/in/player/10/lnx/libflashplayer.so.tar.gz
    flex/sdk/trunk/in/player/10/mac/Flash Player.app.zip
    flex/sdk/trunk/in/player/10/mac/Install Flash Player 10 UB.dmg
    flex/sdk/trunk/in/player/10/win/FlashPlayer.exe
    flex/sdk/trunk/in/player/10/win/Install Flash Player 10 ActiveX.exe
    flex/sdk/trunk/in/player/10/win/Install Flash Player 10 Plugin.exe
    Property Changed:
    flex/sdk/trunk/

  • [svn] 4250: Merged 3.x revisions 4231,4244,4249 - trunk

    Revision: 4250
    Author: [email protected]
    Date: 2008-12-08 10:51:55 -0800 (Mon, 08 Dec 2008)
    Log Message:
    Merged 3.x revisions 4231,4244,4249 -> trunk
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexLoader.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/StageEventProx y.as
    flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties
    Property Changed:
    flex/sdk/trunk/

  • [svn:fx-trunk] 15070: Merge 4.x revision 15069 to trunk.

    Revision: 15070
    Revision: 15070
    Author:   [email protected]
    Date:     2010-03-26 11:46:44 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Merge 4.x revision 15069 to trunk.
    Revised the ASdoc for ILayoutDirectionElement/invalidateLayoutDirection to make it clear that part of the (previously implicit) contract is that a mirrored element's descendants must inherit a mirrored transform.matrix.
    QE notes: doc change only
    Doc notes:
    Bugs:
    Reviewer: Carol
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutDirectionElement.as
    Property Changed:
        flex/sdk/trunk/

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-trunk] 14244: Merge 4.x revision 14243 to trunk.

    Revision: 14244
    Revision: 14244
    Author:   [email protected]
    Date:     2010-02-18 08:20:43 -0800 (Thu, 18 Feb 2010)
    Log Message:
    Merge 4.x revision 14243 to trunk.
    Ensure that menus are shown in the correct location when the layout has been mirrored.
    QE notes: This change should have no effect on components that haven't been mirrored
    Doc notes:
    Bugs:
    Reviewer: Carol
    Tests run: Menu, MenuBar cyclone was checked (thanks Joan)
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Menu.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/MenuBar.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 14208: Merge 4.x revision 14206 to trunk.

    Revision: 14208
    Revision: 14208
    Author:   [email protected]
    Date:     2010-02-17 11:00:35 -0800 (Wed, 17 Feb 2010)
    Log Message:
    Merge 4.x revision 14206 to trunk.
    Fixed UITextField getMeasuredWidth,Height() methods to compensate for mirroring. 
    QE notes: As always, this change should have no effect on components that haven't been mirrored
    Doc notes:
    Bugs:
    Reviewer: Carol
    Tests run:
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITextField.as
    Property Changed:
        flex/sdk/trunk/
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/

  • [svn:fx-trunk] 10475: Merged 3.x revisions 10063,10086,10098,10123,10176, 10397,10416-10418,10420 - trunk

    Revision: 10475
    Author:   [email protected]
    Date:     2009-09-21 16:58:45 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Merged 3.x revisions 10063,10086,10098,10123,10176,10397,10416-10418,10420 -> trunk
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/SortField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/TextInput.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHead er.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/scrollClasses/ScrollBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/formatters/CurrencyFormatter.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/channels/AMFChannel.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/http/HTTPService.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 8169: Merged 3.x revisions 7748,7852,7966,8019,8033 - trunk

    Revision: 8169
    Author:   [email protected]
    Date:     2009-06-24 08:12:39 -0700 (Wed, 24 Jun 2009)
    Log Message:
    Merged 3.x revisions 7748,7852,7966,8019,8033 -> trunk
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/colorPickerClasses/SwatchPan el.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/messaging/config/LoaderConfig.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/DecodingContext.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLDecoder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/XMLEncoder.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 9857: Merged 3.x revisions 9543,9658,9748,9837 - trunk

    Revision: 9857
    Author:   [email protected]
    Date:     2009-08-31 18:02:58 -0700 (Mon, 31 Aug 2009)
    Log Message:
    Merged 3.x revisions 9543,9658,9748,9837 -> trunk
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/preloaders/Preloader.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/AbstractWebService.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/soap/Operation.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/OrderedProperties.java
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 7036: Merged 3.x revisions 6955,6995,6997-7002 - trunk

    Revision: 7036
    Author:   [email protected]
    Date:     2009-05-18 09:23:35 -0700 (Mon, 18 May 2009)
    Log Message:
    Merged 3.x revisions 6955,6995,6997-7002 -> trunk
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ColorPicker.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/NavBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/ToolTipBorder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SchemaMarshaller.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 7718: Merged 3.x revisions 7534,7545,7711 - trunk

    Revision: 7718
    Author:   [email protected]
    Date:     2009-06-10 09:37:18 -0700 (Wed, 10 Jun 2009)
    Log Message:
    Merged 3.x revisions 7534,7545,7711 -> trunk
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/TitleBar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Property Changed:
        flex/sdk/trunk/

Maybe you are looking for

  • From AVI to FLV for Flash MX Professional 2004

    Hi there... Let me thank you for your attention... This is my issue, I had this Flash MX 2004 Professional when I bought my PC, since then , 6 years ago, I learned how to use it, and recently got a little proyect which turned out to be something very

  • The same error keeps popping up but whatever i press it wont go away!

    ''Problem signature: Problem Event Name: APPCRASH Application Name: AppleMobileDeviceHelper.exe Application Version: 7.8.420.0 Application Timestamp: 48763498 Fault Module Name: Secur32.dll Fault Module Version: 6.0.6001.18000 Fault Module Timestamp:

  • OSB: Proxy to proxy publish async

    Hi PS_1 publishes data to PS_2 (PS_2 wsdl has no outbound so it is asynch) I googled and I found following at http://victor-jan.blogspot.in/2012/06/osb-publish-routing-and-service-callout.html: Publish: Used for Request only scenarios where you don't

  • Plugging Guitar into Macbook Pro 13'' - Audio Interfaces

    Alright, so I've done a fair bit of research but there just seems to be so much to read out there that I figure it may simply be easier to post this here and see what kind of answers I get. Anyway, I want to plug my guitar and record some stuff on my

  • Skype can't connect with internet while the connection is fine

    I've installed Skype (version 7+) for my mac,  OS XYosemite 10.10.1. When I try to login with my microsoft account in the application, it says that there is no internet connecting, even if there is clearly is. At the same time I can login with my mic