Closed
Bug 1095775
Opened 10 years ago
Closed 10 years ago
Show compatibility error if an add-on uses createStorage
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
VERIFIED
FIXED
2014-11
People
(Reporter: jorgev, Assigned: mstriemer)
Details
(Whiteboard: [fx34])
As explained in bug 660237, there have been some changes in the nsIDOMStorage API. The createStorage function now also takes a window as an additional argument. All instances of this function need to be flagged.
This is a compatibility error, so the add-on shouldn't be upgraded in this case. It should also appear as a warning in regular validations.
Message:
The createStorage function in nsIDOMStorage now expects a window as its first argument. See <LINK> for more information.
Link: https://bugzilla.mozilla.org/show_bug.cgi?id=660237#c43
Affected add-on:
https://addons.mozilla.org/addon/galaxytoolbar/
Release timing:
The next Firefox release will happen on November 25th. Ideally we should run the compat bump before Nov 19th.
Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Verified as fixed : http://screencast.com/t/Vy5rMQGR3cm7
Status: RESOLVED → VERIFIED
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
•