Closed
Bug 336837
Opened 19 years ago
Closed 14 years ago
microsummary service doesn't guarantee cache loaded before updating
Categories
(Firefox Graveyard :: Microsummaries, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: myk, Assigned: myk)
Details
(Whiteboard: [microsummaries-feature-removal])
The microsummary caches local generators in memory on bookmarks-service-initialized and also instantiates a timer that fires 15 seconds later (and every 15 seconds after that) that checks to see if microsummaries need updating, but it doesn't guarantee that it'll finish caching the generators before first attempting to update microsummaries.
The service should wait until the cache is populated before first attempting to update microsummaries so it doesn't attempt to update a microsummary that it doesn't yet have generator for (f.e. on slow NFS-mounted profiles).
Assignee | ||
Updated•19 years ago
|
Priority: -- → P1
Whiteboard: [myk: mss]
Target Milestone: --- → Firefox 3
Assignee | ||
Updated•19 years ago
|
Component: Bookmarks → Microsummaries
Whiteboard: [myk: mss]
Updated•19 years ago
|
QA Contact: bookmarks → microsummaries
Assignee | ||
Updated•18 years ago
|
Priority: P1 → P4
Assignee | ||
Updated•18 years ago
|
Target Milestone: Firefox 3 → ---
Comment 1•14 years ago
|
||
- BUGSPAM -
Wontfixing all Microsummaries bugs, since the feature has been removed from the core product and previous versions won't get further fixes for it.
If interested in supporting Microsummaries in your add-on, you're free to use our old microsummaries code and to search all previously open bugs by looking for [microsummaries-feature-removal] in the status whiteboard field.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Whiteboard: [microsummaries-feature-removal]
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•