Closed
Bug 1064134
Opened 10 years ago
Closed 9 years ago
ShumwayStreamConverter.jsm:192 - reference to undefined property actions.objectParams.shumwaymode
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cpeterson, Assigned: yury)
References
Details
Loading the following BBC page with Shumway enabled will log the JS errors below:
http://www.bbc.com/news/uk-scotland-29099431
> System JS : WARNING resource://shumway/ShumwayStreamConverter.jsm:192 - reference to undefined property actions.objectParams.shumwaymode
> System JS : ERROR resource://shumway/ShumwayStreamConverter.jsm:834 - TypeError: element.srcURI is null
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ydelendik
Reporter | ||
Comment 1•10 years ago
|
||
Yury: I think I saw this warning when running a debug build of Firefox, which enables the (controversial) "javascript.options.strict" pref. This particular warning happens when using an undefined property before checking whether it is defined, which is legal JS but might indicate a bug.
Blocks: shumway-m4
Comment 2•9 years ago
|
||
Seems like we're not doing this anymore.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•