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 10462 #3114

Merged
merged 12 commits into from
Oct 5, 2012
Merged

Timob 10462 #3114

merged 12 commits into from
Oct 5, 2012

Conversation

WhichKatieDid
Copy link
Contributor

Test is in KS and in Jira. Timob 10462

@ghost ghost assigned vishalduggal Oct 5, 2012
@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED
Would like a second CR of the classes TiBindingEvent and TiBindingRunLoop

@vishalduggal
Copy link
Contributor

This PR does not change existing functionality. Just sets the building blocks to fix our eventing architecture

@vishalduggal
Copy link
Contributor

FR Passed. Could easily verify the cancelBubble and bubbleParent properties for event and view respectively.
Did not see any regressions in KS.
And the event firing is significantly faster.
APPROVED.

event->pendingEvents = runloopcount;
if (runloopcount == 1) { //Main case: One run loop.
TiBindingRunLoop ourRunLoop = [targetProxy primaryBindingRunLoop];
if (ourRunLoop != nil) { // It's possible that
Copy link
Contributor

Choose a reason for hiding this comment

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

where you in the middle of a comment?

@srahim
Copy link
Contributor

srahim commented Oct 5, 2012

Minor comment changes required. Code wise everything looks good.

@srahim
Copy link
Contributor

srahim commented Oct 5, 2012

Ran docgen.py and validate.py APPROVED

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

3 participants