Closed
Bug 242574
Opened 21 years ago
Closed 21 years ago
Firefox URL request frequently open in existing window and not a new window
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox0.9
People
(Reporter: mscott, Assigned: mscott)
References
Details
(Keywords: fixed-aviary1.0)
Per a conversation with Ben and Brian.
When clicking on a URL in thunderbird, it always opens in an existing Firefox
window instead of a a new window. Probably an issue with how we are processing
the DDE request.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox0.9
| Assignee | ||
Comment 1•21 years ago
|
||
When I walk through this in the debugger everything works OK! Incoming DDE
requests are opened in a new window.
In the debugger we go through:
http://lxr.mozilla.org/seamonkey/source/toolkit/xre/nsNativeAppSupportWin.cpp#1506
the newWindow argument here always defaults to TRUE so links are opening in a
new window
However, when I run an optimized build we go back to the unexpected behavior of
always opening in the existing window. I see a code path where this could be the
case but I can't get it to happen in the debugger. There is another DDE call:
HandleDDENotification which always defaults to using an existing window:
http://lxr.mozilla.org/seamonkey/source/toolkit/xre/nsNativeAppSupportWin.cpp#1190
it explicitly says "open in existing window"
I'm not sure what dictates that routine from being called in place of
HandleRequest yet.
| Assignee | ||
Comment 2•21 years ago
|
||
this looks interesting:
http://texturizer.net/firefox/tips.html#beh_reuse
Comment 3•21 years ago
|
||
This is similar to bug 172962, except that bug 172962 is asking for a pref
rather than a sane default.
This is a duplicate of bug 229919.
Updated•21 years ago
|
Flags: blocking1.0+
Comment 4•21 years ago
|
||
*** Bug 229919 has been marked as a duplicate of this bug. ***
Comment 5•21 years ago
|
||
Weird, this seems magically fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Nope, I don't think it is fixed yet. I don't know where the magic came from for
you...
Updated•21 years ago
|
Keywords: fixed-aviary1.0
You need to log in
before you can comment on or make changes to this bug.
Description
•