[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32541 Removing unused constant.

2014-08-26 Thread mihaic
FLEX-32541 Removing unused constant. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f25593ed Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f25593ed Diff:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-32541 CAUSE: AdvancedDataGridHeaderRenderer.mouseEventToHeaderPart() assumes that sortItemRendererInstance cannot be null. However, as the proj

2014-08-26 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop d4eeb05f5 - f25593ed3 FLEX-32541 CAUSE: AdvancedDataGridHeaderRenderer.mouseEventToHeaderPart() assumes that sortItemRendererInstance cannot be null. However, as the project attached to the ticket shows, it can. SOLUTION: When

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-28291 CAUSE: Please see the fxp attached to the ticket for a way to reproduce this bug. From the Flex Jira bugs and the bug reports in our appl

2014-09-03 Thread mihaic
FLEX-28291 CAUSE: Please see the fxp attached to the ticket for a way to reproduce this bug. From the Flex Jira bugs and the bug reports in our application I'm sure there are many other ways, but that's the one I could find. There are ways to time the call to getMajorSize() on

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-28291 Removing unused imports.

2014-09-03 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop f25593ed3 - b0ab95383 FLEX-28291 Removing unused 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/91575228 Tree:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34385 documenting unusual try-catch behaviour after event dispatch.

2014-07-14 Thread mihaic
FLEX-34385 documenting unusual try-catch behaviour after event dispatch. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/16d30c9c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/16d30c9c Diff:

[3/3] git commit: [flex-sdk] [refs/heads/develop] - Merge branch 'FLEX-34385' into develop

2014-07-14 Thread mihaic
Merge branch 'FLEX-34385' 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/dc680bbf Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/dc680bbf Diff:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - Spelling and logic improvements.

2014-07-14 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop facd8cec7 - dc680bbfb Spelling and logic improvements. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3167e429 Tree:

git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 renaming variables for increased readability.

2014-07-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 [created] 0a2c3bd83 FLEX-34119 renaming variables for increased readability. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a2c3bd8 Tree:

[2/3] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE even

2014-07-22 Thread mihaic
FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE events in a defective way: when the event happened before the currently-selected node, but in a different collection from the selected node, it assumed

[1/3] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure tha

2014-07-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 0a2c3bd83 - 75e8db424 FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that HCVC works as expected in non-corner cases (it's definitely

[3/3] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 Adding some explanations on the main unit test.

2014-07-22 Thread mihaic
FLEX-34119 Adding some explanations on the main 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/75e8db42 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/75e8db42 Diff:

[1/2] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollection

2014-07-22 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 75e8db424 - 0e15df32a FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollectionViewCursor. Project:

[2/2] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler.

2014-07-22 Thread mihaic
FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0e15df32 Tree:

[5/8] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, i

2014-07-28 Thread mihaic
FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, it also deletes the parent(s) of the replaced node root(s). However, if the HierarchicalCollectionViewCursor which then immediately responds to this

[1/8] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate u

2014-07-28 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 0e15df32a - 82d6b5169 FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate unit test for FLEX-34440 will follow. Project:

[8/8] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if

2014-07-28 Thread mihaic
FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if it's possible, it calls movePrevious() as many times as the number of nodes removed; if not, 2) absolutely: it seeks to the location of the first

[4/8] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34119 FLEX-34440 Renaming variables to make code more readable.

2014-07-28 Thread mihaic
FLEX-34119 FLEX-34440 Renaming variables to make code more readable. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3ce553b3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3ce553b3 Diff:

git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34456 Added a unit test which reproduces the bug.

2014-08-07 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 82d6b5169 - 00e718d51 FLEX-34456 Added a unit test which reproduces the bug. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/00e718d5 Tree:

[02/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - Fix FLEX-34450 by removing the length checks for the last part of an email domain Update Mustella tests to mathc new behaviour i.e. the tests s

2014-08-08 Thread mihaic
Fix FLEX-34450 by removing the length checks for the last part of an email domain Update Mustella tests to mathc new behaviour i.e. the tests should now return valid Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[03/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked

2014-08-08 Thread mihaic
FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2f8c8f58 Tree:

[10/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarch

2014-08-08 Thread mihaic
FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarchy, there needs to be special treatment for these two cases. Namely, while it works great with absolute bookmarks to call .movePrevious on the bookmark

[09/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails).

2014-08-08 Thread mihaic
FLEX-34458 Added a unit test which reproduces the bug (which means it currently 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/979c7a8f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/979c7a8f Diff:

[04/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 remove now redundant email domain length checks from locale unit tests

2014-08-08 Thread mihaic
FLEX-34450 remove now redundant email domain length checks from locale unit tests Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/881908ff Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/881908ff Diff:

[07/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate un

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 Adding the setItemAt() operation to HierarchicalCollectionViewCursor_FLEX_34119_Test, which uncovers FLEX-34440. Separate unit test for FLEX-34440 will follow. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[02/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that

2014-08-11 Thread mihaic
FLEX-34119 Adding two unit tests for HierarchicalCollectionViewCursor (HCVC). HierarchicalCollectionViewCursor_Basics_Test is meant to ensure that HCVC works as expected in non-corner cases (it's definitely incomplete, and could use more tests. I created it mainly to test the few functions I

[03/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE event

2014-08-11 Thread mihaic
FLEX-34119 CAUSE: HierarchicalCollectionViewCursor.collectionChangeHandler dealt with CollectionEventKind.ADD and CollectionEventKind.REMOVE events in a defective way: when the event happened before the currently-selected node, but in a different collection from the selected node, it assumed

[11/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, it

2014-08-11 Thread mihaic
FLEX-34440 CAUSE: When HierarchicalCollectionView converts a CollectionEventKind.REPLACE CollectionEvent into a CollectionEventKind.REMOVE one, it also deletes the parent(s) of the replaced node root(s). However, if the HierarchicalCollectionViewCursor which then immediately responds to this

[12/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 Added a unit test to reproduce FLEX-34424. As expected, it is currently failing. Also added a few more tests to HierarchicalCollectionV

2014-08-11 Thread mihaic
FLEX-34424 Added a unit test to reproduce FLEX-34424. As expected, it is currently failing. Also added a few more tests to HierarchicalCollectionViewCursor_Basics_Test to do with the deletion of nodes. These are currently passing. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

[14/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if i

2014-08-11 Thread mihaic
FLEX-34424 CAUSE: HierarchicalCollectionViewCursor deals with deletions of nodes before the current node in two distinct ways: 1) relatively: if it's possible, it calls movePrevious() as many times as the number of nodes removed; if not, 2) absolutely: it seeks to the location of the first

[09/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 changing the package of the unit tests (and helper classes) to mx.collections.

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 changing the package of the unit tests (and helper classes) to mx.collections. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7b55b014 Tree:

[08/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34440 Added unit test to reproduce FLEX-34440. This also required a few changes in HierarchicalCollectionViewTestUtils.

2014-08-11 Thread mihaic
FLEX-34440 Added unit test to reproduce FLEX-34440. This also required a few changes in HierarchicalCollectionViewTestUtils. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3336f2ec Tree:

[17/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34456 CAUSE: When a HierarchicalCollectionViewCursor reacted to a deletion before another cursor, it deleted the parent mappings of the delet

2014-08-11 Thread mihaic
FLEX-34456 CAUSE: When a HierarchicalCollectionViewCursor reacted to a deletion before another cursor, it deleted the parent mappings of the deleted nodes (even if it didn't need to make any changes to its internal state). Since these mappings are on the HierarchicalCollectionView, the next

[16/19] git commit: [flex-sdk] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into FLEX-34119

2014-08-11 Thread mihaic
Merge remote-tracking branch 'origin/develop' into FLEX-34119 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/65d90e36 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/65d90e36 Diff:

[05/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollectionV

2014-08-11 Thread mihaic
FLEX-34119 Simplified two if statements, removed an unused variable, and removed Duplicate variable definition warnings in HierarchicalCollectionViewCursor. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b8cc55f3

[19/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarchy,

2014-08-11 Thread mihaic
FLEX-34458 CAUSE: Because HierarchicalCollectionViewCursor uses both relative and absolute bookmarks in the various collections of the hierarchy, there needs to be special treatment for these two cases. Namely, while it works great with absolute bookmarks to call .movePrevious on the bookmark

[13/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 Improved the unit test by making it parameterized and adding a few more cases.

2014-08-11 Thread mihaic
FLEX-34424 Improved the unit test by making it parameterized and adding a few more cases. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cc5f71cd Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cc5f71cd

[10/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 FLEX-34440 Renaming variables to make code more readable.

2014-08-11 Thread mihaic
FLEX-34119 FLEX-34440 Renaming variables to make code more readable. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3ce553b3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3ce553b3 Diff:

[18/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 Added a unit test which reproduces the bug (which means it currently fails).

2014-08-11 Thread mihaic
FLEX-34458 Added a unit test which reproduces the bug (which means it currently 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/979c7a8f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/979c7a8f Diff:

[06/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler.

2014-08-11 Thread mihaic
FLEX-34119 Renamed a Boolean for clarity in HierarchicalCollectionViewCursor.collectionChangeHandler. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0e15df32 Tree:

[04/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Adding some explanations on the main unit test.

2014-08-11 Thread mihaic
FLEX-34119 Adding some explanations on the main 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/75e8db42 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/75e8db42 Diff:

[01/19] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 renaming variables for increased readability.

2014-08-11 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop cecd8e464 - 2f1b76827 FLEX-34119 renaming variables for increased readability. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0a2c3bd8 Tree:

Git Push Summary

2014-12-02 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/FLEX-34119 [deleted] 2f1b76827

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

2014-12-16 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/72635da5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/72635da5 Diff:

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26703 changed the batch file instructions in README to what actually works in Windows.

2014-12-16 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 188496024 - 68e8d0fc3 FLEX-26703 changed the batch file instructions in README to what actually works in Windows. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/2] git commit: [flex-sdk] [refs/heads/release4.14.0] - Merge remote-tracking branch 'origin/release4.14.0' into release4.14.0

2014-12-19 Thread mihaic
Merge remote-tracking branch 'origin/release4.14.0' into release4.14.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/989f6a2a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/989f6a2a Diff:

[1/2] git commit: [flex-sdk] [refs/heads/release4.14.0] - FLEX-34564 Minor changes to spelling, punctuation, grammar and logic.

2014-12-19 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 8eb58c2c3 - 989f6a2ac FLEX-34564 Minor changes to spelling, punctuation, grammar and logic. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/178bc924

git commit: [flex-utilities] [refs/heads/develop] - FLEX-34705 Added additional setup information needed to compile Squiggly.

2014-12-22 Thread mihaic
Repository: flex-utilities Updated Branches: refs/heads/develop 9a5ac174c - 50cbcafb8 FLEX-34705 Added additional setup information needed to compile Squiggly. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

git commit: [flex-tlf] [refs/heads/develop] - FLEX-34609 removed superfluous null checks for _container.

2014-10-15 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 80f3042db - 1a9f875cd FLEX-34609 removed superfluous null checks for _container. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/1a9f875c Tree:

git commit: [flex-tlf] [refs/heads/develop] - FLEX-26478 CAUSE: When replacing ContainerControllers (triggered when the text changes in a TextField / TextArea), StandardFlowComposer tried to dispose o

2014-10-22 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 129ec697e - d1c83617f FLEX-26478 CAUSE: When replacing ContainerControllers (triggered when the text changes in a TextField / TextArea), StandardFlowComposer tried to dispose of the discarded ones first. It did this by calling

[2/2] git commit: [flex-tlf] [refs/heads/develop] - Merge branch 'FLEX-26478' into develop

2014-10-23 Thread mihaic
Merge branch 'FLEX-26478' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/fad7b298 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/fad7b298 Diff:

[1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-26478 Responding to dev review by adding curly braces around if clauses. Also optimised imports and renamed comment parameters in StandardFlowC

2014-10-23 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop 95fecf478 - fad7b298e FLEX-26478 Responding to dev review by adding curly braces around if clauses. Also optimised imports and renamed comment parameters in StandardFlowComposer and ContainerController. Project:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34543 Added a unit test which reproduces the bug and thus prevents it from recurring.

2014-10-23 Thread mihaic
FLEX-34543 Added a unit test which reproduces the bug and thus prevents it from recurring. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/332ec430 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/332ec430

[1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34543 Accepting patch from Marcus Wilkinson.

2014-10-23 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 2fc9a8d5b - 332ec4305 FLEX-34543 Accepting patch from Marcus Wilkinson. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f47b67f6 Tree:

[3/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Moved the unit test outside the source folder, so that it's not included in the swc.

2015-01-15 Thread mihaic
FLEX-34717 Moved the unit test outside the source folder, so that it's not included in the swc. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/a43c535e Tree:

[2/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Added a unit test to reproduce the bug. Currently it fails.

2015-01-15 Thread mihaic
FLEX-34717 Added a unit test to reproduce the bug. Currently it fails. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/4ceb81a5 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/4ceb81a5 Diff:

[1/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34705 Removed unused imports.

2015-01-15 Thread mihaic
Repository: flex-utilities Updated Branches: refs/heads/develop 50cbcafb8 - f6d1ade23 FLEX-34705 Removed unused imports. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/fff4c4f2 Tree:

[4/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Before the dictionary loads, both hh and scm are null, so cleanUp() shouldn't assume they're not.

2015-01-15 Thread mihaic
FLEX-34717 Before the dictionary loads, both hh and scm are null, so cleanUp() shouldn't assume they're not. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/9f2ef2b7 Tree:

[5/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Added the same unit test and fix as for SpellingUIEx.

2015-01-15 Thread mihaic
FLEX-34717 Added the same unit test and fix as for SpellingUIEx. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/da3883b7 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/da3883b7 Diff:

[6/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Minor improvements to both versions of SpellUI.

2015-01-15 Thread mihaic
FLEX-34717 Minor improvements to both versions of SpellUI. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/f6d1ade2 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/f6d1ade2 Diff:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34721 Changing FLEXUNIT_HOME value back to previous version after changing it by mistake.

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 89b1aa1e3 - eb188fb3a FLEX-34721 Changing FLEXUNIT_HOME value back to previous version after changing it by mistake. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34721 In order to support Squiggly to run its own unit tests via flexunit-tests.xml, we had to make some changes: -all the existing unit tests have b

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 6614d52d2 - 89b1aa1e3 FLEX-34721 In order to support Squiggly to run its own unit tests via flexunit-tests.xml, we had to make some changes: -all the existing unit tests have been moved to a directory called 'tests' on the same level

[1/3] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 the build script expects the test files to end in 'Tests'.

2015-01-21 Thread mihaic
Repository: flex-utilities Updated Branches: refs/heads/develop 7a774d9e7 - 0649b1036 FLEX-34717 the build script expects the test files to end in 'Tests'. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

[3/3] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34721 Made the Squiggly test running extensible - now when you write unit tests for other sub-projects, such as SpellingEngine, you can r

2015-01-21 Thread mihaic
FLEX-34721 Made the Squiggly test running extensible - now when you write unit tests for other sub-projects, such as SpellingEngine, you can run them by adding a new line in the 'unit-tests' target of Squiggly/main/build.xml, on the model of the ones already there. Then you add a build.xml file

[2/3] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34721 Set up the build files to call flexunit-tests.xml from the SDK root in order to run the unit tests. Note that for now we're only ru

2015-01-21 Thread mihaic
FLEX-34721 Set up the build files to call flexunit-tests.xml from the SDK root in order to run the unit tests. Note that for now we're only running the tests in SpellingUIEx. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 Adding some asserts in order to debug the type of UIImpersonator.testDisplay, which seems to be different than when the test runs locally.

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 5762e7355 - e11ab8a72 FLEX-34625 Adding some asserts in order to debug the type of UIImpersonator.testDisplay, which seems to be different than when the test runs locally. Project:

git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Clarified how the tests can fail.

2015-01-21 Thread mihaic
Repository: flex-utilities Updated Branches: refs/heads/develop f6d1ade23 - 7a774d9e7 FLEX-34717 Clarified how the tests can fail. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/7a774d9e Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 The asserts didn't help much. Hoping to get some traces instead.

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop e11ab8a72 - 236f068cd FLEX-34625 The asserts didn't help much. Hoping to get some traces instead. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/236f068c

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 If it's a container, we're dealing with Flex 3 classes; if not, it means flexunit is compiled to expect an AS-only project.

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop f27ea3b8f - 6614d52d2 FLEX-34625 If it's a container, we're dealing with Flex 3 classes; if not, it means flexunit is compiled to expect an AS-only project. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 Asserts do work, but line numbers don't. So I added some messages to the asserts.

2015-01-21 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 236f068cd - f27ea3b8f FLEX-34625 Asserts do work, but line numbers don't. So I added some messages to the asserts. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 CAUSE: When focusThickness is set to 0, the BitmapData that HighlightBitmapCaptureSkin.updateDisplayList() tries to create is of 0 width

2015-01-06 Thread mihaic
FLEX-34625 CAUSE: When focusThickness is set to 0, the BitmapData that HighlightBitmapCaptureSkin.updateDisplayList() tries to create is of 0 width and height, which results in a fatal error. SOLUTION: check whether the width and the height of the BitmapData we want to construct are 0, and, if

[1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 Added a unit test which reproduces the bug.

2015-01-06 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 44911f08a - 87e77c898 FLEX-34625 Added a unit test which reproduces the bug. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6a031b47 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 Making it clear that the width and height of the text input are 0 for the bug to be reproduced.

2015-01-06 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 87e77c898 - 839073cb4 FLEX-34625 Making it clear that the width and height of the text input are 0 for the bug to be reproduced. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[3/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 moved the unit test into the spark project, as seems to be the pattern we're using with the apache project.

2015-01-06 Thread mihaic
FLEX-34625 moved the unit test into the spark project, as seems to be the pattern we're using with the apache project. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f244ed77 Tree:

[1/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 The 'test' target of the build file expects that the name of the unit tests ends with Tests instead of Test.

2015-01-06 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 839073cb4 - 6dadf6ddf FLEX-34625 The 'test' target of the build file expects that the name of the unit tests ends with Tests instead of Test. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[4/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 Correcting package name.

2015-01-06 Thread mihaic
FLEX-34625 Correcting package name. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cf0e4d0b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cf0e4d0b Diff:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 this unit test is blocking FlexUnit, so I'm moving it back (temporarily) to prevent it from being executed in the flex-sdk_test job until we fi

2015-03-12 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 410945f0f - 58bedac00 FLEX-34119 this unit test is blocking FlexUnit, so I'm moving it back (temporarily) to prevent it from being executed in the flex-sdk_test job until we find a solution for the stack overflow. Project:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34778 Adding a unit test to reproduce the bug.

2015-03-06 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop f34fc4446 - 8ba3731e1 FLEX-34778 Adding a unit test to reproduce the bug. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8ba3731e Tree:

[05/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 renamed the test to the format expected by the ant test script.

2015-03-10 Thread mihaic
FLEX-34119 renamed the test to the format expected by the ant test script. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/45707ff0 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/45707ff0 Diff:

[10/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34440 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication,

2015-03-10 Thread mihaic
FLEX-34440 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[13/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34775 moved the unit test where it can be run by 'ant test'.

2015-03-10 Thread mihaic
FLEX-34775 moved the unit test where it can be run by 'ant 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/f7fcf121 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f7fcf121 Diff:

[12/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34458 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication,

2015-03-10 Thread mihaic
FLEX-34458 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[06/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 our test runner seems to be an Application, rather than WindowedApplication. Now the unit test reflects that.

2015-03-10 Thread mihaic
FLEX-34119 our test runner seems to be an Application, rather than WindowedApplication. Now the unit test reflects that. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3e27fadc Tree:

[09/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34424 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication,

2015-03-10 Thread mihaic
FLEX-34424 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[03/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34778 running the unit tests as part of 'ant test' now, which implied moving them to frameworks/projects/advancedgrids/tests and changing the

2015-03-10 Thread mihaic
FLEX-34778 running the unit tests as part of 'ant test' now, which implied moving them to frameworks/projects/advancedgrids/tests and changing the build scripts to allow test execution in the advancedgrids project. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[07/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34778 moved the test to where it can be executed via 'ant test'

2015-03-10 Thread mihaic
FLEX-34778 moved the test to where it can be executed via 'ant 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/6ffb7ff3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6ffb7ff3 Diff:

[11/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34456 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication,

2015-03-10 Thread mihaic
FLEX-34456 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than a WindowedApplication, so I changed how uncaught client errors are captured to reflect this. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[04/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 moving the unit test to where it can be executed part of 'ant test'

2015-03-10 Thread mihaic
FLEX-34119 moving the unit test to where it can be executed part of 'ant 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/4cb597a0 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4cb597a0 Diff:

[01/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34778 Adding a unit test which verifies that replacements in the HierarchicalCollectionView work as expected in various circumstances, so tha

2015-03-10 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 7cef57b72 - 410945f0f FLEX-34778 Adding a unit test which verifies that replacements in the HierarchicalCollectionView work as expected in various circumstances, so that a fix for this bug can be made knowing that we're not breaking

[14/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Running the over 10, 000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit above three

2015-03-10 Thread mihaic
FLEX-34119 Running the over 10,000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit above three minutes.) I'm ignoring this for now. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[08/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-43119 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than WindowedApplication, s

2015-03-12 Thread mihaic
FLEX-43119 moved the unit test where it can be run by 'ant test'. Also, the main test runner is an Application, rather than WindowedApplication, so I changed how uncaught client errors are captured. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

[02/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34778 CAUSE: When a node is opened, HierarchicalCollectionView starts to listen to changes to its children collection. And when it's closed,

2015-03-12 Thread mihaic
FLEX-34778 CAUSE: When a node is opened, HierarchicalCollectionView starts to listen to changes to its children collection. And when it's closed, it doesn't stop listening to these CollectionEvents. So when a closed node's child is replaced, nestedCollectionChangeHandler is triggered, even if

[1/2] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34756 CAUSE: If a spelling job runs while the textFlow of RichEditableText is damaged, then the values that SpellUI.getValidFirstWordInde

2015-03-30 Thread mihaic
Repository: flex-utilities Updated Branches: refs/heads/develop 2783266c4 - 18d0738c4 FLEX-34756 CAUSE: If a spelling job runs while the textFlow of RichEditableText is damaged, then the values that SpellUI.getValidFirstWordIndex() and SpellUI.getValidLastWordIndex() receive from

[2/2] git commit: [flex-tlf] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

2015-03-30 Thread mihaic
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/b08af46d Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/b08af46d Diff:

[2/2] git commit: [flex-utilities] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

2015-03-30 Thread mihaic
Merge remote-tracking branch 'origin/develop' into develop Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/18d0738c Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/18d0738c Diff:

[1/2] git commit: [flex-tlf] [refs/heads/develop] - FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, becaus

2015-03-30 Thread mihaic
Repository: flex-tlf Updated Branches: refs/heads/develop dd7df805d - b08af46da FLEX-34756 Split the functionality provided by FlowComposerBase.isDamaged() and StandardFlowComposer.isDamaged() into two separate functions, because 1) they do very different things, and 2) to solve FLEX-34756 I

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34775 CAUSE: Asking the HierarchicalCollectionView to open an inaccessible node (e.g. a node whose parent is closed) would succeed (but should not).

2015-03-23 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop ff32502ec - 11d60dae2 FLEX-34775 CAUSE: Asking the HierarchicalCollectionView to open an inaccessible node (e.g. a node whose parent is closed) would succeed (but should not). A consequence was that HierarchicalCollectionView.length

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34775 Improved unit tests.

2015-03-05 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop cc2ccf6a0 - f34fc4446 FLEX-34775 Improved unit tests. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f34fc444 Tree:

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

2015-05-05 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/8667740f Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8667740f Diff:

[1/2] git commit: [flex-sdk] [refs/heads/develop] - Correcting typo.

2015-05-05 Thread mihaic
Repository: flex-sdk Updated Branches: refs/heads/develop 08ae82cd2 - 8667740f3 Correcting typo. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8ad9883e Tree:

[2/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34837 Added a unit test to reproduce the bug.

2015-05-13 Thread mihaic
FLEX-34837 Added a unit test to reproduce the bug. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/24c9ab6b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/24c9ab6b Diff:

  1   2   3   >