Open
Bug 421286
Opened 18 years ago
Updated 3 years ago
deferred components should not be deferred
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: Brade, Unassigned)
Details
From bug #416886 comment #19:
> Please file a followup bug on that list of components: I don't think any of
> them need deferring, and it will just slow us down a little or maybe more than
> a little.
I used this query to find the list of components that were deferred:
http://lxr.mozilla.org/seamonkey/search?string=FACTORY_REGISTER_AGAIN
As of today, this is the list of deferred components on the trunk:
http://lxr.mozilla.org/seamonkey/source/xpcom/sample/nsSample.js
http://lxr.mozilla.org/seamonkey/source/minimo/customization/HelperAppDlg.js
http://lxr.mozilla.org/seamonkey/source/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in
http://lxr.mozilla.org/seamonkey/source/toolkit/components/url-classifier/src/nsUrlClassifierListManager.js
http://lxr.mozilla.org/seamonkey/source/toolkit/components/url-classifier/src/nsUrlClassifierLib.js
http://lxr.mozilla.org/seamonkey/source/browser/components/safebrowsing/src/nsSafebrowsingApplication.js
http://lxr.mozilla.org/seamonkey/source/xpfe/components/startup/src/nsCloseAllWindows.js
http://lxr.mozilla.org/seamonkey/source/xpfe/components/extensions/src/nsExtensionManager.js
http://lxr.mozilla.org/seamonkey/source/mail/components/phishing/nsPhishingProtectionApplication.js
http://lxr.mozilla.org/seamonkey/source/embedding/components/ui/helperAppDlg/nsHelperAppDlg.js
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•