[svn] 3157: SDK-16649.

Revision: 3157
Author: [email protected]
Date: 2008-09-09 11:05:13 -0700 (Tue, 09 Sep 2008)
Log Message:
SDK-16649. Fix multiwindow problems in AIR. We now redispatch certain events to all windows.
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-16649
Modified Paths:
flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/managers/NativeDragManage rImpl.as
flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/managers/WindowedSystemMa nager.as
flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/events/InterDragManagerEvent .as
flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/events/InterManagerRequest.a s
flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

That's probably fine.  We're on iteration 8 right now.<br /><br /><br />On 9/10/08 5:09 AM, "Haykel Ben Jemia" <[email protected]> wrote:<br /><br />A new discussion was started by Haykel Ben Jemia in<br /><br />Developers --<br />  SVN SDK version for bug reporting<br /><br />Hi,<br /><br />when I want to report a bug I found in the SVN version of the SDK, what should I choose for the Version in the bug reporting form? Till now I was always choosing "SDK Gumbo Iteration ..." with the biggest number. Dont't know if this is right.<br /><br />Haykel<br /><br />________________________________<br />View/reply at SVN SDK version for bug reporting <a href=http://www.adobeforums.com/webx?13@@.59b67180><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b67180!folder=.3c060fa3>  form to cancel your email subscription.

Similar Messages

  • [svn] 2716: SDK-15848 - Conditional compilation constants defined in flex-config. xml are never used if a single constant is specified on the command line

    Revision: 2716
    Author: [email protected]
    Date: 2008-08-04 01:18:12 -0700 (Mon, 04 Aug 2008)
    Log Message:
    SDK-15848 - Conditional compilation constants defined in flex-config.xml are never used if a single constant is specified on the command line
    * There's a possibility this will break a conditional complication test which disallows overwriting an existing definition -- I don't know if that will break the build, but the test should be removed either way.
    * Using append syntax ("-define+=" on the command line or ant tasks, or append="true" in flex-config) and redefining a value works now if you use an already-defined namespace and name.
    * So your flex-config may have -define=CONFIG::debug,false, and you may want -define+=CONFIG::debug,true from the commandline build, or FB build.
    * Made the ASC ConfigVar fields final as a sanity check since overwriting is now allowed. It would be harder to track changes and subtle bugs if they were mutable. This means that you must build a new ConfigVar object if you need to make changes.
    Bugs: SDK-15848
    QA: Yes. Please read the updated javadocs in CompilerConfiguration. Tests need to be added to validate that overwriting is allowed, and happens correctly in different situations: I believe the order should be that flex-config is overwritten by a custom config (can we have more than one user config? is the order deterministic? I forget...), is overwritten by commandline or OEM. Did I miss any? (I didn't write code which changes this, it works however the existing configuration system allows overwriting and appending; if we have tests for that, maybe we don't need them duplicated for this feature.)
    Doc: Yes. Please read the updated javadocs in CompilerConfiguration.
    Reviewer: Pete
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15848
    http://bugs.adobe.com/jira/browse/SDK-15848
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/ConfigVar.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMConfiguration.java

    Please note: I AM USING:
    JkOptions ForwardKeySize ForwardURICompat -ForwardDirectories
    And that's what's supposed to fix this problem in the first place, right??

  • [svn] 4218: sdk-18268 Allow GC of listeners.

    Revision: 4218
    Author: [email protected]
    Date: 2008-12-02 20:20:26 -0800 (Tue, 02 Dec 2008)
    Log Message:
    sdk-18268 Allow GC of listeners.
    Review: Darrell
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-18268
    Modified Paths:
    flex/sdk/branches/3.2.0/frameworks/projects/framework/src/mx/managers/systemClasses/Stage EventProxy.as

  • [svn] 3105: SDK-15764, SDK-15765 -- Two long standing Ant task bugs.

    Revision: 3105
    Author: [email protected]
    Date: 2008-09-04 15:05:39 -0700 (Thu, 04 Sep 2008)
    Log Message:
    SDK-15764, SDK-15765 -- Two long standing Ant task bugs.
    - Ant Tasks fail when setting fork="true" and there are spaces in the path name
    - Setting fork="true" in Ant Tasks leads to warning
    The issue with spaces is that forked tasks construct a stringified commandline, since Java doesn't allow you to pass real String[] to a new process. When not forking, we can pass the original String[], which makes spaces irrelevent. So the fix uses a Commandline.toString(String[]) which is designed to wrap arguments with spaces correctly with quotes, so the commandline tokenizes correctly.
    Bugs: SDK-15764 SDK-15765
    QA: This affects ant calls for _all_ FlexTasks where fork=true. It would be great if we have tests for both fork="true" and "false" where we tested paths and arguments with and without spaces -- off the top of my head, good ones to try: +flexlib=/path/with spaces/, -define=CONFIG::foo,"bar with spaces", and any other arguments you can think of. Also very important: Test passing space arguments without quotes, with single quotes, with double quotes, with a mixture (illegal), and with a mixture escaping the inner set of quotes (not sure if this should work or not, probably a stupid case to test unless quotes are allowed in paths).
    Doc: No
    Reviewer: Pete
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15764
    http://bugs.adobe.com/jira/browse/SDK-15765
    http://bugs.adobe.com/jira/browse/SDK-15764
    http://bugs.adobe.com/jira/browse/SDK-15765
    Modified Paths:
    flex/sdk/branches/3.0.x/modules/antTasks/src/flex/ant/FlexTask.java

  • [svn] 4689: sdk-18221 Restore 3.1 fix in 3.2 branch

    Revision: 4689
    Author: [email protected]
    Date: 2009-01-27 12:46:06 -0800 (Tue, 27 Jan 2009)
    Log Message:
    sdk-18221 Restore 3.1 fix in 3.2 branch
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Darrell
    tests: checkintests mustella/Managers/CursorManager
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-18221
    Modified Paths:
    flex/sdk/branches/3.3.0/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s

    Revision: 4689
    Author: [email protected]
    Date: 2009-01-27 12:46:06 -0800 (Tue, 27 Jan 2009)
    Log Message:
    sdk-18221 Restore 3.1 fix in 3.2 branch
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Darrell
    tests: checkintests mustella/Managers/CursorManager
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-18221
    Modified Paths:
    flex/sdk/branches/3.3.0/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s

  • [svn] 3491: SDK-17184, SDK-17183, SDK-17181.

    Revision: 3491
    Author: [email protected]
    Date: 2008-10-06 12:50:02 -0700 (Mon, 06 Oct 2008)
    Log Message:
    SDK-17184, SDK-17183, SDK-17181.
    1. parseBindingExpression() - work on two-way bind parsing. No lead, no tail, no empty content, and no nested binding expressions are allowed. {name}@{domain} is an error in Flex 4. The @ needs to be quoted as in {name}\@{domain} if the intent is the binding expression (name) + @ + (domain).
    2. For the Binding tag, the source and destination can not be the same.
    3. For the Binding tag, if twoWay is a binding expression, the error 'Error: Data binding expressions not supported with attributes processed at compile time.' will be logged.
    QA: yes
    Reviewer: Paul
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17184
    http://bugs.adobe.com/jira/browse/SDK-17183
    http://bugs.adobe.com/jira/browse/SDK-17181
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/analyzer/SyntaxAnalyzer.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/TextParser.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

  • [svn] 2417: SDK-16048 - No longer open flash10 namespace for Flash Player 10 Beta 2 and onwards

    Revision: 2417
    Author: [email protected]
    Date: 2008-07-09 11:57:25 -0700 (Wed, 09 Jul 2008)
    Log Message:
    SDK-16048 - No longer open flash10 namespace for Flash Player 10 Beta 2 and onwards
    Reviewer: Pete
    Bugs: SDK-16048
    QA: Yes, please run tests related to -target-player=10, e.g. make sure 'z' property is accessible. Make sure that these tests will run when this change is merged to trunk.
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16048
    http://bugs.adobe.com/jira/browse/SDK-16048
    Modified Paths:
    flex/sdk/branches/3.0.x/lib/asc.jar
    flex/sdk/branches/3.0.x/modules/asc/src/java/macromedia/asc/util/ContextStatics.java

    Step 1: uninstall Avast  See how it is as that is a known culprit
    Step 2: Chrome does not play well with OS X and is also sighted as a leading cause
    Step 3: DropBox has been a processor or network hog though less so than the above two.
    The Community you want(ed): MacBook Pro

  • [svn] 4916: sdk-14180 Handle updates to more than one field in an item when autoupdates are off .

    Revision: 4916
    Author: [email protected]
    Date: 2009-02-10 13:32:12 -0800 (Tue, 10 Feb 2009)
    Log Message:
    sdk-14180 Handle updates to more than one field in an item when autoupdates are off.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-14180
    Reviewer: ryan
    tests: checkintests mustella:collections
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-14180
    http://bugs.adobe.com/jira/browse/sdk-14180
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/ListCollectionView .as

    Revision: 4916
    Author: [email protected]
    Date: 2009-02-10 13:32:12 -0800 (Tue, 10 Feb 2009)
    Log Message:
    sdk-14180 Handle updates to more than one field in an item when autoupdates are off.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-14180
    Reviewer: ryan
    tests: checkintests mustella:collections
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-14180
    http://bugs.adobe.com/jira/browse/sdk-14180
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/collections/ListCollectionView .as

  • [svn:fx-3.x] 16321: Backport trunk rev 15228 to fix bug SDK-25731 - Clearing validation result  (via 'errorString') prevents new validations.

    Revision: 16321
    Revision: 16321
    Author:   [email protected]
    Date:     2010-05-25 15:01:42 -0700 (Tue, 25 May 2010)
    Log Message:
    Backport trunk rev 15228 to fix bug SDK-25731 - Clearing validation result (via 'errorString') prevents new validations.
    I tried to do this with svn merge and it didn't work so I merged it by hand.  The bug file seems to work correctly now.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25731
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/UIComponent.as

  • [svn] 3391: Fix fast-track bug SDK-17068.

    Revision: 3391
    Author: [email protected]
    Date: 2008-09-26 17:07:25 -0700 (Fri, 26 Sep 2008)
    Log Message:
    Fix fast-track bug SDK-17068. Make sure assignDisplayObjects() is called before calling validateProperties() on child graphics objects.
    Bugs: SDK-17068 - Cannot apply transform at runtime for Rect, BitmapGraphic, and Line
    QA: This should fix the graphics mustella failures
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17068
    http://bugs.adobe.com/jira/browse/SDK-17068
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

    onearm wrote:
    Svn revision 442 doesn't compile on Arch64:
    [ 4%] [ 5%] Building CXX object src/CMakeFiles/guayadeque.dir/AlListBox.o
    Building CXX object src/CMakeFiles/guayadeque.dir/ArListBox.o
    In file included from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/LastFMPanel.h:25,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/MainFrame.h:27,
    from /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/AlListBox.cpp:27:
    /tmp/yaourt-tmp-gianluca/aur-guayadeque-svn/guayadeque-svn/src/guayadeque/Trunk/src/PlayerPanel.h:25:28: error: AutoScrollText.h: No such file or directory
    [ 7%] Building CXX object src/CMakeFiles/guayadeque.dir/ArrayStringArray.o
    [ 8%] Building CXX object src/CMakeFiles/guayadeque.dir/AudioScrobble.o
    make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
    make: *** [all] Error 2
    Thanks for the bug report. It was a test i was doing but finally decided to not include it but left this line by error.
    It have been fixed in svn 443.
    Thanks again

  • [svn:fx-4.0.0] 13771: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

    Revision: 13771
    Revision: 13771
    Author:   [email protected]
    Date:     2010-01-25 15:18:32 -0800 (Mon, 25 Jan 2010)
    Log Message:
    SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
    Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
    don't include automation_agent, qtp_air, and qtp in the mpl package
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25227
    Reviewed By:
    Tests run: package targets
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25227
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml

    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] 3914: Bug fix SDK-17779 FlexAntTasks-license. txt contradicts readme-open.htm

    Revision: 3914
    Author: [email protected]
    Date: 2008-10-27 13:56:09 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Bug fix SDK-17779 FlexAntTasks-license.txt contradicts readme-open.htm
    QE Notes:
    Doc Notes:
    Bugs: SDK-17779
    Reviewer: Matt Chotin
    Removing this file from SVN.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17779
    http://bugs.adobe.com/jira/browse/SDK-17779
    Removed Paths:
    flex/sdk/branches/3.2.0/modules/antTasks/FlexAntTasks-license.txt

  • [svn] 609: Changed the svn:mime-type of the SDK's milestones.html file.

    Revision: 609
    Author: [email protected]
    Date: 2008-02-21 14:47:48 -0800 (Thu, 21 Feb 2008)
    Log Message:
    Changed the svn:mime-type of the SDK's milestones.html file.
    Property Changed:
    flex/sdk/milestones.html

    the web xml mime type setting are for static files served by the server...
    if you print a file directly to the output of the servlet, you must set the mime type, so DO write :
    response.setContentType( "application/vnd.ms-excel" );
    IE "works fine" because it also uses the file extension to decide the mime type... but in the absolute, it's a wrong behaviour

  • [svn:fx-trunk] 12936: -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552

    Revision: 12936
    Revision: 12936
    Author:   [email protected]
    Date:     2009-12-14 19:40:23 -0800 (Mon, 14 Dec 2009)
    Log Message:
    -make sure the bundles directory for airspark is not included in the package fixes bug SDK-24552
    -remove (from svn) the en_US/docs directories for textLayout because these directories and dita files are created by asdoc in the doc target
    -updated the main build.xml to not include the playerglobal project
    -updated fat-swc targets in osmf,automation_spark,automation_flashflexkit,automation,airspark, and textlayout to remove the doc directory.
    QE notes: make sure copylocales works properly
    Doc notes: no
    Bugs: SDK-24552
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24552
        http://bugs.adobe.com/jira/browse/SDK-24552
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/airspark/build.xml
        flex/sdk/trunk/frameworks/projects/automation/build.xml
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/trunk/frameworks/projects/automation_spark/build.xml
        flex/sdk/trunk/frameworks/projects/osmf/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/airframework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_flashflexkit/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/automation_spark/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/framework/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/rpc/bundles/en_US/docs/
        flex/sdk/trunk/frameworks/projects/textLayout/bundles/en_US/docs/

    Well, I've tried compiling a package and I have modified the PKGBUILD file to look like this now. (Keeping it as simple as possible)
    pkgname=dvbcut-svn
    pkgver=16
    pkgrel=1
    pkgdesc="DVBCUT-svn is an application that allows you to
    edit MPEG files. ie: Remove TV ads. (SVN version: Fri, 01 Dec 2006)."
    url="http://dvbcut.sourceforge.net"
    depends=('qt' 'libao')
    makedepends=('subversion' 'scons')
    conflicts=('dvbcut' 'ffmpeg')
    provides=('dvbcut')
    source=()
    md5sums=()
    _svntrunk=https://svn.sourceforge.net/svnroot/dvbcut/trunk
    _svnmod=dvbcut
    build() {
    cd $startdir/src
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    cd $_svnmod
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    # vim:syntax=sh
    I then run makepkg PKGBUILD and let it do its thing
    It ends with this...
    scons: done building targets.
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .PKGINFO file...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Finished making: dvbcut-svn  (Sun Jan 21 19:08:28 UTC 2007)
    I'm not sure what's causing this error message.
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    I'll try installing it and see how it goes.

  • [svn:fx-4.0.0] 13717: SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.

    Revision: 13717
    Revision: 13717
    Author:   [email protected]
    Date:     2010-01-22 09:44:20 -0800 (Fri, 22 Jan 2010)
    Log Message:
    SDK 4 BOM Cleanup: SDK contains extra bundles folders for automation projects.
    Cleaned up the build.xml files. I did not delete the bundles folder from svn but instead I excluded them from the packaged zip file.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-25207
    Reviewed By:
    Tests run:
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25207
    Modified Paths:
        flex/sdk/branches/4.0.0/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/build.xml
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/build.xml

    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...

Maybe you are looking for