Categories
(SeaMonkey :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.4
People
(Reporter: sspitzer, Assigned: jag+mozilla)
References
()
Details
morse's comment from bugscape
"What seems to be happening is that the nsBrowserContentHandler::GetDefaultArgs
method in nsBrowserInstance.cpp is being called twice. The first time it
fetches the override url properly and it sets the override pref so that the
override never occurs again. That is correct behavior because we only want the
Whats-New screen to appear once in the lifetime of the browser. But when this
method is called the second time, the fact that the override pref is now false
causes the normal startup page to be fetched."
http://bugscape.netscape.com/show_bug.cgi?id=4428
there's a patch for this on the 0.9.2 branch, but has been rejected for the
trunk.
this bug tracks the real fix.
Comment 1•24 years ago
|
||
moving to mozilla1.0.
nav triage team:
It's starting to get annoying patching around this bug for releases, moving to
mozilla0.9.4, let's get this thing fixed once and for all
Target Milestone: mozilla1.0 → mozilla0.9.4
| Reporter | ||
Comment 3•24 years ago
|
||
didn't this get fixed?
| Assignee | ||
Comment 4•24 years ago
|
||
This should be fixed. Taking bug from alecf.
Assignee: alecf → jaggernaut
| Assignee | ||
Comment 5•24 years ago
|
||
And marking fixed. There should now only be one call to GetDefaultArgs().
doron, I'm placing racham as the QA on this, I believe he knows how to verify
that this bug is fixed.
Racham, could you verify that this bug is indeed fixed? Thanks.
Status: NEW → RESOLVED
Closed: 24 years ago
QA Contact: doronr → racham
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•