Closed
Bug 1419140
Opened 7 years ago
Closed 7 years ago
Replace the global alarmsMap in ext-alarms.js with a map stored in the ExtensionAPI object
Categories
(WebExtensions :: General, defect, P3)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1432605
People
(Reporter: bsilverberg, Assigned: bsilverberg)
References
Details
(Whiteboard: [alarms])
I believe that alarms suffers from the same problem as reported for notifications in bug 1418311. This bug is to fix that by implementing a similar solution.
Comment 1•7 years ago
|
||
Another fix that would be nice to do would be using the EventEmitter rather than using a Map.
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Comment 2•7 years ago
|
||
Your prediction was correct, and it was fixed in bug 1432605.
Tim's suggestion is tracked in bug 1413045.
You need to log in
before you can comment on or make changes to this bug.
Description
•