Closed
Bug 1132006
Opened 10 years ago
Closed 9 years ago
"Restore all crashed tabs" doesn't restore all tabs in all windows
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 41
People
(Reporter: ted, Assigned: mconley)
References
Details
(Keywords: dogfood)
Attachments
(2 files)
I had a content process crash, clicked "restore all crashed tabs", and it happily restored all the tabs *in the current window*, leaving a bunch of tabs displaying about:tabcrashed in the other window I had open. Clicking the same button in one of those restored those tabs properly.
Comment 1•10 years ago
|
||
Same here. I had been futzing with screen configuration and resolution maybe 10 minutes before the crash.
And first time in an long time that I've been running e10s. Also in dual monitor. Don't know if that's related.
Reporter | ||
Comment 2•10 years ago
|
||
This is getting pretty dogfood-y for me. I don't crash all that often, but crashes come in spurts on Nightly, so I'll wind up having to restore crashed tabs a bunch of times in a row, and I have to do it for every window.
Keywords: dogfood
Comment 3•10 years ago
|
||
This hadn't happened to me for about a month. But I've now had 3-4 times on the past week. ("Mirror, Mirror" Star Trek episode comes to mind.)
Updated•10 years ago
|
tracking-e10s:
--- → ?
Component: Session Restore → Tabbed Browser
Updated•10 years ago
|
Assignee: nobody → wmccloskey
Comment 4•10 years ago
|
||
Strange, the restore all tabs code is meant to be iterating all the windows: http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#1182
Assignee | ||
Comment 5•9 years ago
|
||
billm - mind if I take this one off your hands?
Flags: needinfo?(wmccloskey)
By all means!
Flags: needinfo?(wmccloskey)
Assignee: wmccloskey → mconley
Assignee | ||
Comment 7•9 years ago
|
||
str |
I can easily reproduce this.
STR:
1) Install TabCrasher[1] or CrashMe[2] to get tab crashing powers
2) Open two windows, and add tabs in each browsed to some web content
3) In one of the windows, crash the tabs (both add-ons add buttons to crash the content process)
4) In one of the crashed windows, choose "Restore All Crashed Tabs"
ER:
All crashed tabs across all windows should be restored
AR:
Only the crashed tabs in the window where the user clicked "Restore All Crashed Tabs" are restored.
[1]: https://addons.mozilla.org/en-US/firefox/addon/tab-crasher/
[2]: http://people.mozilla.org/~tmielczarek/crashme/
Assignee | ||
Comment 8•9 years ago
|
||
Bug 1132006 - Properly iterate all browser windows when restoring crashed tabs. r=?
Attachment #8616089 -
Flags: review?(dtownsend)
Comment 9•9 years ago
|
||
Comment on attachment 8616089 [details]
MozReview Request: Bug 1132006 - Properly iterate all browser windows when restoring crashed tabs. r=?
https://reviewboard.mozilla.org/r/10427/#review9131
*facepalm*
Attachment #8616089 -
Flags: review?(dtownsend) → review+
Comment 11•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Reporter | ||
Comment 12•9 years ago
|
||
Thanks for fixing this! Were the tests we had not comprehensive enough to catch this?
Assignee | ||
Comment 13•9 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #12)
> Thanks for fixing this! Were the tests we had not comprehensive enough to
> catch this?
I'm afraid not. :(
Assignee | ||
Comment 14•9 years ago
|
||
Filed bug 1172539 about adding new tests.
Assignee | ||
Comment 15•9 years ago
|
||
bugnotes |
Comment 16•9 years ago
|
||
Reproduced this bug on Firefox nightly Version 38.0a1
It's fixed and verified on Latest nightly
Build ID 20150901030226
User Agent Mozilla/5.0 (Windows NT 6.3; rv:43.0) Gecko/20100101 Firefox/43.0
Tested OS-- windows 32bit
QA Whiteboard: [bugday-20150902]
Comment 17•9 years ago
|
||
One mistake ..... It should be
Tested OS --- windows 8.1 32bit
You need to log in
before you can comment on or make changes to this bug.
Description
•