Closed
Bug 238468
Opened 21 years ago
Closed 21 years ago
NS_APPSTARTUPNOTIFIER_CONTRACTID should not live very long
Categories
(Core Graveyard :: Cmd-line Features, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
815 bytes,
patch
|
benjamin
:
review+
dbaron
:
superreview+
asa
:
approval1.7+
|
Details | Diff | Splinter Review |
The object is created in main1, has a single method called and then sticks
around while the rest of mozilla runs, but it has nothing to do.
Attachment #144634 -
Flags: review?(bsmedberg)
Updated•21 years ago
|
Attachment #144634 -
Flags: review?(bsmedberg) → review+
Comment on attachment 144634 [details] [diff] [review]
scope life (-uwp)
this should reduce runtime bloat...
Attachment #144634 -
Flags: superreview?(dbaron)
Attachment #144634 -
Flags: approval1.7?
Attachment #144634 -
Flags: superreview?(dbaron) → superreview+
Comment 3•21 years ago
|
||
Comment on attachment 144634 [details] [diff] [review]
scope life (-uwp)
a=asa (on behalf of drivers) for checkin to 1.7
Attachment #144634 -
Flags: approval1.7? → approval1.7+
mozilla/xpfe/bootstrap/nsAppRunner.cpp 1.411
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•