Closed Bug 961778 Opened 12 years ago Closed 12 years ago

youtube wrapper ended test is timing out

Categories

(Webmaker Graveyard :: popcorn.js, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: thecount, Assigned: thecount)

Details

Attachments

(1 file)

Looks like bug 894943 broke this. It just landed, so we either need to fix fast or back out. I am hoping for a fast fix.
Assignee: nobody → scott
Currently not able to get that last test passing yet. Scratching my head on it right now. Based on things that have changed, and how they were, it *should* work. I am changing something, that shouldn't make a difference but is. Not sure if we should split it or not, but backing out the internal event ticket DOES fix it... so, maybe we should consider back it out if I cannot fix it.
Attachment #8362691 - Flags: review?(schranz.m)
Comment on attachment 8362691 [details] [review] https://github.com/mozilla/popcorn-js/pull/372 Missed semi-colon. Also sounds like you want this to bake a little while longer based on in person convo.
Attachment #8362691 - Flags: review?(schranz.m) → review-
Comment on attachment 8362691 [details] [review] https://github.com/mozilla/popcorn-js/pull/372 Got it. Because of the new event system, callbacks and events are outside of the player's readyState function, which means if they are not removed on destruction of the player when the source is changed, we start calling them unexpectedly. Also changed the order of things inside the firstPlay and firstPause to just be cleaner. It didn't have a bug, but leaving events around when they are not needed anymore only to remove them later when we can sooner, we might as well remove them right away.
Attachment #8362691 - Flags: review- → review?(schranz.m)
Attachment #8362691 - Flags: review?(schranz.m) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(scott)
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Flags: needinfo?(scott)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: