Closed
Bug 1187119
Opened 10 years ago
Closed 10 years ago
Show compatibility warning if an add-on uses setKeywordForBookmark, getKeywordForBookmark, or getURIForKeyword
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
2015-07
People
(Reporter: jorgev, Assigned: mstriemer)
Details
(Whiteboard: [fx40])
As explained in bug 1140395, the old keywords API is being deprecated in Firefox 40. All instances of these three functions: setKeywordForBookmark, getKeywordForBookmark, getURIForKeyword need to be flagged.
This is a compatibility warning, so the add-on should still be upgraded in this case. It should also appear as a warning in regular validations.
Message:
The old keywords API is deprecated. You should use PlacesUtils.keywords instead. See <LINK> for more information.
Link: https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Using_the_Places_keywords_API
Affected add-on:
https://addons.mozilla.org/addon/quick-search-14448/
Release timing:
Firefox 40 will be released on August 11th.
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/amo-validator
https://github.com/mozilla/amo-validator/commit/6ca6e0fd7181add12c779ca0947910638ff398aa
Fx40 compat Keywords API (bug 1187119)
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 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
•