Closed
Bug 1121744
Opened 10 years ago
Closed 10 years ago
Show compatibility error if an add-on uses @@iterator
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
2015-02
People
(Reporter: jorgev, Assigned: mstriemer)
Details
(Whiteboard: [fx36][qa-])
As explained in bug 918828, the syntax for @@iterator has changed. All instances of the string @@iterator need to be flagged.
This is a compatibility error, so the add-on shouldn't be upgraded in this case. It should also appear as a warning in regular validations.
Message:
The syntax for @@iterator has changed. See <LINK> for more information.
Link: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/@@iterator
Affected add-on:
https://addons.mozilla.org/addon/scriptify/
Release timing:
The next Firefox release will happen on February 24th. There's time, but the sooner the better :).
Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Can you please add some STRs to this bug or mark it as [qa-] ?
Reporter | ||
Updated•10 years ago
|
Whiteboard: [fx36] → [fx36][qa-]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•