Closed
Bug 916975
Opened 12 years ago
Closed 1 month ago
Remove Reload workarounds for tabcrashed page
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | later | --- |
People
(Reporter: Felipe, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 899348 implemented the about:tabcrashed page. It added two workarounds for the reload button in the URL bar and the page itself, because the existing code wouldn't handle the need of changing the remoteness of the browser to attempt to reload the crashed page in a content process again.
In the long term this should be handled in a better way, hopefully with no front-end code intervention. I think that, ultimately, the call to webNav.sessionHistory.reload (in browser.js:BrowserReloadWithFlags) should just work, so I hope that work done for bug 916974 can cover this.
Comment 1•11 years ago
|
||
Mass tracking-e10s flag change. Filter bugmail on "2be0fcce-e36a-4e2c-aa80-0e3d33eb5406".
tracking-e10s:
--- → +
Updated•11 years ago
|
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 month ago
|
||
It looks like (at least) bug 1065785 changed something here? Is this still a thing?
Flags: needinfo?(mconley)
Comment 3•1 month ago
|
||
From looking at bug 899348, and the workarounds it added, I think at this point those workarounds are long gone. I think we can close this as WORKSFORME.
Status: NEW → RESOLVED
Closed: 1 month ago
Flags: needinfo?(mconley)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•