Open
Bug 658847
Opened 14 years ago
Updated 5 years ago
Implement a generic application initialization function
Categories
(Core :: XPCOM, task, P3)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: glandium, Unassigned)
References
Details
We currently have a lot of stuff repeated across browser/app, mobile/app, suite/app, mail/app, xulrunner/app, and that doesn't make much sense to do so, especially when we need to fix all these to benefit some changes like bug 552864.
We need to have a single, shared application initialization function.
Reporter | ||
Comment 1•14 years ago
|
||
Note to self: don't forget this bit from Ted in bug 552864 comment 79:
I love this so much. Does this need to be fixed separately for other apps? I know I already fixed this for Fennec on Linux a while back, but presumably we ought to fix Thunderbird and maybe XULRunner.
While you're here you should change:
http://mxr.mozilla.org/mozilla-central/source/build/binary-location.mk#46
and probably:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/installer/linux/rpm/mozilla.desktop#48
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → mh+mozilla
Reporter | ||
Comment 2•5 years ago
|
||
Bug 1306327 was a first step in this direction. It's still worth doing, but I'm obviously not actively working on this.
Assignee: mh+mozilla → nobody
Severity: normal → N/A
Type: defect → task
Depends on: 1306327
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•