Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06E56C39F for ; Tue, 7 Aug 2012 17:16:32 +0000 (UTC) Received: (qmail 14230 invoked by uid 500); 7 Aug 2012 17:16:31 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 14195 invoked by uid 500); 7 Aug 2012 17:16:31 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 14187 invoked by uid 99); 7 Aug 2012 17:16:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 17:16:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 17:15:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7CE592388C7B; Tue, 7 Aug 2012 17:14:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370370 [36/43] - in /incubator/flex/trunk/mustella/tests/mx: ./ binding/ binding/utils/ binding/utils/BindingUtils/ binding/utils/BindingUtils/SWFs/ binding/utils/BindingUtils/SWFs/assets/ binding/utils/BindingUtils/method/ binding/utils/... Date: Tue, 07 Aug 2012 17:13:35 -0000 To: flex-commits@incubator.apache.org From: pent@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120807171432.7CE592388C7B@eris.apache.org> Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_loadTypeStyle_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_loadTypeStyle_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_loadTypeStyle_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_loadTypeStyle_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + styleTest|ADVStyleTestClass { + teststyle_1_string_noinh : "cjString"; + teststyle_2_number_noinh : 111111; + teststyle_3_uint_inh : 34; + } + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setApplicationStyle_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setApplicationStyle_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setApplicationStyle_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setApplicationStyle_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,98 @@ + + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + s|Application { + teststyle_3_uint_inh:9999; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setGlobalStyle_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setGlobalStyle_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setGlobalStyle_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_setGlobalStyle_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,104 @@ + + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + global { + teststyle_3_uint_inh:9999; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_typeStyle_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_typeStyle_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_typeStyle_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_styleManager_typeStyle_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + styleTest|ADVStyleTestClass { + teststyle_1_string_noinh : "cjString"; + teststyle_3_uint_inh : 333; + teststyle_5_format_length_noinh : 60; + } + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_extend_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_extend_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_extend_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_extend_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,54 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + @namespace assets "assets.*"; + /* Type selector */ + styleTest|ADVStyleTestClass { + testextstyle_2_number_noinh : 22.22; + testextstyle_4_boolean_inh : true; + } + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,102 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + @namespace assets "assets.*"; + + /* Type selector */ + styleTest|ADVStyleTestClass { + teststyle_1_string_noinh : "testStr"; + teststyle_3_uint_inh : 34; + } + + styleTest|ADVStyleTestExtendClass { + testextstyle_1_string_noinh : "testextString"; + testextstyle_3_uint_inh : 431; + } + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_parent_main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_parent_main.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_parent_main.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/ADV_style_method_parent_main.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,111 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + @namespace assets "assets.*"; + + /* Class selector for parent container */ + .parentStyle { + teststyle_1_string_noinh : "parentString"; + teststyle_3_uint_inh : 67; + } + + .clientStyle1 { + teststyle_1_string_noinh : "addString"; + teststyle_2_number_noinh : 11.11; + teststyle_3_uint_inh : 456; + } + + .clientStyle2{ + teststyle_1_string_noinh : "removeStr"; + teststyle_3_uint_inh : 123; + teststyle_5_format_length_noinh : 100; + } + + .clientStyle3{ + teststyle_1_string_noinh : "removeStr"; + teststyle_3_uint_inh : 123; + teststyle_5_format_length_noinh : 100; + } + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundComp.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundComp.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundComp.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundComp.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,45 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundModule.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundModule.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundModule.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexClassTypeCompoundModule.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,88 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + /* Class Selector */ + .styleInComponent{ + teststyle_1_string_noinh : "componentString"; + teststyle_3_uint_inh : 34; + } + + .styleInComponentDiff{ + teststyle_1_string_noinh : "componentString"; + teststyle_3_uint_inh : 34; + } + + /* ID Selector */ + #componentADV{ + teststyle_1_string_noinh : "idCompString"; + teststyle_2_number_noinh : 12; + teststyle_3_uint_inh : 56; + } + + #componentADVDiff{ + teststyle_1_string_noinh : "idCompString"; + teststyle_2_number_noinh : 12; + teststyle_3_uint_inh : 56; + } + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,32 @@ + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescModule.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescModule.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescModule.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescModule.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,32 @@ + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperModule.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperModule.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperModule.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexDescSuperModule.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,32 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexModule.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexModule.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexModule.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/FlexModule.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,87 @@ + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @namespace styleTest "assets.styleTest.*"; + + styleTest|ADVStyleTestClass{ + teststyle_1_string_noinh : "moduleString"; + teststyle_3_uint_inh : 34; + teststyle_5_format_length_noinh : 100; + } + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/applicationStyle.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/applicationStyle.css?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/applicationStyle.css (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/applicationStyle.css Tue Aug 7 17:13:06 2012 @@ -0,0 +1,28 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +/* CSS file */ +@namespace s "library://ns.adobe.com/flex/spark"; +@namespace mx "library://ns.adobe.com/flex/mx"; +@namespace styleTest "assets.styleTest.*"; + +/* Application Selector */ +s|Application { + teststyle_2_number_noinh : 111; + teststyle_3_uint_inh : 0; +} \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/classTypeCompoundStyle.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/classTypeCompoundStyle.css?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/classTypeCompoundStyle.css (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/classTypeCompoundStyle.css Tue Aug 7 17:13:06 2012 @@ -0,0 +1,46 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +/* CSS file */ +@namespace s "library://ns.adobe.com/flex/spark"; +@namespace mx "library://ns.adobe.com/flex/mx"; +@namespace styleTest "assets.styleTest.*"; + +/* Type Selector */ +styleTest|ADVStyleTestClass { + teststyle_11_boolean_noinh : true; + teststyle_12_enum_string_inh : "firstType"; + + teststyle_15_state_string_noinh : "inlineStringHeavy"; + + teststyle_17_skin_state_noinh: ClassReference("assets.styleTest.ADVStyleTestSkin") + +} + + +/* Class Selector */ +.addStyle { + teststyle_1_string_noinh : "classString"; + + teststyle_5_format_length_noinh : 50px; + teststyle_6_format_time_noinh : 12000; + + teststyle_11_boolean_noinh : false; + teststyle_12_enum_string_inh : "secondType"; + +} \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexBorderContainerComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexBorderContainerComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexBorderContainerComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexBorderContainerComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexDataGroupComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexDataGroupComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexDataGroupComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexDataGroupComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexGroupComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexGroupComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexGroupComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexGroupComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxAccordionComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxAccordionComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxAccordionComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxAccordionComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,34 @@ + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxApplicationControlBarComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxApplicationControlBarComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxApplicationControlBarComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxApplicationControlBarComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxBoxComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxBoxComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxBoxComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxBoxComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxCanvasComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxCanvasComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxCanvasComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxCanvasComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxControlBarComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxControlBarComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxControlBarComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxControlBarComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxDividedBoxComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxDividedBoxComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxDividedBoxComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxDividedBoxComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxFormComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxFormComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxFormComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxFormComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxGridComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxGridComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxGridComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxGridComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxPanelComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxPanelComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxPanelComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxPanelComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTabNavigatorComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTabNavigatorComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTabNavigatorComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTabNavigatorComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTileComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTileComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTileComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexMxTileComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,33 @@ + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexNavigatorContentMxVSComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexNavigatorContentMxVSComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexNavigatorContentMxVSComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexNavigatorContentMxVSComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexPanelComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexPanelComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexPanelComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexPanelComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexSkinnableDataContainerComponent.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexSkinnableDataContainerComponent.mxml?rev=1370370&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexSkinnableDataContainerComponent.mxml (added) +++ incubator/flex/trunk/mustella/tests/mx/styles/AdvancedStyleClient/SWFs/assets/comp/FlexSkinnableDataContainerComponent.mxml Tue Aug 7 17:13:06 2012 @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + +