Closed
Bug 491479
Opened 17 years ago
Closed 15 years ago
Ts regression on 2009-04-22
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 494550
People
(Reporter: mfinkle, Unassigned)
References
Details
Looks like bug 474492 caused a Ts regression. Profiling shows that the nsIDownloadManager initialization causes a ~220ms slowdown.
Changeset: http://hg.mozilla.org/mobile-browser/rev/86b92466d464
Graph: http://graphs.mozilla.org/#show=2774468,2774466,2774464&sel=1240389905,1240432133
We init the download manager service at startup so we can attach a very simple download listener, used to display the alert popups shown when a download starts and ends. I talked to sdwilsh about it and we could "move" the delay to when we display the download manager UI itself, instead of startup. We could use nsObserverService-based notifications to display the alerts, although we might not be able to get the filename text used in the alert popups.
Comment 2•15 years ago
|
||
So, this can be duped, right?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•