1. 7a519a3 FLEX-18746 Added the same test, but without using opening animation. (This way the bug cannot be reproduced, which is a good clue.) by Mihai Chira · 8 years ago
  2. b175cd6 FLEX-35351 FLEX-18746 Now unit tests can be run for the mx project, and they're also included in the entire frameworks suite by Mihai Chira · 8 years ago
  3. cd060ca FLEX-18746 Renamed the main test function and increased the timeout a bit. by Mihai Chira · 8 years ago
  4. f804380 FLEX-18746 Added unit test (current fails). by Mihai Chira · 8 years ago
  5. 9c5cbbe FLEX-35321 CAUSE: If a component is removed from stage during a validation cycle, the LayoutManager nevertheless sets its initialized flag to true, even if it's not on stage anymore. That's because it doesn't check at the end whether the component is still on stage. by Mihai Chira · 8 years ago
  6. 442b5f8 FLEX-35321 Refined tests, including checking for how many validation steps happen for size, properties and display list. Without the fix all those expected to fail fail (the last one is not expected to fail without the fix, because it's there just to make sure no regression is introduced by the fix), while with the fix all of them pass. by Mihai Chira · 8 years ago
  7. 75b4d39 FLEX-35321 test_object_removed_from_stage_via_user_action_is_not_initialized() needed one more frame to complete (made sure it fails without the proposed fix, and passes with it). Also made some variable and function renames, plus now we can also test how many times each validation function has been called. by Mihai Chira · 8 years ago
  8. f475aed FLEX-35321 LayoutManager.validateNow() doesn't use phased instantiation, so it wasn't the best idea to test it with that, at least the test where we fake a user request for the removal of the component in the next frame. Also added a test that tries to make sure that objects removed from stage and then readded are indeed validated and initialized. by Mihai Chira · 8 years ago
  9. 5ea79a2 FLEX-35321 Made the unit test more realistic (by having the user's action happen in the next frame), and prevented an error when tearDown() tries to remove a component which is no longer on stage. by Mihai Chira · 8 years ago
  10. 53a7710 FLEX-35321 Adding unit test (currently fails, as expected). by Mihai Chira · 8 years ago
  11. 2750254 FLEX-35306 Addd unit test. Fails when reverting the fix, passes with the fix. by Mihai Chira · 8 years ago
  12. 59cefd8 FLEX-35306 Reverting the fix for FLEX-19651 because it introduced the FLEX-35306 regression. by Mihai Chira · 8 years ago
  13. d726aee FLEX-35260 When calling localToGlobal() on gridColumnHeaderGroup, the result does not reflect its horizontal scroll position, which means that we need to include it manually (in GridHeaderViewLayout.getHeaderIndexAt()). However, the 'x' function argument is assumed to include it, so we're not adding it anymore when calling GridDimensionsView.getColumnIndexAt(). by Mihai Chira · 8 years ago
  14. 60ccf24 FLEX-35280 FLEX-35260 Recent changes to FLEX-35267 made it so that the y value in GridHeaderViewLayout.getHeaderIndexAt() started to be considered, when before it was simply ignored. But one caller of this function, GridColumnHeaderGroup.eventToHeaderLocations(), simply used '0' for that argument, instead of the real value, knowing that (before these changes) it wasn't being considered. Now the real value is used. by Mihai Chira · 8 years ago
  15. 7d3073b FLEX-35267 Updated unit test to support horizontal scrolling and two new grid profiles. Currently tests fail, but for perplexing reasons (seems like a failure to validate, despite the unit test calling validateNow() way too many times...). by Mihai Chira · 8 years ago
  16. a1c61c5 FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test to pass I've improved the logic in GridHeaderViewLayout.getHeaderIndexAt() which, in turn, made a few functions redundant in GridColumnHeaderGroup. All tests currently pass. by Mihai Chira · 8 years ago
  17. 56abc7d FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test to pass I've improved the logic in GridHeaderViewLayout.getHeaderIndexAt() which, in turn, made a few functions redundant in GridColumnHeaderGroup. All tests currently pass. by Mihai Chira · 8 years ago
  18. 5787e9b FLEX-35260 Now we are taking into account paddingTop and paddingBottom in getHeaderIndexAt(). Unit test updated as well (and passes, including a second data grid configuration). by Mihai Chira · 8 years ago
  19. 6bc7ad5 Merge remote-tracking branch 'origin/develop' into develop by Mihai Chira · 8 years ago
  20. d7299c3 FLEX-35260 Now the unit test passes, having been updated to check the column header view boundaries. Other changes: by Mihai Chira · 8 years ago
  21. 1040357 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-sdk into develop by Justin Mclean · 8 years ago
  22. 9e2620e FLEX-35260 Now in the unit test we're also verifying areCoordinatesOverAHeaderView(). Currently fails (for point "b"). by Mihai Chira · 8 years ago
  23. f985937 FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was expected to return -1) for an y < 0. Fixed. by Mihai Chira · 8 years ago
  24. 2adccce FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was expected to return -1) for an x < 0. Fixed. by Mihai Chira · 8 years ago
  25. ad48251 FLEX-35267 FLEX-35260 FLEX-35029 by Mihai Chira · 8 years ago
  26. a603b07 FLEX-35267 FLEX-35260 by Mihai Chira · 8 years ago
  27. 4102e70 FLEX-27509 by Mihai Chira · 8 years ago
  28. 6c577a5 FLEX-27509 by Mihai Chira · 8 years ago
  29. 4523974 Fix regression issue. Turns out LabelUtil.itemToLabel has side effects and text was not updated on control unless called by Justin Mclean · 8 years ago
  30. 3a084ac use raw so we don't have to deal with redirects from http to https that Ant can't handle by Alex Harui · 8 years ago
  31. 0ebd3e5 Added support for FP 24.0 by Justin Mclean · 8 years ago
  32. a5b11cd download using ant vars by Alex Harui · 8 years ago
  33. 78431c6 Merge branch 'develop' into release4.16.0 by Mihai Chira · 8 years ago
  34. 4ead771 FLEX-34880 by Mihai Chira · 8 years ago
  35. 1318395 Merge branch 'develop' into release4.16.0 by Mihai Chira · 8 years ago
  36. 286a0ca Revert FLEX-34880 part 3 by Mihai Chira · 8 years ago
  37. 3f5638d Revert FLEX-34880 part 2 by Mihai Chira · 8 years ago
  38. 332e075 Revert FLEX-34880 part 1 by Mihai Chira · 8 years ago
  39. 249ed42 FLEX-34811 allow apostrophe in user name part of email address by Justin Mclean · 8 years ago
  40. cd45ebd FLEX-34738 Fix BusyIndicator so the skin / timer is removed when it's removed from stage while still spinning. by Justin Mclean · 8 years ago
  41. 8da6a3a FLEX-35122: Update to FontAwesome 4.7 by ok-at-github · 8 years ago
  42. f86902a Merge commit '0b5a634dabb00c04a492a08375e29c6885c1486f' into release4.16.0 by Justin Mclean · 8 years ago
  43. 0b5a634 FLEX-34880 by Mihai Chira · 8 years ago
  44. ff4067f FLEX-34880 Omitted to change a unit test. by Mihai Chira · 8 years ago
  45. 2b09e32 FLEX-34880 by Mihai Chira · 8 years ago
  46. 4c8fe16 remove moved warning by changing path to https by Justin Mclean · 8 years ago
  47. 858376b fix as docs issue with mismatched tags by Justin Mclean · 8 years ago
  48. fff1b10 Add new Flash Player versions. by Justin Mclean · 8 years ago
  49. 522a06d use flex download cache if downloads fail by Alex Harui · 8 years ago
  50. 0dff7f4 FLEX-26808 Increased a test function's timeout and added a bit more information to see why another is failing. by Mihai Chira · 8 years ago
  51. 631b09c FLEX-34088 Using addChild instead of addElement for FlexUnit to get the test to run. by Mihai Chira · 8 years ago
  52. 3d71f1b FLEX-35126 Added a unit test to reprouce the bug. Currently it passes, as expected. (But if I manually put back the fix for FLEX-34088, it fails, as it should, meaning it actually tests the correct bug.) by Mihai Chira · 8 years ago
  53. a797884 FLEX-35126 Removing unused variables, making elligible functions static, correcting an asdoc typo, and removing superfluous multiplication by 1. by Mihai Chira · 8 years ago
  54. 8f3dd5b Fix typo by neminovno · 9 years ago
  55. 2afdbe8 FLEX-34088 The fix for this bug became superfluous when the fix for FLEX-34078 was implemented, which also catered to this bug. So it can be safely removed (and should, because it causes other bugs - see the ticket). by Mihai Chira · 9 years ago
  56. e6e2e44 FLEX-34088 Added unit test to reproduce the bug. Currently it passes, but I tested locally with some modifications to DropDownController and can certify it does indeed fail when it should - namely, when both the fix for FLEX-34088 and FLEX-34078 are removed. In other words, the fix for FLEX-34078 also fixes this issue, making the current fix superfluous. I'll remove it in the next commit. by Mihai Chira · 9 years ago
  57. aa13d50 fix issues found by Falcon's resolver. Unlike MXMLC, Falcon will always choose the local variable even if it masks a static or instance method. MXMLC seems to resolve to the static or instance method by Alex Harui · 9 years ago
  58. 4186902 FLEX-33311 Replacing all UIImpersonator.addElement() with UIImpersonator.addChild() to get the unit tests to run. by Mihai Chira · 9 years ago
  59. 5df1f00 FLEX-33311 by Mihai Chira · 9 years ago
  60. 98c9446 FLEX-33311 Adding unit test to reproduce the bug. Currently fails, as expected. by Mihai Chira · 9 years ago
  61. 8bb9003 FLEX-33311 Correcting some typos in the asdoc. by Mihai Chira · 9 years ago
  62. 930e912 FLEX-35106 fixed June and July abbreviations for French locale by Justin Mclean · 9 years ago
  63. f2c02cb FLEX-35082: Changed the way regex was being used to compare the given pattern for dataProvider objects in the findRowIndex / findRowIndices methods. by Mark Kessler · 9 years ago
  64. ce0ec30 FLEX-31948 Same changes for AdvancedDataGridBaseEx as for DataGrid. by Mihai Chira · 9 years ago
  65. d5a809b FLEX-31948 by Mihai Chira · 9 years ago
  66. c7e77bb FLEX-35043 FLEX-34879 by Mihai Chira · 9 years ago
  67. 2c14851 FLEX-35043 by Mihai Chira · 9 years ago
  68. f7077c6 FLEX-26808 by Mihai Chira · 9 years ago
  69. 7b7ba97 FLEX-34926 fixed misplaced [PercentProxy] metatag by Justin Mclean · 9 years ago
  70. 45849ae FLEX-35028 stop RTE when clicking on DG header by Justin Mclean · 9 years ago
  71. 958b096 FLEX-35042 correct minor issue in docs by Justin Mclean · 9 years ago
  72. 2bf43f2 FLEX-35046 changed icon to be font weight normal by Justin Mclean · 9 years ago
  73. 8c46a10 FLEX-35056 Fix RTE when pressing escape by Justin Mclean · 9 years ago
  74. f543314 FLEX-26808 by Mihai Chira · 9 years ago
  75. cd338fd FLEX-34837 by Mihai Chira · 9 years ago
  76. ae65e68 FLEX-26808 by Mihai Chira · 9 years ago
  77. 74225ba FLEX-26808 by Mihai Chira · 9 years ago
  78. 2324f43 FLEX-26808 Added VectorUtil to manifest. by Mihai Chira · 9 years ago
  79. 5be0fed FLEX-26808 Optimizing imports. by Mihai Chira · 9 years ago
  80. a34e9c3 FLEX-26808 by Mihai Chira · 9 years ago
  81. 23f0bd4 FLEX-26808 by Mihai Chira · 9 years ago
  82. e0fbd86 FLEX-26808 Improved asdocs and comment. by Mihai Chira · 9 years ago
  83. 6b86881 FLEX-26808 Renamed getFirstItemValue to getFirstItem. by Mihai Chira · 9 years ago
  84. c316cba FLEX-26808 Simplified getFirstItemValue using the ternary operator. by Mihai Chira · 9 years ago
  85. 5d677c2 FLEX-26808 by Mihai Chira · 9 years ago
  86. eec643c FLEX-34852 Mentioning that the spark version of ComplexSortField is preferable. by Mihai Chira · 9 years ago
  87. 2797a2c Revert "TFC-12136" by Mihai Chira · 9 years ago
  88. 951d8d2 FLEX-35039 by Mihai Chira · 9 years ago
  89. 45e6164 TFC-12136 by Mihai Chira · 9 years ago
  90. 244f633 FLEX-35043 Updating unit tests to reflect new behaviour. by Mihai Chira · 9 years ago
  91. 2c0c187 FLEX-35043 by Mihai Chira · 9 years ago
  92. 831ed07 FLEX-34885 Tagging which unit tests are relevant to FLEX-35043. by Mihai Chira · 9 years ago
  93. 3a71cc8 FLEX-34885 by Mihai Chira · 9 years ago
  94. cccf3a4 FLEX-34885 by Mihai Chira · 9 years ago
  95. 4b4cc0b FLEX-34885 by Mihai Chira · 9 years ago
  96. fd7de9f Additional fix for https://issues.apache.org/jira/browse/FLEX-34391 by OmPrakash Muppirala · 9 years ago
  97. f14dc14 Fix for https://issues.apache.org/jira/browse/FLEX-34391 by OmPrakash Muppirala · 9 years ago
  98. 1a15b4a FLEX-34885 by Mihai Chira · 9 years ago
  99. 4f80747 FLEX-34885 by Mihai Chira · 9 years ago
  100. 284eb74 FLEX-34885 by Mihai Chira · 9 years ago