Closed
Bug 569516
Opened 15 years ago
Closed 15 years ago
"smokescreen" flash emulator doesn't work on m-c or tm tip
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: bzbarsky, Unassigned)
References
()
Details
Attachments
(1 file)
|
301.12 KB,
text/plain
|
Details |
BUILD: m-c or tm tip
STEPS TO REPRODUCE: Load http://smokescreen.us/demos/sb45demo.html
EXPECTED RESULTS: Video, audio, etc
ACTUAL RESULTS: Nothing of the sort, plus an error in the JS console:
Error: this.enterFrameListeners[b] is not a function
Source File: http://smokescreen.us/demos/js/smokescreen.0.1.3-min.js
Line: 383
On m-c the 1-day regression range contains the May 26 tm merge.
On tm, I bisected locally and bisect says:
The first bad revision is:
changeset: 41832:b15fd8b568e4
user: Andreas Gal <gal@mozilla.com>
date: Fri May 07 17:52:52 2010 -0700
summary: fast object iteration (558754, r=brendan, CLOSED TREE).
Not sure whether this needs to be an alpha blocker....
| Reporter | ||
Updated•15 years ago
|
Blocks: fastiterators
Updated•15 years ago
|
blocking2.0: ? → beta1+
Comment 1•15 years ago
|
||
Enough delete going on, with plenty of for-in (many with call-free bodies though) that it could be delete inside for-in for the object being enumerated, where the deleted property has not yet been visited. Best to confirm that this is biting.
/be
Comment 3•15 years ago
|
||
Does this still fail on tm or m-c? Andreas restored delete suppression for the direct object (not for delete on a prototype property, though).
/be
Comment 4•15 years ago
|
||
I still get
Error: this.enterFrameListeners[b] is not a function
Source File: http://smokescreen.us/demos/js/smokescreen.0.1.3-min.js
Line: 383
on that URL, with Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a6pre) Gecko/20100617 Minefield/3.7a6pre
Updated•15 years ago
|
blocking2.0: beta1+ → beta2+
Updated•15 years ago
|
blocking2.0: beta2+ → betaN+
Comment 5•15 years ago
|
||
Can we get an owner here, please?
Comment 6•15 years ago
|
||
I just watched all three strongbad emails without incident. Good times.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•