You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] git commit: [flex-asjs] [refs/heads/develop] - Added support for missing JS functions 'as', 'int', 'is', 'trace' and 'uint'. Having them be part of FlexJS removes the need to add them to the global namespace, preventing unnecessary pollution. - posted by er...@apache.org on 2013/11/01 12:31:52 UTC, 0 replies.
- [2/2] git commit: [flex-asjs] [refs/heads/develop] - Something doesn't like the use of 'int' as a member of 'Language', changed it to '_int'. - posted by er...@apache.org on 2013/11/01 12:31:53 UTC, 0 replies.
- [01/10] git commit: [flex-falcon] [refs/heads/develop] - Something doesn't like the use of 'int' as a member of the 'Language' class, changed it to '_int'. - posted by er...@apache.org on 2013/11/01 12:33:14 UTC, 0 replies.
- [02/10] git commit: [flex-falcon] [refs/heads/develop] - Test project for 'as' and 'is' operators in FlexJS. - posted by er...@apache.org on 2013/11/01 12:33:15 UTC, 0 replies.
- [03/10] git commit: [flex-falcon] [refs/heads/develop] - Fixed tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions - 'as', 'int', 'is', 'trace' and 'uint'. - posted by er...@apache.org on 2013/11/01 12:33:16 UTC, 0 replies.
- [04/10] git commit: [flex-falcon] [refs/heads/develop] - When available - which is not always the case in the tests - include the fully qualified interface name in the @extends annotation. - posted by er...@apache.org on 2013/11/01 12:33:17 UTC, 0 replies.
- [05/10] git commit: [flex-falcon] [refs/heads/develop] - With the introduction of 'org.apache.flex.utils.Language', these global utility functions, which fill in some of the language gaps between AS and JS, are no longer needed. - posted by er...@apache.org on 2013/11/01 12:33:18 UTC, 0 replies.
- [06/10] git commit: [flex-falcon] [refs/heads/develop] - The test implementation of the project compilation method didn't assign a value to the 'mainCU' property of 'FlexJSProject'. - posted by er...@apache.org on 2013/11/01 12:33:19 UTC, 0 replies.
- [07/10] git commit: [flex-falcon] [refs/heads/develop] - Added emission of 'org.apache.flex.utils.Language' methods and supporting code. - posted by er...@apache.org on 2013/11/01 12:33:20 UTC, 0 replies.
- [08/10] git commit: [flex-falcon] [refs/heads/develop] - Added project (multiple classes) support to FlexJS tests. - posted by er...@apache.org on 2013/11/01 12:33:21 UTC, 0 replies.
- [09/10] git commit: [flex-falcon] [refs/heads/develop] - Small fix to JS emitter and the addition of 'org.apache.flex.utils.Language' emission to the MXML emitter. - posted by er...@apache.org on 2013/11/01 12:33:22 UTC, 0 replies.
- [10/10] git commit: [flex-falcon] [refs/heads/develop] - Fixed some more tests to reflect the new location ('org.apache.flex.utils.Language') of the global language support functions. - posted by er...@apache.org on 2013/11/01 12:33:23 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #506 - posted by fl...@gmail.com on 2013/11/01 13:13:15 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #279 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/01 20:35:50 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33861 Flex Incorrectly Scaling Down Application mutella test pass: tests/mobile/* - posted by ma...@apache.org on 2013/11/01 23:27:38 UTC, 2 replies.
- [2/2] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop - posted by ma...@apache.org on 2013/11/01 23:27:39 UTC, 4 replies.
- Jenkins build is back to normal : flex-sdk_mustella #507 - posted by fl...@gmail.com on 2013/11/01 23:59:44 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #280 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/02 01:23:02 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Because of a dependency Falcon has on an old version of Guava, any versions of the Closure compiler after sept. 17, 2012 cause exceptions when doing a release build with FalconJx. - posted by er...@apache.org on 2013/11/02 09:59:56 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33853 Optimize UIDUtil/ RPCUIDUtil fromByteArray method - posted by ma...@apache.org on 2013/11/02 11:25:34 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Removing 'redundant type cast' compiler warnings from FalconJx tests. - posted by er...@apache.org on 2013/11/02 12:36:00 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - UPDATE FIX FLEX-33861 Flex Incorrectly Scaling Down Application set 1024 and 2048 as static vars so that they can be changed if needed - posted by ma...@apache.org on 2013/11/02 13:01:34 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - UPDATE FLEX-33813 (DataGrid goes blank when scrolled and dataProvider is changed) => also handle case when collection.source is set but collection.refresh() is not called, [Mustella test pass] - gumbo/compone - posted by ma...@apache.org on 2013/11/02 21:22:46 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Updated release notes to reflect recent JIRA changes - posted by jm...@apache.org on 2013/11/03 00:13:21 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33871 : spark.skins.mobile480.assets:ActionBarBackground not found - posted by ma...@apache.org on 2013/11/03 11:20:57 UTC, 0 replies.
- [1/2] git commit: [flex-utilities] [refs/heads/master] - NO JIRA: - Made the SDKGenerator process all found air and flex sdks in the right order by sorting the conversions according to the version information found in the sdks themselves. - posted by cd...@apache.org on 2013/11/03 16:03:46 UTC, 0 replies.
- [2/2] git commit: [flex-utilities] [refs/heads/master] - NO JIRA: - Implemented an alternative Deployer "SDKInVMDeployer" that allows deploying artifacts without installed Maven and with far greater performance, as all deployments are performed in VM wit - posted by cd...@apache.org on 2013/11/03 16:03:47 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX - FLEX-33865 ConstraintLayout optimization - posted by ma...@apache.org on 2013/11/04 09:55:49 UTC, 2 replies.
- git commit: [flex-asjs] [refs/heads/develop] - handle missing global selector - posted by ah...@apache.org on 2013/11/04 19:36:06 UTC, 0 replies.
- git commit: [flex-utilities] [refs/heads/master] - NO JIRA: - Changed the code to be java 1.6 compliant. - posted by cd...@apache.org on 2013/11/04 21:40:52 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33875 check to stop RTE - posted by jm...@apache.org on 2013/11/04 22:56:05 UTC, 2 replies.
- git commit: [flex-sdk] [refs/heads/develop] - update release notes with recent changes - posted by jm...@apache.org on 2013/11/04 22:57:06 UTC, 1 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Falcon: Updated guava.jar to the current release, 15.0 - posted by go...@apache.org on 2013/11/05 01:56:15 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIXED - 33877 - Avoid uneeded point allocation in BusyIndicator - posted by ma...@apache.org on 2013/11/05 11:53:21 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33878 avoid unnecessary matrix allocations - posted by ma...@apache.org on 2013/11/05 12:24:22 UTC, 0 replies.
- [1/4] git commit: [flex-asjs] [refs/heads/develop] - LanguageTests example. - posted by er...@apache.org on 2013/11/05 13:44:56 UTC, 0 replies.
- [2/4] git commit: [flex-asjs] [refs/heads/develop] - This allows pure Actionscript projects to be compiled using FalconJx. It's kinda like the 'Application.js', but different ; -) - posted by er...@apache.org on 2013/11/05 13:44:57 UTC, 0 replies.
- [3/4] git commit: [flex-asjs] [refs/heads/develop] - Actual implementation of 'is()'. - posted by er...@apache.org on 2013/11/05 13:44:58 UTC, 0 replies.
- [4/4] git commit: [flex-asjs] [refs/heads/develop] - If the 'interfaces' array is implemented as a class constant, the Closure Compiler (release mode) "optimises" it to a global variable, thereby making it unreachable with a class member access. When ins - posted by er...@apache.org on 2013/11/05 13:44:59 UTC, 0 replies.
- [01/11] git commit: [flex-falcon] [refs/heads/develop] - No longer needed, there is now a 'test case' example in the ASJS project. - posted by er...@apache.org on 2013/11/05 13:45:27 UTC, 0 replies.
- [02/11] git commit: [flex-falcon] [refs/heads/develop] - Cleaned up some TODOs ; -) - posted by er...@apache.org on 2013/11/05 13:45:28 UTC, 0 replies.
- [03/11] git commit: [flex-falcon] [refs/heads/develop] - Removed an @Ignore and TODO, with documentation. - posted by er...@apache.org on 2013/11/05 13:45:29 UTC, 0 replies.
- [04/11] git commit: [flex-falcon] [refs/heads/develop] - Fixed old TODO: handle parsing of 'rest' parameter. - posted by er...@apache.org on 2013/11/05 13:45:30 UTC, 0 replies.
- [05/11] git commit: [flex-falcon] [refs/heads/develop] - Build files now download latest version of Guava (15.0 at the time of writing) and Closure Compiler. - posted by er...@apache.org on 2013/11/05 13:45:31 UTC, 0 replies.
- [06/11] git commit: [flex-falcon] [refs/heads/develop] - Update tests with proper interface 'goog.require' statements - posted by er...@apache.org on 2013/11/05 13:45:32 UTC, 0 replies.
- [07/11] git commit: [flex-falcon] [refs/heads/develop] - Fetch and store all interface "imports" for use during the initial writing of the FlexJS classes - posted by er...@apache.org on 2013/11/05 13:45:33 UTC, 0 replies.
- [08/11] git commit: [flex-falcon] [refs/heads/develop] - Add missing 'instanceof' enumeration - posted by er...@apache.org on 2013/11/05 13:45:34 UTC, 0 replies.
- [09/11] git commit: [flex-falcon] [refs/heads/develop] - More changes to tests to match desired 'goog' JS output - posted by er...@apache.org on 2013/11/05 13:45:35 UTC, 0 replies.
- [10/11] git commit: [flex-falcon] [refs/heads/develop] - Added enumeration for the 'interfaces' array - posted by er...@apache.org on 2013/11/05 13:45:36 UTC, 0 replies.
- [11/11] git commit: [flex-falcon] [refs/heads/develop] - This is where all the magic happens ; -) - posted by er...@apache.org on 2013/11/05 13:45:37 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #287 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/05 14:06:10 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #194 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/05 15:46:31 UTC, 2 replies.
- Build failed in Jenkins: flex-sdk_release #305 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/05 17:52:52 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_release #306 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/05 18:49:21 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #288 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/05 19:02:23 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Adding DataGrid - ActionScript and JavaScript versions. Updated a number of component elements in JavaScript to extract beads using ValuesManager (bead references stored in CSS). Added JavaScript "interface" - posted by pe...@apache.org on 2013/11/05 20:26:46 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - DataGrid example. - posted by pe...@apache.org on 2013/11/05 21:11:17 UTC, 0 replies.
- [1/8] git commit: [flex-sdk] [refs/heads/develop] - add different handling of missing resource bundles for Falcon SWFs (at least for now). MXMLC makes an en_US bundle provide the bundles for other en_XX locales, Falcon doesn't do that so you fall throug - posted by ah...@apache.org on 2013/11/05 21:58:00 UTC, 0 replies.
- [2/8] adjustments for Falcon MXML codegen - posted by ah...@apache.org on 2013/11/05 21:58:01 UTC, 0 replies.
- [3/8] adjustments for Falcon MXML codegen - posted by ah...@apache.org on 2013/11/05 21:58:02 UTC, 0 replies.
- [4/8] git commit: [flex-sdk] [refs/heads/develop] - adjustments for Falcon MXML codegen - posted by ah...@apache.org on 2013/11/05 21:58:03 UTC, 0 replies.
- [5/8] remove file accidentally checked in - posted by ah...@apache.org on 2013/11/05 21:58:04 UTC, 0 replies.
- [6/8] git commit: [flex-sdk] [refs/heads/develop] - remove file accidentally checked in - posted by ah...@apache.org on 2013/11/05 21:58:05 UTC, 0 replies.
- [7/8] git commit: [flex-sdk] [refs/heads/develop] - remove Mustella tests that had no chance of running (required a Flex 2.0 SWC or used incorrect compiler params - posted by ah...@apache.org on 2013/11/05 21:58:06 UTC, 0 replies.
- [8/8] git commit: [flex-sdk] [refs/heads/develop] - forgot that Resources can be used outside of a Flex app - posted by ah...@apache.org on 2013/11/05 21:58:07 UTC, 0 replies.
- [1/3] git commit: [flex-falcon] [refs/heads/develop] - More binding fixes - posted by ah...@apache.org on 2013/11/05 21:58:29 UTC, 0 replies.
- [2/3] git commit: [flex-falcon] [refs/heads/develop] - Add flag to info() structure so we can tell if a SWF was compiled by Falcon - posted by ah...@apache.org on 2013/11/05 21:58:30 UTC, 0 replies.
- [3/3] git commit: [flex-falcon] [refs/heads/develop] - Switch mxml properties to private var so each layer of inheritance will run it in the same order as MXMLC would do it. Also don't put protected/private vars in the descriptor stream. And handle fx: - posted by ah...@apache.org on 2013/11/05 21:58:31 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Added another pathway for finding 'goog' files by their class name. - posted by er...@apache.org on 2013/11/06 06:48:11 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - Make room for more class metadata on JS classes: FLEXJS_CLASS_INFO. Changed implementation of interface info array to match the new wrapping info object. - posted by er...@apache.org on 2013/11/06 10:03:12 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - Changed tests to reflect FLEXJS_CLASS_INFO metadata storage. - posted by er...@apache.org on 2013/11/06 10:03:13 UTC, 0 replies.
- [1/5] git commit: [flex-asjs] [refs/heads/develop] - FlexJS interface support is now implemented. Changing the framework in order to make the 'asjs' examples work again. - posted by er...@apache.org on 2013/11/06 10:05:26 UTC, 0 replies.
- [2/5] git commit: [flex-asjs] [refs/heads/develop] - 'goog' doesn't like 'use strict' when running in debug mode. - posted by er...@apache.org on 2013/11/06 10:05:27 UTC, 0 replies.
- [3/5] git commit: [flex-asjs] [refs/heads/develop] - These changes for the interface implementation are needed to make the 'DataGridExample' example work. - posted by er...@apache.org on 2013/11/06 10:05:28 UTC, 0 replies.
- [4/5] git commit: [flex-asjs] [refs/heads/develop] - Changed 'is' operator handling to use the new FLEXJS_CLASS_INFO metadata storage. - posted by er...@apache.org on 2013/11/06 10:05:29 UTC, 0 replies.
- [5/5] git commit: [flex-asjs] [refs/heads/develop] - Changed JS framework classes to implement the new FLEXJS_CLASS_INFO metadata storage. - posted by er...@apache.org on 2013/11/06 10:05:30 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Switch back to @const JSDoc annotation for the metadata object declaration. - posted by er...@apache.org on 2013/11/06 10:27:46 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Updated tests with '@const' instead of '@expose' - posted by er...@apache.org on 2013/11/06 10:30:42 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Get JS binding data to match - posted by ah...@apache.org on 2013/11/07 01:54:08 UTC, 0 replies.
- [1/3] git commit: [flex-asjs] [refs/heads/develop] - adjust startup APIs. Falcon will inject call to generateMXMLProperties in constructor - posted by ah...@apache.org on 2013/11/07 01:54:51 UTC, 0 replies.
- [2/3] git commit: [flex-asjs] [refs/heads/develop] - Looks like 'somestring' is String requires special casing because string literals are not Strings - posted by ah...@apache.org on 2013/11/07 01:54:52 UTC, 0 replies.
- [3/3] git commit: [flex-asjs] [refs/heads/develop] - adjust for changes to databinding codegen changes - posted by ah...@apache.org on 2013/11/07 01:54:53 UTC, 0 replies.
- [1/2] Adding the new Tour de Flex Mobile app contributed by George Yabra JIRA Ticket: https://issues.apache.org/jira/browse/FLEX-33839 - posted by bi...@apache.org on 2013/11/07 02:06:07 UTC, 0 replies.
- [2/2] git commit: [flex-examples] [refs/heads/develop] - Adding the new Tour de Flex Mobile app contributed by George Yabra JIRA Ticket: https://issues.apache.org/jira/browse/FLEX-33839 - posted by bi...@apache.org on 2013/11/07 02:06:08 UTC, 0 replies.
- [01/17] git commit: [flex-asjs] [refs/heads/develop] - First run of gjslint on the entire 'org.apache.flex' directory: 'gjslint -r ./' - posted by er...@apache.org on 2013/11/07 14:58:20 UTC, 0 replies.
- [02/17] git commit: [flex-asjs] [refs/heads/develop] - Fixed 'tabs instead of spaces'. - posted by er...@apache.org on 2013/11/07 14:58:21 UTC, 0 replies.
- [03/17] git commit: [flex-asjs] [refs/heads/develop] - Fixed 'line too long'. - posted by er...@apache.org on 2013/11/07 14:58:22 UTC, 0 replies.
- [04/17] git commit: [flex-asjs] [refs/heads/develop] - Fixed JSDoc annotations. - posted by er...@apache.org on 2013/11/07 14:58:23 UTC, 0 replies.
- [05/17] Run of 'gjslint' with --strict argument. Lot's of indentation and too long line fixes. - posted by er...@apache.org on 2013/11/07 14:58:24 UTC, 0 replies.
- [06/17] Run of 'gjslint' with --strict argument. Lot's of indentation and too long line fixes. - posted by er...@apache.org on 2013/11/07 14:58:25 UTC, 0 replies.
- [07/17] git commit: [flex-asjs] [refs/heads/develop] - Run of 'gjslint' with --strict argument. Lot's of indentation and too long line fixes. - posted by er...@apache.org on 2013/11/07 14:58:26 UTC, 0 replies.
- [08/17] git commit: [flex-asjs] [refs/heads/develop] - Was working too deep, forgot about 'flash' and 'mx' classes. Fixed whitespace according to --strict run results. - posted by er...@apache.org on 2013/11/07 14:58:27 UTC, 0 replies.
- [09/17] Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction. - posted by er...@apache.org on 2013/11/07 14:58:28 UTC, 0 replies.
- [10/17] Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction. - posted by er...@apache.org on 2013/11/07 14:58:29 UTC, 0 replies.
- [11/17] git commit: [flex-asjs] [refs/heads/develop] - Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction. - posted by er...@apache.org on 2013/11/07 14:58:30 UTC, 0 replies.
- [12/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'implied global' error. - posted by er...@apache.org on 2013/11/07 14:58:31 UTC, 0 replies.
- [13/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'variable not defined' error. - posted by er...@apache.org on 2013/11/07 14:58:32 UTC, 0 replies.
- [14/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'variable not defined' error. - posted by er...@apache.org on 2013/11/07 14:58:33 UTC, 0 replies.
- [15/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'variable not defined' error. - posted by er...@apache.org on 2013/11/07 14:58:34 UTC, 0 replies.
- [16/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'variable not defined' error. - posted by er...@apache.org on 2013/11/07 14:58:35 UTC, 0 replies.
- [17/17] git commit: [flex-asjs] [refs/heads/develop] - JSHint: fixed 'variable not defined' error. - posted by er...@apache.org on 2013/11/07 14:58:36 UTC, 0 replies.
- [1/2] git commit: [flex-asjs] [refs/heads/develop] - Removing FlexJSTest as it is no longer relevant. - posted by pe...@apache.org on 2013/11/07 18:02:26 UTC, 0 replies.
- [2/2] git commit: [flex-asjs] [refs/heads/develop] - Rename FlexJSTest_again to FlexJSTest_basic. - posted by pe...@apache.org on 2013/11/07 18:02:27 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - An example of how API parity would look. I started at SimpleStateImpl and worked my way up ; -) - posted by er...@apache.org on 2013/11/07 20:27:48 UTC, 1 replies.
- [1/3] git commit: [flex-asjs] [refs/heads/develop] - Update gitignore file to include html-template directory - posted by bi...@apache.org on 2013/11/07 20:36:28 UTC, 0 replies.
- [2/3] git commit: [flex-asjs] [refs/heads/develop] - If bead value is not found, prevent set states from blowing up. - posted by bi...@apache.org on 2013/11/07 20:36:29 UTC, 1 replies.
- [3/3] git commit: [flex-asjs] [refs/heads/develop] - Added null check when searching value in "global" - posted by bi...@apache.org on 2013/11/07 20:36:30 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #197 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/07 22:12:18 UTC, 1 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33885 improve memory performance - posted by jm...@apache.org on 2013/11/08 00:37:10 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Updated release notes with recent changes - posted by jm...@apache.org on 2013/11/08 00:46:28 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX Flex 38862 (modal popup not working) - posted by ma...@apache.org on 2013/11/08 01:59:38 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - Fixing these tests to work properly with the new-ish dependency resolving (I think, not really sure when the old behaviour changed). - posted by er...@apache.org on 2013/11/09 02:00:03 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33887 "super.foo = value; " is now correctly translated to "goog.base(this, 'set_foo', value); " - posted by er...@apache.org on 2013/11/09 02:00:04 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33879 fix scrolling issue - posted by jm...@apache.org on 2013/11/09 04:36:51 UTC, 0 replies.
- svn commit: r1540258 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 06:59:56 UTC, 0 replies.
- svn commit: r885954 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 07:00:49 UTC, 0 replies.
- svn commit: r885956 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 07:08:20 UTC, 0 replies.
- svn commit: r1540259 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 07:12:43 UTC, 0 replies.
- svn commit: r885959 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 07:13:08 UTC, 0 replies.
- svn commit: r885960 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 07:14:18 UTC, 0 replies.
- svn commit: r885961 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 07:17:39 UTC, 0 replies.
- svn commit: r1540262 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 07:46:10 UTC, 0 replies.
- svn commit: r885964 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 07:46:28 UTC, 0 replies.
- svn commit: r885965 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 07:47:19 UTC, 0 replies.
- svn commit: r1540263 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 07:59:21 UTC, 0 replies.
- svn commit: r885967 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 07:59:41 UTC, 0 replies.
- svn commit: r885968 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 08:00:02 UTC, 0 replies.
- svn commit: r1540268 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 08:27:27 UTC, 0 replies.
- svn commit: r885973 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 08:27:42 UTC, 0 replies.
- svn commit: r885974 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 08:27:56 UTC, 0 replies.
- svn commit: r1540269 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 08:32:16 UTC, 0 replies.
- svn commit: r885975 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 08:32:22 UTC, 0 replies.
- svn commit: r885976 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 08:33:45 UTC, 0 replies.
- svn commit: r1540272 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 08:39:10 UTC, 0 replies.
- svn commit: r885978 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 08:39:20 UTC, 0 replies.
- svn commit: r885979 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 08:40:06 UTC, 0 replies.
- svn commit: r1540275 - /flex/site/trunk/content/about-people.cmsPage - posted by bi...@apache.org on 2013/11/09 08:58:22 UTC, 0 replies.
- svn commit: r885981 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/09 08:58:36 UTC, 0 replies.
- svn commit: r885982 - in /websites/production/flex: cgi-bin/ content/ - posted by bi...@apache.org on 2013/11/09 08:59:22 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella-air #331 - posted by fl...@gmail.com on 2013/11/09 13:13:18 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #295 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/09 19:52:43 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33874 improve binding performance - posted by jm...@apache.org on 2013/11/10 00:03:48 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #525 - posted by fl...@gmail.com on 2013/11/10 00:41:03 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #357 - posted by fl...@gmail.com on 2013/11/10 03:19:38 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk #416 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/10 16:27:17 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #296 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/10 19:45:28 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Revert "FLEX-33874 improve binding performance" - posted by jm...@apache.org on 2013/11/11 08:09:37 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #526 - posted by fl...@gmail.com on 2013/11/11 08:37:58 UTC, 1 replies.
- Build failed in Jenkins: flex-sdk_mustella #527 - posted by fl...@gmail.com on 2013/11/11 18:06:13 UTC, 1 replies.
- Jenkins build is back to normal : flex-sdk_mustella-mobile #358 - posted by fl...@gmail.com on 2013/11/11 20:42:11 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Fix test base; have source path match example project rename. - posted by er...@apache.org on 2013/11/11 23:41:49 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #528 - posted by fl...@gmail.com on 2013/11/12 06:08:05 UTC, 0 replies.
- [1/4] Initial commit of 'correct' whitespace emission. - posted by er...@apache.org on 2013/11/12 12:05:14 UTC, 7 replies.
- [2/4] git commit: [flex-falcon] [refs/heads/develop] - Initial commit of 'correct' whitespace emission. - posted by er...@apache.org on 2013/11/12 12:05:15 UTC, 0 replies.
- [3/4] git commit: [flex-falcon] [refs/heads/develop] - Some more 'corrections' for whitespace emission. - posted by er...@apache.org on 2013/11/12 12:05:16 UTC, 0 replies.
- [4/4] git commit: [flex-falcon] [refs/heads/develop] - Merge branch 'refs/heads/develop_whitespace' into develop - posted by er...@apache.org on 2013/11/12 12:05:17 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #529 - posted by fl...@gmail.com on 2013/11/12 18:09:49 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk #417 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/12 20:26:51 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop_strictest] - Initial commit of framework changes to make the "very strict" warnings go away. - posted by er...@apache.org on 2013/11/12 21:07:57 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop_strictest] - Add strictest possible compiler flags to the publisher. - posted by er...@apache.org on 2013/11/12 21:10:21 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop_strictest] - Remove some 'success' System.out calls, to make the not so successful ones stand out. - posted by er...@apache.org on 2013/11/12 21:10:22 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Support custom styles in fx:Style blocks - posted by ah...@apache.org on 2013/11/13 00:57:46 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - output encoded CSS from fx:Style blocks - posted by ah...@apache.org on 2013/11/13 00:57:52 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after discussion on dev@f.a.o - posted by bi...@apache.org on 2013/11/13 03:07:26 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #530 - posted by fl...@gmail.com on 2013/11/13 06:13:56 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop_strictest] - output encoded CSS from fx:Style blocks - posted by er...@apache.org on 2013/11/13 08:13:56 UTC, 0 replies.
- [1/2] git commit: [flex-asjs] [refs/heads/develop_strictest] - Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after discussion on dev@f.a.o - posted by er...@apache.org on 2013/11/13 08:16:28 UTC, 0 replies.
- [2/2] git commit: [flex-asjs] [refs/heads/develop_strictest] - Support custom styles in fx:Style blocks - posted by er...@apache.org on 2013/11/13 08:16:29 UTC, 0 replies.
- [01/11] git commit: [flex-asjs] [refs/heads/develop] - Initial commit of framework changes to make the "very strict" warnings go away. - posted by er...@apache.org on 2013/11/13 11:44:32 UTC, 0 replies.
- [02/11] git commit: [flex-asjs] [refs/heads/develop] - Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after discussion on dev@f.a.o - posted by er...@apache.org on 2013/11/13 11:44:33 UTC, 0 replies.
- [03/11] git commit: [flex-asjs] [refs/heads/develop] - Support custom styles in fx:Style blocks - posted by er...@apache.org on 2013/11/13 11:44:34 UTC, 0 replies.
- [04/11] git commit: [flex-asjs] [refs/heads/develop] - Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl" - posted by er...@apache.org on 2013/11/13 11:44:35 UTC, 0 replies.
- [05/11] git commit: [flex-asjs] [refs/heads/develop] - Added '@suppress {checkTypes}' to hide the warning caused by having an assignment in an interface, which we need to make 'is()' work. - posted by er...@apache.org on 2013/11/13 11:44:36 UTC, 0 replies.
- [06/11] git commit: [flex-asjs] [refs/heads/develop] - Fixed type checking issue when using '-strict' compiler setting. - posted by er...@apache.org on 2013/11/13 11:44:37 UTC, 0 replies.
- [07/11] git commit: [flex-asjs] [refs/heads/develop] - Fixed some more type checking issues when using '-strict' compiler setting. - posted by er...@apache.org on 2013/11/13 11:44:38 UTC, 0 replies.
- [08/11] git commit: [flex-asjs] [refs/heads/develop] - Disabled type checking on arguments of 'is()' and 'as()' entirely. - posted by er...@apache.org on 2013/11/13 11:44:39 UTC, 0 replies.
- [09/11] git commit: [flex-asjs] [refs/heads/develop] - Fixed type check. - posted by er...@apache.org on 2013/11/13 11:44:40 UTC, 0 replies.
- [10/11] git commit: [flex-asjs] [refs/heads/develop] - Revert "Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl"" - posted by er...@apache.org on 2013/11/13 11:44:41 UTC, 0 replies.
- [11/11] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'refs/heads/develop_strictest' into develop - posted by er...@apache.org on 2013/11/13 11:44:42 UTC, 0 replies.
- [1/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl" - posted by er...@apache.org on 2013/11/13 11:44:56 UTC, 0 replies.
- [2/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Added '@suppress {checkTypes}' to hide the warning caused by having an assignment in an interface, which we need to make 'is()' work. - posted by er...@apache.org on 2013/11/13 11:44:57 UTC, 0 replies.
- [3/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Fixed type checking issue when using '-strict' compiler setting. - posted by er...@apache.org on 2013/11/13 11:44:58 UTC, 0 replies.
- [4/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Fixed some more type checking issues when using '-strict' compiler setting. - posted by er...@apache.org on 2013/11/13 11:44:59 UTC, 0 replies.
- [5/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Disabled type checking on arguments of 'is()' and 'as()' entirely. - posted by er...@apache.org on 2013/11/13 11:45:00 UTC, 0 replies.
- [6/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Fixed type check. - posted by er...@apache.org on 2013/11/13 11:45:01 UTC, 0 replies.
- [7/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Revert "Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl"" - posted by er...@apache.org on 2013/11/13 11:45:02 UTC, 0 replies.
- [1/5] git commit: [flex-falcon] [refs/heads/develop_strictest] - Changed the test file to correct a mistake in the @param type emission. - posted by er...@apache.org on 2013/11/13 11:46:01 UTC, 0 replies.
- [2/5] git commit: [flex-falcon] [refs/heads/develop_strictest] - Fixed the JSDoc emission to allow for fully qualified type names as a parameter. - posted by er...@apache.org on 2013/11/13 11:46:02 UTC, 0 replies.
- [3/5] git commit: [flex-falcon] [refs/heads/develop_strictest] - '@this' JSDoc annotation not needed for methods on the class prototype. - posted by er...@apache.org on 2013/11/13 11:46:03 UTC, 0 replies.
- [4/5] git commit: [flex-falcon] [refs/heads/develop_strictest] - Removed '@this' JSDoc annotations from the tests. - posted by er...@apache.org on 2013/11/13 11:46:04 UTC, 0 replies.
- [5/5] git commit: [flex-falcon] [refs/heads/develop_strictest] - Added '-strict-publish' argument. Made the use of strict compiler flags when publishing optional. - posted by er...@apache.org on 2013/11/13 11:46:05 UTC, 0 replies.
- [1/7] git commit: [flex-falcon] [refs/heads/develop] - Changed the test file to correct a mistake in the @param type emission. - posted by er...@apache.org on 2013/11/13 11:50:02 UTC, 0 replies.
- [2/7] git commit: [flex-falcon] [refs/heads/develop] - Remove some 'success' System.out calls, to make the not so successful ones stand out. - posted by er...@apache.org on 2013/11/13 11:50:03 UTC, 0 replies.
- [3/7] git commit: [flex-falcon] [refs/heads/develop] - Add strictest possible compiler flags to the publisher. - posted by er...@apache.org on 2013/11/13 11:50:04 UTC, 0 replies.
- [4/7] git commit: [flex-falcon] [refs/heads/develop] - '@this' JSDoc annotation not needed for methods on the class prototype. - posted by er...@apache.org on 2013/11/13 11:50:05 UTC, 0 replies.
- [5/7] git commit: [flex-falcon] [refs/heads/develop] - Removed '@this' JSDoc annotations from the tests. - posted by er...@apache.org on 2013/11/13 11:50:06 UTC, 0 replies.
- [6/7] git commit: [flex-falcon] [refs/heads/develop] - Added '-strict-publish' argument. Made the use of strict compiler flags when publishing optional. - posted by er...@apache.org on 2013/11/13 11:50:07 UTC, 0 replies.
- [7/7] git commit: [flex-falcon] [refs/heads/develop] - Fixed the JSDoc emission to allow for fully qualified type names as a parameter. - posted by er...@apache.org on 2013/11/13 11:50:08 UTC, 0 replies.
- [1/9] git commit: [flex-falcon] [refs/heads/develop] - Add strictest possible compiler flags to the publisher. - posted by er...@apache.org on 2013/11/13 11:52:20 UTC, 0 replies.
- [2/9] git commit: [flex-falcon] [refs/heads/develop] - Remove some 'success' System.out calls, to make the not so successful ones stand out. - posted by er...@apache.org on 2013/11/13 11:52:21 UTC, 0 replies.
- [3/9] git commit: [flex-falcon] [refs/heads/develop] - output encoded CSS from fx:Style blocks - posted by er...@apache.org on 2013/11/13 11:52:22 UTC, 0 replies.
- [4/9] git commit: [flex-falcon] [refs/heads/develop] - Changed the test file to correct a mistake in the @param type emission. - posted by er...@apache.org on 2013/11/13 11:52:23 UTC, 0 replies.
- [5/9] git commit: [flex-falcon] [refs/heads/develop] - Fixed the JSDoc emission to allow for fully qualified type names as a parameter. - posted by er...@apache.org on 2013/11/13 11:52:24 UTC, 0 replies.
- [6/9] git commit: [flex-falcon] [refs/heads/develop] - '@this' JSDoc annotation not needed for methods on the class prototype. - posted by er...@apache.org on 2013/11/13 11:52:25 UTC, 0 replies.
- [7/9] git commit: [flex-falcon] [refs/heads/develop] - Removed '@this' JSDoc annotations from the tests. - posted by er...@apache.org on 2013/11/13 11:52:26 UTC, 0 replies.
- [8/9] git commit: [flex-falcon] [refs/heads/develop] - Added '-strict-publish' argument. Made the use of strict compiler flags when publishing optional. - posted by er...@apache.org on 2013/11/13 11:52:27 UTC, 0 replies.
- [9/9] git commit: [flex-falcon] [refs/heads/develop] - Merge branch 'refs/heads/develop_strictest' into develop - posted by er...@apache.org on 2013/11/13 11:52:28 UTC, 0 replies.
- [1/3] git commit: [flex-asjs] [refs/heads/develop] - Fix some warnings when publishing with '-strict-publishing' - posted by er...@apache.org on 2013/11/13 14:05:53 UTC, 0 replies.
- [2/3] git commit: [flex-asjs] [refs/heads/develop] - If the view doesn't have cssData (as with the DataGridExample), this prevents an exception. - posted by er...@apache.org on 2013/11/13 14:05:54 UTC, 0 replies.
- [3/3] git commit: [flex-asjs] [refs/heads/develop] - Fix type checking: instanceof doesn't work with interfaces. - posted by er...@apache.org on 2013/11/13 14:05:55 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Added missing pieces to make custom itemRenderers work. - posted by pe...@apache.org on 2013/11/13 17:23:14 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - If this.positioner is unset when this.element is created, this.positioner is set to this.element. Fixes issues where a component does not implement its own createElement() function and relies on UIBase to do - posted by pe...@apache.org on 2013/11/13 17:58:25 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #531 - posted by fl...@gmail.com on 2013/11/13 18:16:23 UTC, 0 replies.
- [1/2] git commit: [flex-asjs] [refs/heads/develop] - Added missing 'interface' metadata - posted by er...@apache.org on 2013/11/13 19:01:29 UTC, 0 replies.
- [2/2] git commit: [flex-asjs] [refs/heads/develop] - Added null check - posted by er...@apache.org on 2013/11/13 19:01:30 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #532 - posted by fl...@gmail.com on 2013/11/14 06:21:56 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - Created failing test for 'goog.base' for getter/setter accessors. - posted by er...@apache.org on 2013/11/14 10:31:15 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33887 'super' is now correctly parsed to 'goog.base' in real world scenario. - posted by er...@apache.org on 2013/11/14 10:31:16 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #533 - posted by fl...@gmail.com on 2013/11/14 18:29:09 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIXED FLEX-33899 DataGrid goes blank when removing last item from dataProvider when requestedRowCount is set FIXED mispelled variable that caused getter to be used instead. - posted by ma...@apache.org on 2013/11/14 21:36:41 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX - FLEX-33881 Add option to not store AbstractInvoker last call result updated asdoc not tested with mustella - posted by ma...@apache.org on 2013/11/15 03:19:49 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #534 - posted by fl...@gmail.com on 2013/11/15 06:37:38 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Revert "FLEX-33879 fix scrolling issue" - posted by jm...@apache.org on 2013/11/15 08:18:26 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - keeping release notes in sync, hopefully the two issues marked [REVERTED] can be fixed - posted by jm...@apache.org on 2013/11/15 08:23:52 UTC, 0 replies.
- [1/9] git commit: [flex-asjs] [refs/heads/develop] - Made argument optional. - posted by er...@apache.org on 2013/11/15 15:56:15 UTC, 0 replies.
- [2/9] git commit: [flex-asjs] [refs/heads/develop] - Added support for the lookup of interfaces implemented on super classes - posted by er...@apache.org on 2013/11/15 15:56:16 UTC, 0 replies.
- [3/9] git commit: [flex-asjs] [refs/heads/develop] - Added tests for super classes implementing interfaces - posted by er...@apache.org on 2013/11/15 15:56:17 UTC, 0 replies.
- [4/9] git commit: [flex-asjs] [refs/heads/develop] - FLEX-33903 changed 'as()' method to throw an exception when a type coercion fails - posted by er...@apache.org on 2013/11/15 15:56:18 UTC, 0 replies.
- [5/9] git commit: [flex-asjs] [refs/heads/develop] - Added type coercion example to project - posted by er...@apache.org on 2013/11/15 15:56:19 UTC, 0 replies.
- [6/9] Added or supplemented class metadata and corrected some type fixes - posted by er...@apache.org on 2013/11/15 15:56:20 UTC, 0 replies.
- [7/9] git commit: [flex-asjs] [refs/heads/develop] - Added or supplemented class metadata and corrected some type fixes - posted by er...@apache.org on 2013/11/15 15:56:21 UTC, 0 replies.
- [8/9] git commit: [flex-asjs] [refs/heads/develop] - Added a check for a superclass that's not in the FlexJS framework or the project files (i.e. it's in the goog library) and added metadata - posted by er...@apache.org on 2013/11/15 15:56:22 UTC, 0 replies.
- [9/9] git commit: [flex-asjs] [refs/heads/develop] - Changed the storage and retrieval of CSS properties and associated (super) class name metadata - posted by er...@apache.org on 2013/11/15 15:56:23 UTC, 0 replies.
- Git Push Summary - posted by er...@apache.org on 2013/11/15 15:56:31 UTC, 1 replies.
- [1/8] git commit: [flex-falcon] [refs/heads/develop] - Add emission of 'name' and 'qName' metadata for every class - posted by er...@apache.org on 2013/11/15 15:57:01 UTC, 0 replies.
- [2/8] git commit: [flex-falcon] [refs/heads/develop] - Adjusted tests for 'name' and 'qName' metadata - posted by er...@apache.org on 2013/11/15 15:57:02 UTC, 0 replies.
- [3/8] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33903 emit class coercions as 'as()' method calls, with a third argument to force an exception to be thrown is the type check fails - posted by er...@apache.org on 2013/11/15 15:57:03 UTC, 0 replies.
- [4/8] git commit: [flex-falcon] [refs/heads/develop] - Change tests for new type coercion using 'as()' - posted by er...@apache.org on 2013/11/15 15:57:04 UTC, 0 replies.
- [5/8] git commit: [flex-falcon] [refs/heads/develop] - Correct emission of 'Metadata' JSDoc - posted by er...@apache.org on 2013/11/15 15:57:05 UTC, 0 replies.
- [6/8] git commit: [flex-falcon] [refs/heads/develop] - The 'AddEventListener' method is marked 'deprecated' in the goog library, so the compiler complains we use it. This makes it ignore those warnings. - posted by er...@apache.org on 2013/11/15 15:57:06 UTC, 0 replies.
- [7/8] git commit: [flex-falcon] [refs/heads/develop] - We want the 'goog.require' statements in the top most file possible. The prior recursion caused it to sometimes be included in the bottom most file. 'Unwinding' the recursion a bit now results in pro - posted by er...@apache.org on 2013/11/15 15:57:07 UTC, 0 replies.
- [8/8] git commit: [flex-falcon] [refs/heads/develop] - Changed tests to match the new 'Metadata' JSDoc header - posted by er...@apache.org on 2013/11/15 15:57:08 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #535 - posted by fl...@gmail.com on 2013/11/15 18:46:27 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Make CSS selector independent from the 'className' property. Instead use the class metadata. - posted by er...@apache.org on 2013/11/15 18:47:50 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #536 - posted by fl...@gmail.com on 2013/11/16 10:59:46 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #342 - posted by fl...@gmail.com on 2013/11/16 11:17:34 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella-air #343 - posted by fl...@gmail.com on 2013/11/16 12:40:57 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Null checks to make GCC warnings go away - posted by er...@apache.org on 2013/11/16 16:19:45 UTC, 0 replies.
- [1/5] git commit: [flex-falcon] [refs/heads/develop] - Added JSDoc file annotation with @suppress to make the remaining GCC type warnings go away. There are small inconsistencies between the AS and goog JS type (e.g. in goog, 'string' is not an Object), - posted by er...@apache.org on 2013/11/16 16:20:19 UTC, 0 replies.
- [2/5] git commit: [flex-falcon] [refs/heads/develop] - Revert "Added JSDoc file annotation with @suppress to make the remaining GCC type warnings go away. There are small inconsistencies between the AS and goog JS type (e.g. in goog, 'string' is not an O - posted by er...@apache.org on 2013/11/16 16:20:20 UTC, 0 replies.
- [3/5] git commit: [flex-falcon] [refs/heads/develop] - Trying again: added JSDoc file annotation with @suppress to make the remaining GCC type warnings go away. There are small inconsistencies between the AS and goog JS type (e.g. in goog, 'string' is no - posted by er...@apache.org on 2013/11/16 16:20:21 UTC, 0 replies.
- [4/5] git commit: [flex-falcon] [refs/heads/develop] - Changed tests with the new file 'header' JSDoc with @suppress {checkTypes} - posted by er...@apache.org on 2013/11/16 16:20:22 UTC, 0 replies.
- [5/5] git commit: [flex-falcon] [refs/heads/develop] - Made the default for the --strict-publish argument 'true', so the warning are for all to see, unless switched off with --strict-publish=false. Since we're down to the low tens of warnings, it's worth - posted by er...@apache.org on 2013/11/16 16:20:23 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - The GoogDepsWriter didn't completely capture the full dependency tree for 'goog' classes. Excluding those classes from the custom dependency writer and including the entire 'goog' library and it's 'deps.js - posted by er...@apache.org on 2013/11/16 20:29:41 UTC, 0 replies.
- [1/2] git commit: [flex-asjs] [refs/heads/develop] - Additional null checks to make GCC warnings go away - posted by er...@apache.org on 2013/11/16 20:30:04 UTC, 0 replies.
- [2/2] git commit: [flex-asjs] [refs/heads/develop] - Some more null checks to make GCC warnings go away - posted by er...@apache.org on 2013/11/16 20:30:05 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIXED broken mustella tests after : FIXED mispelled variable that caused getter to be used instead. - posted by ma...@apache.org on 2013/11/16 21:09:47 UTC, 2 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Updated ASDOC comments for the GridColumn.sortCompareType to be more descriptive. - posted by mk...@apache.org on 2013/11/17 00:59:26 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - Found the proper order in which to feed the files to the compiler. No more warnings!!! - posted by er...@apache.org on 2013/11/17 11:49:18 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - Removing old code - posted by er...@apache.org on 2013/11/17 11:49:19 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - One last null checks to make the last of the GCC warnings go away - posted by er...@apache.org on 2013/11/17 11:49:59 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Created defaults for the mandatory FlexJS command line arguments. You can now build a FlexJS project by specifying only the '-load-config', '-sdk-js-lib' and '-closure-lib' arguments (and of course the mai - posted by er...@apache.org on 2013/11/17 14:53:14 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #537 - posted by fl...@gmail.com on 2013/11/17 15:03:27 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Updated jenkins.sh for Mustella VM with latest FP and AIR betas - posted by er...@apache.org on 2013/11/17 16:57:36 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - Add support for FP 12 and AIR 4 beta. - posted by jm...@apache.org on 2013/11/17 22:43:59 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - Tentative FIX of FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - tested on iPad - could not run mustella mobile tests - posted by ma...@apache.org on 2013/11/18 01:05:18 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #300 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 02:57:57 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella #538 - posted by fl...@gmail.com on 2013/11/18 03:00:45 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #301 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 04:23:39 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #369 - posted by fl...@gmail.com on 2013/11/18 05:37:30 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - Added new FP and AIR support notes - posted by jm...@apache.org on 2013/11/18 11:53:53 UTC, 0 replies.
- [2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33912 Added Chinese translation - checked via google translate - posted by jm...@apache.org on 2013/11/18 11:53:54 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - UPDATED - Tentative FIX of FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - updated mustella baseline bitmaps following failures. Typical difference is that th - posted by ma...@apache.org on 2013/11/18 12:52:52 UTC, 0 replies.
- svn commit: r1543011 - /flex/site/trunk/content/about-people.cmsPage - posted by ma...@apache.org on 2013/11/18 13:10:56 UTC, 0 replies.
- svn commit: r887093 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/about-people.html - posted by bu...@apache.org on 2013/11/18 13:13:52 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk #421 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 13:33:38 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #302 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 13:36:07 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk #422 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 14:30:30 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #303 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/18 15:51:19 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #370 - posted by fl...@gmail.com on 2013/11/18 17:39:02 UTC, 1 replies.
- [1/3] git commit: [flex-asjs] [refs/heads/develop] - shim IStateClient2 to make SWF compiler happy - posted by ah...@apache.org on 2013/11/18 20:36:32 UTC, 0 replies.
- [2/3] add framework shim classes so framework.swc no longer needed - posted by ah...@apache.org on 2013/11/18 20:36:33 UTC, 0 replies.
- [3/3] git commit: [flex-asjs] [refs/heads/develop] - add framework shim classes so framework.swc no longer needed - posted by ah...@apache.org on 2013/11/18 20:36:34 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - add option to read fb project files to get compiler options. Not all options are supported yet. - posted by ah...@apache.org on 2013/11/18 20:36:35 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - better FB integration - posted by ah...@apache.org on 2013/11/18 20:36:36 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Adding IDataGridModel as well as fix to Image component to make it compliant with recent framework changes. - posted by pe...@apache.org on 2013/11/18 21:28:24 UTC, 0 replies.
- [01/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:02:56 UTC, 0 replies.
- [02/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:02:57 UTC, 0 replies.
- [03/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:02:58 UTC, 0 replies.
- [04/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:02:59 UTC, 0 replies.
- [05/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:00 UTC, 0 replies.
- [06/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:01 UTC, 0 replies.
- [07/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:02 UTC, 0 replies.
- [08/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:03 UTC, 0 replies.
- [09/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:04 UTC, 0 replies.
- [10/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:05 UTC, 0 replies.
- [11/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:06 UTC, 0 replies.
- [12/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:07 UTC, 0 replies.
- [13/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:08 UTC, 0 replies.
- [14/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:09 UTC, 0 replies.
- [15/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:10 UTC, 0 replies.
- [16/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:11 UTC, 0 replies.
- [17/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:12 UTC, 0 replies.
- [18/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:13 UTC, 0 replies.
- [19/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:14 UTC, 0 replies.
- [20/21] move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:15 UTC, 0 replies.
- [21/21] git commit: [flex-asjs] [refs/heads/develop] - move AS code into a projects/FlexJSUI - posted by ah...@apache.org on 2013/11/18 22:03:16 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Fixed missing 'deps', needed to concatenate the generated list to the 'goog' list - posted by er...@apache.org on 2013/11/18 23:25:44 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #371 - posted by fl...@gmail.com on 2013/11/19 03:50:52 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #348 - posted by fl...@gmail.com on 2013/11/19 04:40:47 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #372 - posted by fl...@gmail.com on 2013/11/19 04:42:11 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #542 - posted by fl...@gmail.com on 2013/11/19 04:43:41 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #349 - posted by fl...@gmail.com on 2013/11/19 04:48:24 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #373 - posted by fl...@gmail.com on 2013/11/19 04:51:22 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #543 - posted by fl...@gmail.com on 2013/11/19 05:07:29 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #350 - posted by fl...@gmail.com on 2013/11/19 05:48:26 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #374 - posted by fl...@gmail.com on 2013/11/19 05:51:25 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #544 - posted by fl...@gmail.com on 2013/11/19 06:07:29 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #351 - posted by fl...@gmail.com on 2013/11/19 06:48:25 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #375 - posted by fl...@gmail.com on 2013/11/19 06:51:24 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - In order to follow Justin's interpretation of the new version numbering, I've changed jenkins.sh to use 12.0 instead of just 12. I've also renamed the directory in which 'playerglobal.swc' lives to '12.0'. Th - posted by er...@apache.org on 2013/11/19 06:58:45 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #545 - posted by fl...@gmail.com on 2013/11/19 07:00:40 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #546 - posted by fl...@gmail.com on 2013/11/19 07:02:11 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #547 - posted by fl...@gmail.com on 2013/11/19 07:06:11 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - fixed failing mustella test: mobile/SoftKeyboard/properties/SK_StageText_Properties SoftKeyboard_Stag - posted by ma...@apache.org on 2013/11/19 09:38:15 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - fixed issue when moving from one text input to another, the sof keyboard now does not "flicker" - to fix th - posted by ma...@apache.org on 2013/11/19 13:43:55 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - cleanup code (removed traces) - posted by ma...@apache.org on 2013/11/19 15:47:50 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella #548 - posted by fl...@gmail.com on 2013/11/19 16:30:49 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #352 - posted by fl...@gmail.com on 2013/11/19 16:31:17 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #376 - posted by fl...@gmail.com on 2013/11/19 16:31:46 UTC, 0 replies.
- Jenkins build became unstable: flex-flexunit #308 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/19 17:30:00 UTC, 0 replies.
- Jenkins build is back to stable : flex-flexunit #309 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/19 19:42:52 UTC, 0 replies.
- [1/8] Factor out MXMLCClasses into it own swc and build a set of ant scripts to build it and FlexJSUI - posted by ah...@apache.org on 2013/11/19 21:40:21 UTC, 0 replies.
- [2/8] Factor out MXMLCClasses into it own swc and build a set of ant scripts to build it and FlexJSUI - posted by ah...@apache.org on 2013/11/19 21:40:22 UTC, 0 replies.
- [3/8] git commit: [flex-asjs] [refs/heads/develop] - Factor out MXMLCClasses into it own swc and build a set of ant scripts to build it and FlexJSUI - posted by ah...@apache.org on 2013/11/19 21:40:23 UTC, 0 replies.
- [4/8] git commit: [flex-asjs] [refs/heads/develop] - fix output dir - posted by ah...@apache.org on 2013/11/19 21:40:24 UTC, 0 replies.
- [5/8] git commit: [flex-asjs] [refs/heads/develop] - check in READMe and temporary install/deploy scripts - posted by ah...@apache.org on 2013/11/19 21:40:25 UTC, 0 replies.
- [6/8] git commit: [flex-asjs] [refs/heads/develop] - setup scripts for first attempt at release targets - posted by ah...@apache.org on 2013/11/19 21:40:26 UTC, 0 replies.
- [7/8] git commit: [flex-asjs] [refs/heads/develop] - ant release appears to create a binary package that approximates FlexJSOverlay - posted by ah...@apache.org on 2013/11/19 21:40:27 UTC, 0 replies.
- [8/8] git commit: [flex-asjs] [refs/heads/develop] - fix bugs so 'ant release' now builds FlexJSOverlay equivalent - posted by ah...@apache.org on 2013/11/19 21:40:28 UTC, 0 replies.
- [1/3] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33917 emit interface types fully qualified when used as an argument in a function call - posted by er...@apache.org on 2013/11/19 23:28:43 UTC, 0 replies.
- [2/3] git commit: [flex-falcon] [refs/heads/develop] - Added new interface type as function call argument use case; added interface type as return type use case - posted by er...@apache.org on 2013/11/19 23:28:44 UTC, 0 replies.
- [3/3] git commit: [flex-falcon] [refs/heads/develop] - Emit fully qualified interface type as return type in function JSDoc - posted by er...@apache.org on 2013/11/19 23:28:45 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #209 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/20 00:11:14 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - FLEX-33918 another issue with a class/interface type not being emitted fully qualified - posted by er...@apache.org on 2013/11/20 00:13:59 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - Modified tests for the 'another not fully qualified class type' issue (FLEX-33918) - posted by er...@apache.org on 2013/11/20 00:14:00 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #210 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/20 00:25:53 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - REVERT updated Mustella baselines to previous version, because the updated version does not look good. That will cause the test below to fail, until we find the reason for the change in the bitmap: mobile/com - posted by ma...@apache.org on 2013/11/20 01:03:54 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-air #353 - posted by fl...@gmail.com on 2013/11/20 01:58:00 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #377 - posted by fl...@gmail.com on 2013/11/20 01:58:16 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33919: Corrected the range check to included everything below zero. - posted by mk...@apache.org on 2013/11/20 03:14:24 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #211 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/20 06:08:14 UTC, 0 replies.
- Build failed in Jenkins: flex-falcon #212 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/20 08:58:53 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Updated download URL for GCC - posted by er...@apache.org on 2013/11/20 09:15:58 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella-air #354 - posted by fl...@gmail.com on 2013/11/20 12:06:06 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #378 - posted by fl...@gmail.com on 2013/11/20 14:03:19 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #551 - posted by fl...@gmail.com on 2013/11/20 23:31:11 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FLEX-33920: It now checks the upper bounds before calling dataProvider.getItemAt() - posted by mk...@apache.org on 2013/11/21 01:38:49 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #379 - posted by fl...@gmail.com on 2013/11/21 02:08:09 UTC, 0 replies.
- [1/3] git commit: [flex-falcon] [refs/heads/develop] - remove some asserts - posted by ah...@apache.org on 2013/11/21 05:34:28 UTC, 0 replies.
- [2/3] git commit: [flex-falcon] [refs/heads/develop] - fix SWC building. Was not handling include-classes correctly - posted by ah...@apache.org on 2013/11/21 05:34:29 UTC, 0 replies.
- [3/3] git commit: [flex-falcon] [refs/heads/develop] - add ability to use older version of closure compiler - posted by ah...@apache.org on 2013/11/21 05:34:30 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella #552 - posted by fl...@gmail.com on 2013/11/21 11:33:54 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #380 - posted by fl...@gmail.com on 2013/11/21 14:12:18 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #553 - posted by fl...@gmail.com on 2013/11/21 23:40:03 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #381 - posted by fl...@gmail.com on 2013/11/22 02:18:57 UTC, 0 replies.
- [1/3] git commit: [flex-sdk] [refs/heads/develop] - UPDATE FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - prevent touch scrolling from being initiated in a TextInput - posted by ma...@apache.org on 2013/11/22 11:30:09 UTC, 0 replies.
- [2/3] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - fix issue when tapping in the padding area of a text input - fix issue when tapping several times in - posted by ma...@apache.org on 2013/11/22 11:30:10 UTC, 0 replies.
- [3/3] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop - posted by ma...@apache.org on 2013/11/22 11:30:11 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella #554 - posted by fl...@gmail.com on 2013/11/22 11:48:07 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #382 - posted by fl...@gmail.com on 2013/11/22 14:26:27 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - add new png.xml now that we've switched to ScrollingStageTextInputSkin - posted by ah...@apache.org on 2013/11/22 18:26:13 UTC, 0 replies.
- Build failed in Jenkins: flex-flexunit #319 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/22 19:32:48 UTC, 0 replies.
- Jenkins build is back to normal : flex-flexunit #320 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/22 20:22:45 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella #555 - posted by fl...@gmail.com on 2013/11/22 23:55:52 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella-mobile #383 - posted by fl...@gmail.com on 2013/11/23 02:32:35 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella #556 - posted by fl...@gmail.com on 2013/11/23 12:00:23 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk #436 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/24 14:17:23 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk #437 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/24 16:37:58 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_release #329 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/24 16:45:04 UTC, 0 replies.
- Build failed in Jenkins: flex-flexunit #323 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/24 19:31:39 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_release #330 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/24 20:08:03 UTC, 0 replies.
- [1/2] git commit: [flex-sdk] [refs/heads/develop] - Fix FLEX-33929 - NPE proxy.bitmapData is null on Android - posted by ma...@apache.org on 2013/11/25 01:15:23 UTC, 0 replies.
- [2/2] git commit: [flex-sdk] [refs/heads/develop] - FIX FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms FIX SUB: https://issues.apache.org/jira/browse/FLEX-33931 Cannot initiate view scrolling by touching - posted by ma...@apache.org on 2013/11/25 01:15:24 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_release #331 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/25 03:32:49 UTC, 0 replies.
- Jenkins build is back to normal : flex-flexunit #324 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/25 03:45:53 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - add -external-sdk-lib option so we can handle externs in jquery and createjs - posted by ah...@apache.org on 2013/11/25 07:58:59 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - add media query to generated CSS - posted by ah...@apache.org on 2013/11/25 07:59:00 UTC, 0 replies.
- [01/18] mucking with FlexJS build to make it more Apache-like - posted by ah...@apache.org on 2013/11/25 07:59:11 UTC, 0 replies.
- [02/18] git commit: [flex-asjs] [refs/heads/develop] - mucking with FlexJS build to make it more Apache-like - posted by ah...@apache.org on 2013/11/25 07:59:12 UTC, 0 replies.
- [03/18] git commit: [flex-asjs] [refs/heads/develop] - Fix event handler in HTML5 version to match basic version to eliminate Closure Compiler error - posted by ah...@apache.org on 2013/11/25 07:59:13 UTC, 0 replies.
- [04/18] git commit: [flex-asjs] [refs/heads/develop] - Somehow, stepSize went missing. Restored - posted by ah...@apache.org on 2013/11/25 07:59:14 UTC, 0 replies.
- [05/18] git commit: [flex-asjs] [refs/heads/develop] - build scripts for examples - posted by ah...@apache.org on 2013/11/25 07:59:15 UTC, 0 replies.
- [06/18] git commit: [flex-asjs] [refs/heads/develop] - fix error in createJS CheckBox - posted by ah...@apache.org on 2013/11/25 07:59:16 UTC, 0 replies.
- [07/18] git commit: [flex-asjs] [refs/heads/develop] - add externals for CreateJS and JQuery - posted by ah...@apache.org on 2013/11/25 07:59:17 UTC, 0 replies.
- [08/18] git commit: [flex-asjs] [refs/heads/develop] - fix location for templates - posted by ah...@apache.org on 2013/11/25 07:59:18 UTC, 0 replies.
- [09/18] git commit: [flex-asjs] [refs/heads/develop] - add externals to example builds - posted by ah...@apache.org on 2013/11/25 07:59:19 UTC, 0 replies.
- [10/18] git commit: [flex-asjs] [refs/heads/develop] - add limited media query check for -flex-flash. More MQ processing needed eventually - posted by ah...@apache.org on 2013/11/25 07:59:20 UTC, 0 replies.
- [11/18] git commit: [flex-asjs] [refs/heads/develop] - Make sure AS-only beads are only seen as AS-only - posted by ah...@apache.org on 2013/11/25 07:59:21 UTC, 0 replies.
- [12/18] git commit: [flex-asjs] [refs/heads/develop] - add linting to build script - posted by ah...@apache.org on 2013/11/25 07:59:22 UTC, 0 replies.
- [13/18] git commit: [flex-asjs] [refs/heads/develop] - cleanup gjslint errors - posted by ah...@apache.org on 2013/11/25 07:59:23 UTC, 0 replies.
- [14/18] git commit: [flex-asjs] [refs/heads/develop] - apache-compatible release packages - posted by ah...@apache.org on 2013/11/25 07:59:24 UTC, 0 replies.
- [15/18] git commit: [flex-asjs] [refs/heads/develop] - add missing licenses - posted by ah...@apache.org on 2013/11/25 07:59:25 UTC, 0 replies.
- [16/18] git commit: [flex-asjs] [refs/heads/develop] - also need mx_internal to satisfy FB assumptions - posted by ah...@apache.org on 2013/11/25 07:59:26 UTC, 0 replies.
- [17/18] git commit: [flex-asjs] [refs/heads/develop] - deployment now works on mac - posted by ah...@apache.org on 2013/11/25 07:59:27 UTC, 0 replies.
- [18/18] git commit: [flex-asjs] [refs/heads/develop] - fix up deploy/install scripts - posted by ah...@apache.org on 2013/11/25 07:59:28 UTC, 0 replies.
- Build failed in Jenkins: flex-asjs #1 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/25 15:38:06 UTC, 0 replies.
- git commit: [flex-asjs] [refs/heads/develop] - Split 'frameworks' target in two, to allow Jenkins to skip the 'gjslint' and 'jshint' steps (these executables are not available on the build machine). - posted by er...@apache.org on 2013/11/25 15:39:56 UTC, 0 replies.
- Build failed in Jenkins: flex-asjs #2 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/25 15:40:22 UTC, 0 replies.
- Jenkins build is back to normal : flex-asjs #3 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/25 15:42:49 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #388 - posted by fl...@gmail.com on 2013/11/25 21:42:38 UTC, 0 replies.
- Jenkins build is back to stable : flex-falcon #222 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/26 06:05:36 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #390 - posted by fl...@gmail.com on 2013/11/26 18:55:33 UTC, 0 replies.
- svn commit: r3708 - in /release/flex/installer: 2.0/ 2.5/ 2.6/ - posted by jm...@apache.org on 2013/11/26 22:42:32 UTC, 0 replies.
- Build failed in Jenkins: flex-sdk_mustella-mobile #391 - posted by fl...@gmail.com on 2013/11/27 05:25:48 UTC, 0 replies.
- svn commit: r1545942 - in /flex/site/trunk/content/installer: sdk-installer-config-3.0.xml sdk-installer-config-3.1.xml - posted by jm...@apache.org on 2013/11/27 07:57:35 UTC, 0 replies.
- svn commit: r888234 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer/sdk-installer-config-3.0.xml content/installer/sdk-installer-config-3.1.xml - posted by bu...@apache.org on 2013/11/27 07:57:47 UTC, 0 replies.
- svn commit: r888235 - in /websites/production/flex: cgi-bin/ content/ - posted by jm...@apache.org on 2013/11/27 07:59:48 UTC, 0 replies.
- svn commit: r3738 - in /release/flex: 4.10.0/ 4.9.0/ 4.9.1/ - posted by jm...@apache.org on 2013/11/27 08:08:35 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - UPDATE FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms Fix failing mustella test, because TI focus/soft keyboard is now on mouse click, not mouse move - posted by ma...@apache.org on 2013/11/27 09:52:05 UTC, 0 replies.
- Jenkins build is back to normal : flex-sdk_mustella-mobile #392 - posted by fl...@gmail.com on 2013/11/27 15:53:59 UTC, 0 replies.
- svn commit: r1546065 - /flex/site/trunk/content/installerbadge/index.chtml - posted by ma...@apache.org on 2013/11/27 16:16:38 UTC, 0 replies.
- svn commit: r888280 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installerbadge/index.html - posted by bu...@apache.org on 2013/11/27 16:16:53 UTC, 0 replies.
- svn commit: r1546099 - /flex/site/trunk/content/download-utilities.cmsPage - posted by ma...@apache.org on 2013/11/27 17:35:00 UTC, 0 replies.
- svn commit: r888288 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/download-utilities.html - posted by bu...@apache.org on 2013/11/27 17:35:10 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Fixing "resource leak" warning. - posted by er...@apache.org on 2013/11/29 09:07:48 UTC, 0 replies.
- [1/2] git commit: [flex-falcon] [refs/heads/develop] - A weird character was between 'ArgumentError' and the equals sign, causing the test to fail... And no, I don't consider a space a weird character ; -) - posted by er...@apache.org on 2013/11/29 13:47:29 UTC, 0 replies.
- [2/2] git commit: [flex-falcon] [refs/heads/develop] - Added default values for 'sdk-js-lib' and 'closure-lib' config settings, such that when the compiler is part of the FlexJS SDK, there is no need to explicitly set these paths. - posted by er...@apache.org on 2013/11/29 13:47:30 UTC, 0 replies.
- svn commit: r1546554 - in /flex/site/trunk/content: images/headshots/tomc.jpg installer.cmsPage - posted by to...@apache.org on 2013/11/29 14:04:35 UTC, 0 replies.
- svn commit: r888508 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/images/headshots/tomc.jpg content/installer.html - posted by bu...@apache.org on 2013/11/29 14:04:48 UTC, 0 replies.
- svn commit: r1546557 - /flex/site/trunk/content/installer.cmsPage - posted by to...@apache.org on 2013/11/29 14:26:42 UTC, 0 replies.
- svn commit: r888514 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer.html - posted by bu...@apache.org on 2013/11/29 14:26:49 UTC, 0 replies.
- svn commit: r888515 - in /websites/production/flex: cgi-bin/ content/ - posted by to...@apache.org on 2013/11/29 14:29:57 UTC, 0 replies.
- git commit: [flex-falcon] [refs/heads/develop] - Added some relative path resolution in order to make the defaults work when the compiler is not launched from the root of the SDK directory. - posted by er...@apache.org on 2013/11/29 14:40:51 UTC, 0 replies.
- git commit: [flex-sdk] [refs/heads/develop] - FIXED - FLEX-33947 buttonbar skin - posted by ma...@apache.org on 2013/11/30 15:30:58 UTC, 0 replies.