git commit: [flex-tlf] [refs/heads/develop] - FLEX-35078 removing unused functions, local variables and inner classes while reading the code.

2017-12-19 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 7fe228452 -> 6d4fd303f FLEX-35078 removing unused functions, local variables and inner classes while reading the code. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35362 Added unit test to reproduce the bug. As expected, it currently fails.

2017-10-18 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 243507a73 -> 4c6018325 FLEX-35362 Added unit test to reproduce the bug. As expected, it currently fails. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35362 CAUSE: the DropDownController signals that the DropDownListBase is open immediately, even before the latter has actually made that change

2017-10-18 Thread mihaic
FLEX-35362 CAUSE: the DropDownController signals that the DropDownListBase is open immediately, even before the latter has actually made that change on stage. Since the opening takes one or two frames, it leaves a few milliseconds in which code which relies on that open/closed state erroneously

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35321 CAUSE: if the object isn't on stage when we'd normally set its initialized flag to true, we correctly skip this step, but we also need to set i

2017-08-30 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop fcc25865f -> 243507a73 FLEX-35321 CAUSE: if the object isn't on stage when we'd normally set its initialized flag to true, we correctly skip this step, but we also need to set its updateCompletePendingFlag back to false, so that in

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-18746 CAUSE: HierarchicalCollectionView.updateLength() was ignoring nodes without children, as it should. However, the function it called for t

2017-08-16 Thread mihaic
FLEX-18746 CAUSE: HierarchicalCollectionView.updateLength() was ignoring nodes without children, as it should. However, the function it called for the nodes with children, getChildren() unfortunately had a necessary side-effect (which is a poor design choice, to be sure), which was to add an

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-18746 Added the same test, but without using opening animation. (This way the bug cannot be reproduced, which is a good clue.)

2017-08-16 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop b175cd6d2 -> fcc25865f FLEX-18746 Added the same test, but without using opening animation. (This way the bug cannot be reproduced, which is a good clue.) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-18746 Adding another unit test which goes to the heart of the bug - the length calculation in HierarchicalCollectionView. (Currently the test f

2017-08-16 Thread mihaic
FLEX-18746 Adding another unit test which goes to the heart of the bug - the length calculation in HierarchicalCollectionView. (Currently the test function test_opening_closing_with_Jill_having_no_children_to_begin_with() fails, as expected.) Project:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35351 FLEX-18746 Now unit tests can be run for the mx project, and they're also included in the entire frameworks suite

2017-08-15 Thread mihaic
FLEX-35351 FLEX-18746 Now unit tests can be run for the mx project, and they're also included in the entire frameworks suite Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b175cd6d Tree:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-18746 Renamed the main test function and increased the timeout a bit.

2017-08-15 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop f804380f1 -> b175cd6d2 FLEX-18746 Renamed the main test function and increased the timeout a bit. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cd060ca2

[7/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-18746 Added unit test (current fails).

2017-08-14 Thread mihaic
FLEX-18746 Added unit test (current fails). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f804380f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f804380f Diff:

[6/7] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

2017-08-14 Thread mihaic
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fea9be98 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fea9be98 Diff:

[2/7] git commit: [flex-sdk] [refs/heads/develop] - 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 pro

2017-08-14 Thread mihaic
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

[1/7] git commit: [flex-sdk] [refs/heads/develop] - 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

2017-08-14 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop bb7447f5e -> f804380f1 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

[5/7] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

2017-08-14 Thread mihaic
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0226437e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0226437e Diff:

[4/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35321 CAUSE: If a component is removed from stage during a validation cycle, the LayoutManager nevertheless sets its initialized flag to true,

2017-08-14 Thread mihaic
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. SOLUTION: Now the

[3/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35321 Refined tests, including checking for how many validation steps happen for size, properties and display list. Without the fix all those e

2017-08-14 Thread mihaic
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

[2/2] git commit: [flex-sdk] [refs/heads/develop] - 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

2017-06-07 Thread mihaic
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. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35321 Adding unit test (currently fails, as expected).

2017-06-07 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 2750254ba -> 5ea79a20f FLEX-35321 Adding unit test (currently fails, as expected). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/53a77105 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35306 Addd unit test. Fails when reverting the fix, passes with the fix.

2017-05-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 59cefd8e3 -> 2750254ba FLEX-35306 Addd unit test. Fails when reverting the fix, passes with the fix. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2750254b

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35306 Reverting the fix for FLEX-19651 because it introduced the FLEX-35306 regression.

2017-05-17 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop d726aee2d -> 59cefd8e3 FLEX-35306 Reverting the fix for FLEX-19651 because it introduced the FLEX-35306 regression. CAUSE: Due to the fix for FLEX-19651, when the data provider is reset on a (DropDown)List right after the selected

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 When calling localToGlobal() on gridColumnHeaderGroup, the result does not reflect its horizontal scroll position, which means that we need to

2017-04-12 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 60ccf24cb -> d726aee2d 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

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35267 Updated unit test to support horizontal scrolling and two new grid profiles. Currently tests fail, but for perplexing reasons (seems like

2017-04-12 Thread mihaic
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...). Project:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test to

2017-04-12 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 56abc7db2 -> 60ccf24cb 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

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35280 FLEX-35260 Recent changes to FLEX-35267 made it so that the y value in GridHeaderViewLayout.getHeaderIndexAt() started to be considered,

2017-04-12 Thread mihaic
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

[4/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 Now we are taking into account paddingTop and paddingBottom in getHeaderIndexAt(). Unit test updated as well (and passes, including a sec

2017-03-29 Thread mihaic
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). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[3/5] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

2017-03-29 Thread mihaic
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6bc7ad5e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6bc7ad5e Diff:

[1/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 Now in the unit test we're also verifying areCoordinatesOverAHeaderView(). Currently fails (for point "b").

2017-03-29 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 1040357f6 -> 56abc7db2 FLEX-35260 Now in the unit test we're also verifying areCoordinatesOverAHeaderView(). Currently fails (for point "b"). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[5/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35267 Updated unit test - made it easier to read, and now we're also testing GridColumnHeaderGroup.containsGlobalCoordinates(). For the test to

2017-03-29 Thread mihaic
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.

[2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 Now the unit test passes, having been updated to check the column header view boundaries. Other changes: -Now we're ignoring the grid hea

2017-03-29 Thread mihaic
FLEX-35260 Now the unit test passes, having been updated to check the column header view boundaries. Other changes: -Now we're ignoring the grid header's right padding, because it doesn't make a visual difference (except in the edge case where, together with the left and right padding, the

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was expecte

2017-03-10 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 2adccce7c -> f985937c0 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. Project:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35260 GridHeaderViewLayout.getHeaderIndexAt() (which calls GridDimensions.getColumnIndexAt()) used to return a valid headerIndex (when it was e

2017-03-10 Thread mihaic
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. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35267 FLEX-35260 FLEX-35029 1. GridHeaderViewLayout.getHeaderIndexAt() now verifies if the coordinates are over the GridColumnHeaderView's left

2017-03-10 Thread mihaic
FLEX-35267 FLEX-35260 FLEX-35029 1. GridHeaderViewLayout.getHeaderIndexAt() now verifies if the coordinates are over the GridColumnHeaderView's left or right padding. 2. Renamed GridColumnHeaderGroup.mouseEventHeaderView() to getHeaderViewUnderGlobalCoordinates(), while also changing the

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35267 FLEX-35260 Added a unit test which can verify the column-index and header-index related functions more thoroughly. Currently it fails, as

2017-03-10 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 7185ca68c -> 2adccce7c FLEX-35267 FLEX-35260 Added a unit test which can verify the column-index and header-index related functions more thoroughly. Currently it fails, as expected. Project:

[1/2] git commit: [flex-sdk] [refs/heads/release4.16.0] - FLEX-27509 CAUSE: In an AdvancedDataGrid with non-text item renderers AdvancedDataGrid.expandItem() applies masks onto those item renderers wh

2017-01-12 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/release4.16.0 db8c1bf7c -> 7418641ac FLEX-27509 CAUSE: In an AdvancedDataGrid with non-text item renderers AdvancedDataGrid.expandItem() applies masks onto those item renderers when it needs to close a node. At the same time, AdvancedListBase

[2/2] git commit: [flex-sdk] [refs/heads/release4.16.0] - FLEX-35149 updating release notes with fix for FLEX-27509

2017-01-12 Thread mihaic
FLEX-35149 updating release notes with fix for FLEX-27509 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7418641a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7418641a Diff:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-27509 CAUSE: In an AdvancedDataGrid with non-text item renderers AdvancedDataGrid.expandItem() applies masks onto those item renderers when it needs

2017-01-12 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop a5b04e150 -> 6c577a50c FLEX-27509 CAUSE: In an AdvancedDataGrid with non-text item renderers AdvancedDataGrid.expandItem() applies masks onto those item renderers when it needs to close a node. At the same time, AdvancedListBase has

[1/2] git commit: [flex-sdk] [refs/heads/release4.16.0] - FLEX-34880 Added an asdoc recommendation that developers use Sort and SortField as immutable objects, although the current API allows for muta

2016-11-09 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/release4.16.0 13183954e -> 78431c690 FLEX-34880 Added an asdoc recommendation that developers use Sort and SortField as immutable objects, although the current API allows for mutability. Project:

[2/2] git commit: [flex-sdk] [refs/heads/release4.16.0] - Merge branch 'develop' into release4.16.0

2016-11-09 Thread mihaic
Merge branch 'develop' into release4.16.0 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/78431c69 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/78431c69 Diff:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34880 Added an asdoc recommendation that developers use Sort and SortField as immutable objects, although the current API allows for mutability.

2016-11-09 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 286a0ca94 -> 4ead7712d FLEX-34880 Added an asdoc recommendation that developers use Sort and SortField as immutable objects, although the current API allows for mutability. Project:

[1/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Revert FLEX-34880 part 1 This reverts commit 0b5a634dabb00c04a492a08375e29c6885c1486f.

2016-11-09 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/release4.16.0 b7ea70499 -> 13183954e Revert FLEX-34880 part 1 This reverts commit 0b5a634dabb00c04a492a08375e29c6885c1486f. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Revert FLEX-34880 part 2

2016-11-09 Thread mihaic
Revert FLEX-34880 part 2 This reverts commit ff4067f56651082cecbe062f9cfd2aedbe44bf60. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3f5638d3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3f5638d3 Diff:

[3/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Revert FLEX-34880 part 3

2016-11-09 Thread mihaic
Revert FLEX-34880 part 3 This reverts commit 2b09e327281211d26d65dd5d061b02d645cbdd39. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/286a0ca9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/286a0ca9 Diff:

[4/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Merge branch 'develop' into release4.16.0

2016-11-09 Thread mihaic
Merge branch 'develop' into release4.16.0 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/13183954 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/13183954 Diff:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - Revert FLEX-34880 part 2

2016-11-09 Thread mihaic
Revert FLEX-34880 part 2 This reverts commit ff4067f56651082cecbe062f9cfd2aedbe44bf60. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3f5638d3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3f5638d3 Diff:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - Revert FLEX-34880 part 3

2016-11-09 Thread mihaic
Revert FLEX-34880 part 3 This reverts commit 2b09e327281211d26d65dd5d061b02d645cbdd39. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/286a0ca9 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/286a0ca9 Diff:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - Revert FLEX-34880 part 1 This reverts commit 0b5a634dabb00c04a492a08375e29c6885c1486f.

2016-11-09 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 0b5a634da -> 286a0ca94 Revert FLEX-34880 part 1 This reverts commit 0b5a634dabb00c04a492a08375e29c6885c1486f. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34880 Placed only one state setter (SortField.compareFunction) behind mx_internal (thus also renaming it to SortField.compareFunction_) to prov

2016-11-06 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 522a06d61 -> 0b5a634da FLEX-34880 Placed only one state setter (SortField.compareFunction) behind mx_internal (thus also renaming it to SortField.compareFunction_) to provide the template for the others. Also removed it from the

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34880 Omitted to change a unit test.

2016-11-06 Thread mihaic
FLEX-34880 Omitted to change a unit test. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ff4067f5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ff4067f5 Diff:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34880 Placed the other ISortField setters behind mx_internal and removed them from the interface.

2016-11-06 Thread mihaic
FLEX-34880 Placed the other ISortField setters behind mx_internal and removed them from the interface. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0b5a634d Tree:

[3/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34088 Using addChild instead of addElement for FlexUnit to get the test to run.

2016-09-19 Thread mihaic
FLEX-34088 Using addChild instead of addElement for FlexUnit to get the test to run. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/631b09c6 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/631b09c6 Diff:

[2/4] git commit: [flex-sdk] [refs/heads/develop] - 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

2016-09-19 Thread mihaic
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.) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[4/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Increased a test function's timeout and added a bit more information to see why another is failing.

2016-09-19 Thread mihaic
FLEX-26808 Increased a test function's timeout and added a bit more information to see why another is failing. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0dff7f48 Tree:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - 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

2016-09-09 Thread mihaic
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). Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34088 Added unit test to reproduce the bug. Currently it passes, but I tested locally with some modifications to DropDownController and can cer

2016-09-09 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop bb3914ed9 -> 2afdbe885 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

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33311 Replacing all UIImpersonator.addElement() with UIImpersonator.addChild() to get the unit tests to run.

2016-08-18 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 5df1f00a7 -> 418690242 FLEX-33311 Replacing all UIImpersonator.addElement() with UIImpersonator.addChild() to get the unit tests to run. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33311 CAUSE: It is possible for a call to ConstraintLayout.parseElementConstraints() to trigger, after a long series of other functions, a validation

2016-08-17 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 98c9446c1 -> 5df1f00a7 FLEX-33311 CAUSE: It is possible for a call to ConstraintLayout.parseElementConstraints() to trigger, after a long series of other functions, a validation cycle on the same component whose layout is that

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33311 Adding unit test to reproduce the bug. Currently fails, as expected.

2016-08-17 Thread mihaic
FLEX-33311 Adding unit test to reproduce the bug. Currently fails, as expected. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/98c9446c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/98c9446c Diff:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33311 Correcting some typos in the asdoc.

2016-08-17 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 347b08316 -> 98c9446c1 FLEX-33311 Correcting some typos in the asdoc. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8bb90031 Tree:

svn commit: r1749074 - in /flex/site/trunk/content/showcase: data/ images/healthfoodlifetracking/ images/healthfoodlifetracking/prev/

2016-06-18 Thread mihaic
Author: mihaic Date: Sat Jun 18 16:38:48 2016 New Revision: 1749074 URL: http://svn.apache.org/viewvc?rev=1749074=rev Log: FLEX-35016 Added information to showcase. Added: flex/site/trunk/content/showcase/images/healthfoodlifetracking/ flex/site/trunk/content/showcase/images

svn commit: r1749072 - in /flex/site/trunk/content/showcase: data/ images/Tourismart/ images/Tourismart/prev/

2016-06-18 Thread mihaic
Author: mihaic Date: Sat Jun 18 16:17:12 2016 New Revision: 1749072 URL: http://svn.apache.org/viewvc?rev=1749072=rev Log: FLEX-35034 FLEX-35036 Added apps data to showcase. Added: flex/site/trunk/content/showcase/images/Tourismart/ flex/site/trunk/content/showcase/images/Tourismart

[2/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-35100 CAUSE: TextBlock.createTextLine() orTextBlock.recreateTextLine() return null when there's no more text to create lines for (as indicated

2016-06-18 Thread mihaic
FLEX-35100 CAUSE: TextBlock.createTextLine() orTextBlock.recreateTextLine() return null when there's no more text to create lines for (as indicated by the previousLine parameter) or the TextBlock's content's text is null or "". (It's also possible when the width parameter is insufficient, but

[1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-35100 Unit testing my assumptions of TextBlock.createTextLine() and TextBlock.recreateTextLine().

2016-06-18 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 3ce6a7b71 -> cb2794edb FLEX-35100 Unit testing my assumptions of TextBlock.createTextLine() and TextBlock.recreateTextLine(). Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit:

svn commit: r1749067 - in /flex/site/trunk/content/showcase: data/ images/TEDxAthens2016/ images/TEDxAthens2016/prev/

2016-06-18 Thread mihaic
Author: mihaic Date: Sat Jun 18 15:53:58 2016 New Revision: 1749067 URL: http://svn.apache.org/viewvc?rev=1749067=rev Log: FLEX-35035 Added app details to showcase. Added: flex/site/trunk/content/showcase/images/TEDxAthens2016/ flex/site/trunk/content/showcase/images/TEDxAthens2016/prev

git commit: [flex-sdk] [refs/heads/develop] - FLEX-31948 Same changes for AdvancedDataGridBaseEx as for DataGrid.

2016-04-19 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop d5a809bbd -> ce0ec309d FLEX-31948 Same changes for AdvancedDataGridBaseEx as for DataGrid. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ce0ec309 Tree:

git commit: [flex-tlf] [refs/heads/develop] - FLEX-35078 Changes while reading the code: minor asdoc edits, code formatting changes, and Array instantiation simplification.

2016-04-19 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 913056000 -> 3ce6a7b71 FLEX-35078 Changes while reading the code: minor asdoc edits, code formatting changes, and Array instantiation simplification. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-31948 Removing the fatal by checking whether the column exists. Plus some minor code changes while reading code: simplifying if clauses, removing sup

2016-04-18 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop c7e77bbed -> d5a809bbd FLEX-31948 Removing the fatal by checking whether the column exists. Plus some minor code changes while reading code: simplifying if clauses, removing superfluous brackets, adding semicolons. Project:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35043 PROBLEM: The assumptions in SF_ORIG_list_events_tester.List_events_collectionKind_move made obvious another problem caused by FLEX-34885:

2016-03-31 Thread mihaic
FLEX-35043 PROBLEM: The assumptions in SF_ORIG_list_events_tester.List_events_collectionKind_move made obvious another problem caused by FLEX-34885: calling itemUpdated(item) did not reposition the item according to the sorting rules (unless the Sort had a customCompareFunction). CAUSE:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35043 FLEX-34879 Avoiding the use of the deprecated setter. All tests still pass.

2016-03-31 Thread mihaic
FLEX-35043 FLEX-34879 Avoiding the use of the deprecated setter. All tests still pass. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c7e77bbe Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c7e77bbe Diff:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Added unit tests to make sure that the selection (made either programmatically or through ctrl-clicking on the grid) is preserved when th

2016-03-31 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 7b7ba9727 -> c7e77bbed FLEX-26808 Added unit tests to make sure that the selection (made either programmatically or through ctrl-clicking on the grid) is preserved when the user starts dragging the items. The tests pass locally.

[2/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Adding unit test. For now we're just testing that Ctrl+Click deselects the (selected) first item (test passes). Dragging behaviour will f

2016-03-23 Thread mihaic
FLEX-26808 Adding unit test. For now we're just testing that Ctrl+Click deselects the (selected) first item (test passes). Dragging behaviour will follow. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ae65e686 Tree:

[3/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34837 As noticed in FLEX-26808, if the dimensions are not specified the grid layout will not render its GridViews. Test still passes.

2016-03-23 Thread mihaic
FLEX-34837 As noticed in FLEX-26808, if the dimensions are not specified the grid layout will not render its GridViews. Test still passes. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cd338fdf Tree:

[4/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Adding VectorUtil.toArrayInt() to convert a Vector to an Array (and a few unit tests for it). This is useful for the unit testing we're d

2016-03-23 Thread mihaic
FLEX-26808 Adding VectorUtil.toArrayInt() to convert a Vector to an Array (and a few unit tests for it). This is useful for the unit testing we're doing for this ticket. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[1/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Minor refactoring while reading the code: asdocs improvements, and adding missing semicolon.

2016-03-23 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 2324f43f0 -> f543314c4 FLEX-26808 Minor refactoring while reading the code: asdocs improvements, and adding missing semicolon. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[4/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Improved asdocs and comment.

2016-03-22 Thread mihaic
FLEX-26808 Improved asdocs and comment. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e0fbd86e Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e0fbd86e Diff:

[2/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Simplified getFirstItemValue using the ternary operator.

2016-03-22 Thread mihaic
FLEX-26808 Simplified getFirstItemValue using the ternary operator. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c316cba2 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c316cba2 Diff:

[5/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 CAUSE: DataGrid.grid_mouseDownHandler() committed the selection before checking whether the user was likely to begin a drag operation.

2016-03-22 Thread mihaic
FLEX-26808 CAUSE: DataGrid.grid_mouseDownHandler() committed the selection before checking whether the user was likely to begin a drag operation. SOLUTION: Following the pattern in the spark List component, we're committing the selection on MOUSE_DOWN only if the user has clicked on an item

[7/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Optimizing imports.

2016-03-22 Thread mihaic
FLEX-26808 Optimizing imports. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5be0fedb Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5be0fedb Diff:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Added VectorUtil to manifest.

2016-03-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 5be0fedb6 -> 2324f43f0 FLEX-26808 Added VectorUtil to manifest. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2324f43f Tree:

[1/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Moving Vector-related function List.getFirstItemValue() to new VectorUtil class (unit tested in VectorUtilTests.as)

2016-03-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop eec643c45 -> 5be0fedb6 FLEX-26808 Moving Vector-related function List.getFirstItemValue() to new VectorUtil class (unit tested in VectorUtilTests.as) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[6/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Terminating statements, correcting asdocs, and removing an unused variable and unused method.

2016-03-22 Thread mihaic
FLEX-26808 Terminating statements, correcting asdocs, and removing an unused variable and unused method. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a34e9c3f Tree:

[3/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26808 Renamed getFirstItemValue to getFirstItem.

2016-03-22 Thread mihaic
FLEX-26808 Renamed getFirstItemValue to getFirstItem. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6b868813 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6b868813 Diff:

[3/4] git commit: [flex-sdk] [refs/heads/develop] - Revert "TFC-12136"

2016-03-02 Thread mihaic
Revert "TFC-12136" This reverts commit 45e61644e6a3543937a0fa3db11c3b98b228ae2d. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2797a2c3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2797a2c3 Diff:

[1/4] git commit: [flex-sdk] [refs/heads/develop] - TFC-12136 Removing all the PropertyChangeEvent dispatches which have no value set for property and oldValue, and the itemUpdated() calls in collecti

2016-03-02 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 244f63300 -> eec643c45 TFC-12136 Removing all the PropertyChangeEvent dispatches which have no value set for property and oldValue, and the itemUpdated() calls in collections (which yield the same type of events) when they come after

[2/4] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35039 Ignoring failing tests until we decide to work on this bug. Also renamed the functions to point to the relevant ticket.

2016-03-02 Thread mihaic
FLEX-35039 Ignoring failing tests until we decide to work on this bug. Also renamed the functions to point to the relevant ticket. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/951d8d2b Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35043 Updating unit tests to reflect new behaviour.

2016-03-02 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 2c0c18713 -> 244f63300 FLEX-35043 Updating unit tests to reflect new behaviour. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/244f6330 Tree:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35043 CAUSE: The solution implemented for FLEX-34885, which had an problematic consequence: when calling itemUpdated(item) on a collection with

2016-03-02 Thread mihaic
FLEX-35043 CAUSE: The solution implemented for FLEX-34885, which had an problematic consequence: when calling itemUpdated(item) on a collection with only the first parameter provided (which developers usually do to signal that some - unspecified - properties of the item have changed),

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Tagging which unit tests are relevant to FLEX-35043.

2016-03-02 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 3a71cc8ee -> 2c0c18713 FLEX-34885 Tagging which unit tests are relevant to FLEX-35043. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/831ed071 Tree:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Adding unit tests to show that IList/ICollectionView.itemUpdated() creates the same unexpected results as dispatching generic PropertyCha

2016-03-01 Thread mihaic
FLEX-34885 Adding unit tests to show that IList/ICollectionView.itemUpdated() creates the same unexpected results as dispatching generic PropertyChangeEvents from list items. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Making sure that the changes for this ticket haven't introduced the bug of removing a null from the collection when an item's Bindable pr

2016-03-01 Thread mihaic
FLEX-34885 Making sure that the changes for this ticket haven't introduced the bug of removing a null from the collection when an item's Bindable property changes. Looks all right. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Adding more checks to make sure that when generic PropertyChangeEvents are dispatched, the objects that dispatch them are not moved to another

2016-02-23 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 4f8074747 -> 1a15b4a51 FLEX-34885 Adding more checks to make sure that when generic PropertyChangeEvents are dispatched, the objects that dispatch them are not moved to another location in the ListCollectionView. Project:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Added a new unit test class, ListCollectionView_PropertyChangeEvent_Tests, that not only tests a few scenarios to make sure that ListColl

2016-02-23 Thread mihaic
FLEX-34885 Added a new unit test class, ListCollectionView_PropertyChangeEvent_Tests, that not only tests a few scenarios to make sure that ListCollectionView reacts as expected to PropertyChangeEvents, but also makes explicit 2 of the consequences of manually dispatching PropertyChangeEvents

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35037 Renaming test files to 1) show what they're testing and 2) make sure they're picked up and ran by the test scripts.

2016-02-22 Thread mihaic
FLEX-35037 Renaming test files to 1) show what they're testing and 2) make sure they're picked up and ran by the test scripts. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/81643dd1 Tree:

[1/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35037 Added unit tests donated by Justin Mclean. Currently some are failing.

2016-02-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 3f7bd745a -> 1d8d02c64 FLEX-35037 Added unit tests donated by Justin Mclean. Currently some are failing. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[4/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35037 Swapping arguments in asserts, to get better error messages. (No changes in test results.)

2016-02-22 Thread mihaic
FLEX-35037 Swapping arguments in asserts, to get better error messages. (No changes in test results.) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a0006003 Tree:

[2/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35037 Fixed the logic of some of the failing tests. The ones that are still failing seem to point to actual bugs.

2016-02-22 Thread mihaic
FLEX-35037 Fixed the logic of some of the failing tests. The ones that are still failing seem to point to actual bugs. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1905bf31 Tree:

[5/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35037 Renaming ac to _sut ("system under test") and making it private instead of protected.

2016-02-22 Thread mihaic
FLEX-35037 Renaming ac to _sut ("system under test") and making it private instead of protected. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1d8d02c6 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34885 Testing some assumptions about how bindings work in relation to PropertyChangeEvents, because dispatches of generic PropertyChangeEvents might

2016-02-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 9778f4142 -> 3f7bd745a FLEX-34885 Testing some assumptions about how bindings work in relation to PropertyChangeEvents, because dispatches of generic PropertyChangeEvents might interfere with assumptions put in for this fix. More unit

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33058 Lengthened the test's timeout.

2016-02-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 22f81c478 -> 58a2e5dfb FLEX-33058 Lengthened the test's timeout. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/58a2e5df Tree:

[3/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 -Added more unit tests for ObjectUtil.getEnumerableProperties. -Added the option of specifying whether strict equality should be used in

2016-02-17 Thread mihaic
FLEX-35031 -Added more unit tests for ObjectUtil.getEnumerableProperties. -Added the option of specifying whether strict equality should be used in ArrayUtil.arraysMatch() and ArrayUtil.arrayValuesMatch(), or just a regular equality check. Project:

[5/7] git commit: [flex-sdk] [refs/heads/develop] - FLEX-35031 FLEX-33058 Clarifying intent by renaming function and changing the order of its parameters.

2016-02-17 Thread mihaic
FLEX-35031 FLEX-33058 Clarifying intent by renaming function and changing the order of its parameters. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e255d6d8 Tree:

  1   2   3   >