Closed
Bug 215871
Opened 22 years ago
Closed 22 years ago
Can't run Mozilla, Firebird, and Thunderbird concurrently
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: jhpedemonte)
References
Details
(Keywords: fixed1.4.1)
Attachments
(1 file, 1 obsolete file)
3.83 KB,
patch
|
mkaply
:
review+
mkaply
:
superreview+
mkaply
:
approval1.4.1+
mkaply
:
approval1.5b+
|
Details | Diff | Splinter Review |
On OS/2, trying to run Firebird when Thunderbird is already open merely send
control over to the running mozilla-based app. This is do to the MessageWindow
code in xpfe/bootstrap/nsNativeAppSupportOS2.cpp; all three different
applications have the same message window ID.
Assignee | ||
Comment 2•22 years ago
|
||
First, I changed the Message Window ID handling, so that all 3 apps don't share
the same ID. Now, each app creates the ID from an Atom based on its name.
However, even here, the msg window id is not guaranteed to be unique amongst
all running apps. So if we find an running app that shares the same ID, we
double check that we also share the same window class name. If so, then we get
the window handle of the running app and send it the requests.
Comment 4•22 years ago
|
||
Comment on attachment 129619 [details] [diff] [review]
patch
r=mkaply
sr=blizzard (platform specific)
a=mkaply for 1.4.1 and 1.5b
Attachment #129619 -
Flags: superreview+
Attachment #129619 -
Flags: review+
Attachment #129619 -
Flags: approval1.5b+
Attachment #129619 -
Flags: approval1.4.x+
Assignee | ||
Comment 5•22 years ago
|
||
Made it so if we have to add an atom for the class name, then assume the app
isn't running. Also, added comments.
Assignee | ||
Comment 6•22 years ago
|
||
Comment on attachment 129670 [details] [diff] [review]
patch v1.1
Kaply, what do you think of this one? Is it better than the first patch?
Attachment #129670 -
Flags: review?(mkaply)
Updated•22 years ago
|
Attachment #129670 -
Flags: superreview+
Attachment #129670 -
Flags: review?(mkaply)
Attachment #129670 -
Flags: review+
Attachment #129670 -
Flags: approval1.5b+
Attachment #129670 -
Flags: approval1.4.x+
Updated•22 years ago
|
Attachment #129619 -
Attachment is obsolete: true
Attachment #129619 -
Flags: superreview+
Attachment #129619 -
Flags: review+
Attachment #129619 -
Flags: approval1.5b+
Attachment #129619 -
Flags: approval1.4.x+
Comment 7•22 years ago
|
||
checked in to trunk and branch
Comment 8•21 years ago
|
||
*** Bug 216389 has been marked as a duplicate of this bug. ***
Comment 9•21 years ago
|
||
*** Bug 219691 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•