Closed
Bug 1119332
Opened 10 years ago
Closed 9 years ago
Refactor controlTags logic to be in sync with SWFFile definition
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: yury, Unassigned)
References
Details
(Keywords: regression)
Currently we have https://github.com/yurydelendik/shumway/blob/8b5616ca41b66ab5d8ddf36b961cfaebacd55cd1/src/flash/display/MovieClip.ts#L570
var tag = 'depth' in tags[j] ?
tags[j] : <any>loaderInfo._file.getParsedTag(tags[j]);
switch (tag.code) {
In SWFFile, controlTags are defined as UnparsedTag[] which does not match the logic above.
Introduced by https://github.com/mozilla/shumway/commit/8b5616ca41b66ab5d8ddf36b961cfaebacd55cd1
Comment 1•10 years ago
|
||
needinfo for Tobias.
Flags: needinfo?(schneider)
OS: Mac OS X → All
Hardware: x86 → All
Reporter | ||
Updated•10 years ago
|
See Also: → https://github.com/mozilla/shumway/issues/1917
Updated•10 years ago
|
Blocks: shumway-m4
Updated•9 years ago
|
Blocks: shumway-m5
Updated•9 years ago
|
No longer blocks: shumway-m4
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•9 years ago
|
Flags: needinfo?(tschneider)
You need to log in
before you can comment on or make changes to this bug.
Description
•