Closed
Bug 267455
Opened 20 years ago
Closed 20 years ago
Toolkit-only followup for mac re-launch code from app-startup bug
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
|
6.78 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
This is a followup from the app-startup bug, there was a difference between toolkit and seamonkey that affected appleevents code, which couldn't reach the nativeappsupport object, because it is not accessible from the toolkit version of nsIAppStartup. The relevant red-fix checkin was here: http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsAEApplicationClass.cpp&branch=&root=/cvsroot&subdir=mozilla/xpfe/bootstrap/appleevents&command=DIFF_FRAMESET&rev1=1.9&rev2=1.10 It's not quite "tomorrow", but here goes.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #164420 -
Flags: review?(darin)
Comment 2•20 years ago
|
||
Comment on attachment 164420 [details] [diff] [review] Fix includes and code for the toolkit fascinating, ok. there really is no other way, huh? it seems we don't have a direct way to pass a pointer to the appleevents code, huh? one nit: no need to write a destructor for nsSingletonFactory.
Attachment #164420 -
Flags: review?(darin) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•