Closed
Bug 890421
Opened 11 years ago
Closed 11 years ago
[Session Restore]"Don’t load tabs until selected" is broken, The contents would not load after select the restored tab.
Categories
(Firefox :: Session Restore, defect)
Tracking
()
VERIFIED
FIXED
Firefox 25
Tracking | Status | |
---|---|---|
firefox24 | --- | unaffected |
firefox25 | + | verified |
People
(Reporter: alice0775, Assigned: ttaubert)
References
Details
(Keywords: regression)
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/dcbbfcdf7bb4
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130704 Firefox/25.0 ID:20130704031323
The contents would not load after select the restored tab.
Steps To Reproduce:
1. Open 3 tabs
2. Pinned a tab
--- now [pinned][normal A][normal B]
3. Restart Browser
4. Click "Restore Previous Tabs"
5. Select a unselected background tab
Actual Results:
empty
Expected Results:
The contents should load after select the unselected tab
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/614e1793e958
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130629 Firefox/25.0 ID:20130629173041
Bad:
http://hg.mozilla.org/mozilla-central/rev/e24391ffbe7e
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130630 Firefox/25.0 ID:20130630083743
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=614e1793e958&tochange=e24391ffbe7e
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/3f5669a7cd14
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130630 Firefox/25.0 ID:20130630080142
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/fe2f77d51bf1
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130630 Firefox/25.0 ID:20130630084042
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=3f5669a7cd14&tochange=fe2f77d51bf1
Regression window(fx-team)
Good:
http://hg.mozilla.org/integration/fx-team/rev/52f605debfd4
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130627 Firefox/25.0 ID:20130627033223
Bad:
http://hg.mozilla.org/integration/fx-team/rev/086465524970
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130627 Firefox/25.0 ID:20130627073223
Pushlog:
http://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=52f605debfd4&tochange=086465524970
Regressed by:
086465524970 Tim Taubert — Bug 887394 - Don't collect state right after startup when restoring the initial session; r=yoric
Reporter | ||
Comment 1•11 years ago
|
||
Error in STR
s/4. Click "Restore Previous Tabs"/4. Click "Restore Previous Session"
Reporter | ||
Updated•11 years ago
|
OS: Windows 7 → All
Reporter | ||
Updated•11 years ago
|
status-firefox25:
--- → affected
tracking-firefox25:
--- → ?
Reporter | ||
Updated•11 years ago
|
Summary: Don’t load tabs until selected is broken, The contents would not load after select the restored tab. → [Session Restore]"Don’t load tabs until selected" is broken, The contents would not load after select the restored tab.
Assignee | ||
Comment 3•11 years ago
|
||
FTR, this is indeed caused by bug 887394. _prepDataForDeferredRestore() re-uses nsISessionStartup.state object and modifies it (boo). This leads to interesting side-effects like this one when we have a deferred session.
Comment 4•11 years ago
|
||
Restored tabs still do Not load on click (focus) when FF is Started fresh, BUT if I use https://addons.mozilla.org/en-US/firefox/addon/restart-ff-button/ and 'Restart' FF tabs will load, reload when clicked on (given focus).
Landis.
Updated•11 years ago
|
Assignee | ||
Comment 5•11 years ago
|
||
Fixed in today's Nightly.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → Firefox 25
Comment 6•11 years ago
|
||
I confirm the fix is verified on FF 25b2 using Mac OS 10.8.4, Ubuntu 13.04 x64 and Windows 7 x64
BuildID: 20130923194050
You need to log in
before you can comment on or make changes to this bug.
Description
•