Closed
Bug 95825
Opened 24 years ago
Closed 9 years ago
cache sort result of charset menu
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ftang, Assigned: smontagu)
References
Details
(Keywords: perf)
currently, we use nsICollation at the start up time to build the charset menu.
The delay of building charset menu is report in a different bug. But we should
also consider cache the sort result in a disk cache (nsIPref*?) so we don't need
to sort again and again.
Reporter | ||
Comment 1•24 years ago
|
||
the other thing we should consider is if the list is static per localization, we
should presort in the localization time and remove the sorting in the run=time.
Keywords: perf
Comment 4•23 years ago
|
||
changing to m0.9.5
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Comment 5•23 years ago
|
||
assigning to jbetak
Assignee: yokoyama → jbetak
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9.5 → ---
Comment 6•23 years ago
|
||
marking 1.0, I'm quite confident I can complete the work on lazy charset menu
initialization, this bug would be an addional optimization, which needs to be
re-evaluated at a later time. I might be able to resolve it as part of my patch
for bug 64146.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Reporter | ||
Comment 7•23 years ago
|
||
jbetak's contract is up. Bulk move bugs to ftang
Assignee: jbetak → ftang
Status: ASSIGNED → NEW
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Updated•23 years ago
|
Keywords: mozilla1.0
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → Future
Comment 8•22 years ago
|
||
Changing QA contact to bobj for now. Bob, please re-assign further as you see is
appropriate.
QA Contact: andreasb → bobj
Comment 9•20 years ago
|
||
-> to default owner (rather than ftang's WONTFIX)
Assignee: ftang → smontagu
Status: ASSIGNED → NEW
QA Contact: bobj → amyy
Target Milestone: Future → ---
Updated•15 years ago
|
QA Contact: amyy → i18n
Comment 10•9 years ago
|
||
Current in-RAM caching of the sorted menu is fast enough.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•