Closed
Bug 96662
Opened 23 years ago
Closed 13 years ago
delay loading of nslocale.dll by delay load DateTimeFormat in nsXULContentUtils::Init
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: ftang, Unassigned)
References
Details
(Keywords: perf)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
this is a spin off from 75041, I found one of the reason nslocale.dll is load
into memory with blank.xul is because nsXULContentUtils::Init() get the service.
I will include a patch to fix it and let waterson review it.
Reporter | ||
Comment 1•23 years ago
|
||
there are several places will load nslocale.dll into the memory at start up,
here is one of the place.
Status: NEW → ASSIGNED
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Reporter | ||
Comment 4•23 years ago
|
||
dp and waterson- can you r/sr= this one ?
This won't be a big win since we still need to load this dll for other (many)
reason. But at least we create one less object untill we really need it.
Priority: -- → P3
Target Milestone: --- → mozilla0.9.5
Reporter | ||
Comment 5•23 years ago
|
||
dp, can you r= this one ?
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Reporter | ||
Comment 6•23 years ago
|
||
delay taking since there are no way can remove loading nslocale.dll anyway. No
obvious way by doing this one.
Reporter | ||
Comment 8•23 years ago
|
||
according to the startup perf triage meeting. mark this as future
Target Milestone: --- → Future
Reporter | ||
Comment 9•20 years ago
|
||
what a hack. I have not touch mozilla code for 2 years. I didn't read these bugs
for 2 years. And they are still there. Just close them as won't fix to clean up.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Comment 10•20 years ago
|
||
Mass Re-open of Frank Tangs Won't fix debacle. Spam is his responsibility not my own
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 11•20 years ago
|
||
Mass Re-assinging Frank Tangs old bugs that he closed won't fix and had to be
re-open. Spam is his fault not my own
Assignee: ftang → nobody
Status: REOPENED → NEW
I think this has outlived its usefulness.
Status: NEW → RESOLVED
Closed: 20 years ago → 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•