Closed
Bug 1646119
Opened 5 years ago
Closed 5 years ago
UpdateManager: Remove transient _updates getter
Categories
(Toolkit :: Application Update, task)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: WeirdAl, Assigned: WeirdAl)
Details
Attachments
(1 file, 1 obsolete file)
UpdateManager.prototype._updates is a lazy getter that destroys itself immediately upon access. I think it's confusing me (and my analysis tools) by doing so.
The accessor has to go anyway as part of asyncification. Making it an independent function shouldn't cost anything.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9157089 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Attachment #9157544 -
Attachment description: Bug 1646119, UpdateManager: rename _updates getter to buildUpdateArray(). r=bytesized → Bug 1646119, UpdateManager: rename _updates getter to _getUpdates(). r=bytesized
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a0f2ac294cf
UpdateManager: rename _updates getter to _getUpdates(). r=bytesized,preferences-reviewers,ntim
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•