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)

defect

Tracking

(Not tracked)

RESOLVED FIXED

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/
Assignee: nobody → mattbasta
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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 → ---
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.