Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-10802] NavGroup - Cleanup windowStack Management #2909

Merged
merged 6 commits into from Sep 19, 2012
Merged

[TIMOB-10802] NavGroup - Cleanup windowStack Management #2909

merged 6 commits into from Sep 19, 2012

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA

Use the expanded test case in comments.

Regression tickets to test against
TIMOB-8559
TIMOB-8628
TIMOB-7773
TIMOB-10150

@@ -34,7 +34,10 @@ -(void)setVisibleProxy:(TiWindowProxy *) newVisibleProxy
-(void)dealloc
{
RELEASE_TO_NIL(controller);

if ([closingProxyArray count] > 0) {
[closingProxyArray removeAllObjects];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed given that it's followed by release

@mstepanov
Copy link
Contributor

CR tentatively approved

@mstepanov
Copy link
Contributor

Code reviewed. APPROVED

@mstepanov
Copy link
Contributor

FT PASSED
Regressions tested.

mstepanov pushed a commit that referenced this pull request Sep 19, 2012
[TIMOB-10802] NavGroup - Cleanup windowStack Management
@mstepanov mstepanov merged commit 57e7494 into tidev:master Sep 19, 2012
@vishalduggal vishalduggal deleted the timob-10802 branch October 27, 2014 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants