return to downloads
------------------------------------------------------------------------
r3643 | rfrishbe@adobe.com | 2008-10-14 22:27:24 -0400 (Tue, 14 Oct 2008) | 8 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/ComboBox.as
Submitting user-submitted patch, SDK-17050, for combobox. This stops keydown handling when the combobox is disabled.
QE: No
Doc: No
Bugs: SDK-16128, SDK-17050
Reviewer: Gordon
------------------------------------------------------------------------
r3639 | jimurphy@adobe.com | 2008-10-14 20:31:20 -0400 (Tue, 14 Oct 2008) | 8 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/core/UIComponent.as
merge from trunk rev. 2709
Bug fixes: SDK-15317
Modified initializeRepeaterArrays() to handle the case where the
parent is a document, but it's not the child's document. In this
case, we want to copy down the parent's repeater arrays. This
allows the child to use an Array when creating references on it's
document.
------------------------------------------------------------------------
r3635 | build@adobe.com | 2008-10-14 16:50:26 -0400 (Tue, 14 Oct 2008) | 1 line
Changed paths:
M /flex/sdk/branches/3.0.x/lib/asc.jar
update asc.jar for SDK-16446
------------------------------------------------------------------------
r3631 | pfarland@adobe.com | 2008-10-14 15:04:57 -0400 (Tue, 14 Oct 2008) | 8 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/rpc/xml/XMLLoader.as
Fix to ensure WebService headers are copied to the underlying HTTPService that loads a WSDL. This allows AIR applications to pre-authenticate when accessing secured WebServices, including locked down WSDLs (and any schema imports etc). Note this does not help the normal Flash Player situation as headers are not sent on GET requests.
QA: Yes, note this improvement benefits AIR only.
Doc: No
Checkintests: Pass
Reviewer:
Bugs:
SDK-12198 - Provide a way to directly call webservices protected by HTTP Basic Authentication with the needed credentials
------------------------------------------------------------------------
r3629 | jimurphy@adobe.com | 2008-10-14 14:55:28 -0400 (Tue, 14 Oct 2008) | 7 lines
Changed paths:
M /flex/sdk/branches/3.0.x/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
take trunk change from rev.3603
Removed check which trapped const initialized declaration within a loop (file FlowANalyzer.java:3337)
In general, decidability of const'ness is a flow problem. In this case the error was being reported for
a const initialized declaration which should have been allowed.
fixes: SDK-16446
------------------------------------------------------------------------
return to downloads