Closed
Bug 1158873
Opened 11 years ago
Closed 11 years ago
Don't use the deprecated memory module during runtime, only tests
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: evold)
Details
Attachments
(1 file)
At the moment the deprecated memory module which has had a troubled past, is used in the api-utils module which can be used during an add-ons runtime for users. We should only use the module in our tests I think until the module is moved/rewritten and stable.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → evold
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8598066 -
Flags: review?(dtownsend)
| Assignee | ||
Updated•11 years ago
|
Priority: -- → P2
Updated•11 years ago
|
Attachment #8598066 -
Flags: review?(dtownsend) → review+
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/52bf51f609a032098689b548f9d0deb01ff9bab1
Bug 1158873 - Do not use the deprecated memory module during runtime, only tests
https://github.com/mozilla/addon-sdk/commit/d5cb6eac6a460ead6e7c28f6d6ad18329b7a60b1
Merge pull request #1948 from erikvold/1158873
Bug 1158873 - Don't use the deprecated memory module during runtime, only tests r=Mossop
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•