Closed
Bug 925090
Opened 11 years ago
Closed 11 years ago
Show compatibility error if an add-on uses getShortcutOrURI or _canonizeURL
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
VERIFIED
FIXED
2013-10-21
People
(Reporter: jorgev, Assigned: basta)
Details
(Whiteboard: [fx25])
As explained in bug 846635, the getShortcutOrURI function was removed, and _canonizeURL is now asynchronous. We need to flag all instances of these functions being used and show an error.
This is a compatibility error, so the add-on should not be upgraded in this case.
Message:
getShortcutOrURI was replaced for the asynchronous getShortcutOrURIAndPostData, and _canonizeURL is now also asynchronous. See <LINK> for more information.
Link: https://bugzilla.mozilla.org/show_bug.cgi?id=846635
Affected add-on:
https://addons.mozilla.org/firefox/addon/smartsearch/
Assignee | ||
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
Status: RESOLVED → VERIFIED
Target Milestone: 2013-10-14 → 2013-10-21
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
•