Closed
Bug 703732
Opened 14 years ago
Closed 14 years ago
Show compatibility error if an add-on uses isSameNode
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect, P2)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
6.3.3
People
(Reporter: jorgev, Assigned: basta)
Details
(Whiteboard: [fx10])
As explained in bug 687400, the DOM function isSameNode is being removed (probably). We need to flag all instances of these function calls and show an error.
This is a compatibility error, so the add-on should not be upgraded in this case.
Message:
The "isSameNode" function has been removed. You can use the == operator as an alternative. See <LINK> for more information.
Link: https://bugzilla.mozilla.org/show_bug.cgi?id=687400
Affected add-on:
https://addons.mozilla.org/en-US/firefox/addon/scrapbook/
Updated•14 years ago
|
Assignee: nobody → mattbasta
Comment 1•14 years ago
|
||
Fixed: https://github.com/mozilla/amo-validator/commit/62a91226f358eee683e741d6c17e3a4e45df2309
Pushed to zamboni: https://github.com/mozilla/zamboni/commit/6c4d24f
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•14 years ago
|
||
Sorry for the last-minute change, but the message is wrong. It should say === instead of ==.
Corrected message:
The "isSameNode" function has been removed. You can use the === operator as an alternative. See <LINK> for more information.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•14 years ago
|
||
Fixed https://github.com/mozilla/amo-validator/commit/60eb9218637095781c3ea13099dfccd7aeb747e4
Pushed to z: https://github.com/mozilla/zamboni/commit/a018fb5
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
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
•