Closed
Bug 691602
Opened 14 years ago
Closed 14 years ago
Show compatibility error if an add-on uses nsIEditorSpellCheck.saveDefaultDictionary
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect, P2)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
6.2.7
People
(Reporter: jorgev, Assigned: ashort)
Details
(Whiteboard: [fx9])
As explained in bug 678842, nsIEditorSpellCheck.saveDefaultDictionary has been removed. We need to check for all calls of the saveDefaultDictionary function and show a compatibility error.
This is a compatibility error, so the add-on should not be upgraded in this case.
Message:
The saveDefaultDictionary function was removed from nsIEditorSpellCheck in Firefox 9. See <LINK> for more information.
Link: https://bugzilla.mozilla.org/show_bug.cgi?id=678842
Affected add-on:
No known affected add-ons.
| Reporter | ||
Comment 1•14 years ago
|
||
Please add to the checks any calls to nsIEditorSpellCheck.UpdateCurrentDictionary that has arguments. Only calls with no arguments should be accepted.
| Assignee | ||
Comment 2•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 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
•