Closed
Bug 289009
Opened 20 years ago
Closed 12 years ago
DDE MessageWindow's classname should be sufficiently unique
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: darin.moz, Unassigned)
Details
DDE MessageWindow's classname should be sufficiently unique Right now, the MessageWindow's classname is $appname + "MessageWindow", but that may not be unique enough for XULRunner based applications. We should probably use the application GUID instead. This is important for both command line DDE and perhaps giving people the ability to locate their application by looking for windows of a certain classname (used by third-party installers perhaps).
Comment 1•20 years ago
|
||
Hrm, we will need an override so that the existing apps can keep using the name they've always used.
| Reporter | ||
Comment 2•20 years ago
|
||
agreed
| Reporter | ||
Updated•19 years ago
|
Assignee: darin → nobody
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•