| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 3109 | hmuller@adobe.com | 05 Sep 2008 00:22:32 | Substantially revised the Scroller component. This version supports
There are still some limitations for the "auto" scroll policies, and
Corrected minimum size calculation in Vertical,HorizontalLayout
QE: Scroller can now be tested
|
| 3108 | rfrishbe@adobe.com | 04 Sep 2008 20:13:15 | Submitting user-submitted patch SDK-16161. It's good practice to remove event listeners, when we know we no longer need them. QE: Yes
|
| 3107 | jspiro@adobe.com | 04 Sep 2008 18:43:52 | Merge: 3.0.x@3105 to trunk
|
| 3106 | gosmith@adobe.com | 04 Sep 2008 18:22:57 | Gumbo TextInput once again supports an 'enter' event, fixing a regression introduced yesterday. Reviewer: Jono
|
| 3105 | jspiro@adobe.com | 04 Sep 2008 18:05:39 | SDK-15764, SDK-15765 -- Two long standing Ant task bugs.
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
|
| 3104 | clucier@adobe.com | 04 Sep 2008 16:27:19 | No longer throwing an exception when we attempt to add a child that is already a child of the same parent.
|
| 3102 | mhorn@adobe.com | 04 Sep 2008 15:29:25 | More Marshal Plan related asdoc updates |
| 3101 | mhorn@adobe.com | 04 Sep 2008 14:54:28 | Marshall Plan ASDoc updates |
| 3098 | clucier@adobe.com | 04 Sep 2008 14:20:09 | Fixing UITextFormat's copyFrom routine to account for the rest of TextFormat properties it wasn't copying. |
| 3096 | clucier@adobe.com | 04 Sep 2008 14:16:35 | UITextFormat was not accounting for letterSpacing properly when measuring text.
|
| 3095 | matamel@adobe.com | 04 Sep 2008 11:50:31 | Feature: Message throttling - message frequency limits subfeature.
Details: This is the BlazeDS client part of the message frequency limits sub-feature of Message throttling feature. This check-in adds the ability for the Consumer to specify a maxFrequency globally or per-subscription. |
| 3094 | jimurphy@adobe.com | 04 Sep 2008 11:48:17 | update 3.0.x with FP 10 build 10.0.0.591 |
| 3092 | clucier@adobe.com | 04 Sep 2008 11:07:33 | Removing 'RemoveItems' since it's currently not leveraged by States code-gen and nobody is using it as an override in other contexts.
|