Closed
Bug 588249
Opened 14 years ago
Closed 11 years ago
Make AddonRepository smarter about what repository Addons it keeps in memory
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INVALID
People
(Reporter: Unfocused, Assigned: Unfocused)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
With bug 586591, AddonRepository caches addon data in a SQLite database, and also in memory. However, it doesn't need to keep all addons in memory - and should be smart about what can just be re-retrieved from the database.
Assignee | ||
Comment 1•14 years ago
|
||
Work in progress. Has test failures. Will try to finish it off after beta 5.
Assignee: nobody → bmcbride
Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 466884 [details] [diff] [review]
WiP v1
Oh, and this still holds on to all addon objects forever, once it gets them. Need to add in some magic pixie dust to make that not happen. It does, however, retrieve them lazily.
Assignee | ||
Comment 4•11 years ago
|
||
Oh, yes, indeed.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(bmcbride)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•