Open
Bug 384652
Opened 18 years ago
Updated 3 years ago
"Firefox Updated" page incorrectly displayed on restore
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: chris.burroughs, Unassigned)
References
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070609 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070609 Firefox/2.0.0.4
After updating Firefox and running it for the first time it goes to a happy "Firefox Update" page (http://en-us.www.mozilla.com/en-US/firefox/2.0.0.4/whatsnew/). If that tab is closed, the browsing session is continued, and then FF crashes the "Firefox Updated" page will open again.
Reproducible: Always
Steps to Reproduce:
1. Upgrade to the latest and greatest version.
2. Close the Welcome tab and continue browsing
3. Kill/crash Firefox
4. Restore previous session.
Actual Results:
The Welcome page is displayed.
Expected Results:
Not to be Welcomed.
Comment 1•18 years ago
|
||
Simple fix: write the pref responsible for this behavior to disk ASAP.
Not sure how many other prefs might be changed during startup. Might be worth always flushing the prefs when the first browser window loads instead of just treating this one pref in a special way.
Assignee: nobody → zeniko
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #268609 -
Flags: review?(gavin.sharp)
Reporter | ||
Comment 2•18 years ago
|
||
This also applies for extensions that have a "hey we updated" message.
Comment 3•18 years ago
|
||
Might indeed be worth delaying the pref flushing until delayedStartup of the first browser window (before which SessionStore won't kick in, anyway).
OTOH this is no SessionStore specific issue: if you don't restore at the 4. step in comment #0, you'll still get the "Firefox Updated" page another time (just not side-by-side with the restored one). -> Firefox:Preferences
Assignee: zeniko → nobody
Status: ASSIGNED → NEW
Component: Session Restore → Preferences
OS: Linux → All
QA Contact: session.restore → preferences
Hardware: PC → All
Updated•18 years ago
|
Attachment #268609 -
Attachment is obsolete: true
Attachment #268609 -
Flags: review?(gavin.sharp)
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•