Loading the obsolete about:firefoxview-next doesnt show the malformed URI error page
Categories
(Firefox :: Firefox View, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | verified |
People
(Reporter: sfoster, Assigned: nsharpley)
References
Details
(Whiteboard: [fidefe-firefox-view])
Attachments
(1 file)
Usually, a non-existent about: page like about:nosuchpage results in the "Hmm. That address doesnt look right" error page. But if I open a tab with the now non-existent about:firefoxview-next
, I got nothing. No exceptions logged, no new tab content - it just accepts my input and does nothing.
STR:
- In a new tab, type
about:firefoxview-next
in the address bar
ER:
- A error page is shown, indicating this is an invalid page/URL
AR:
- Nothing happens
Updated•1 year ago
|
Reporter | ||
Comment 1•1 year ago
|
||
Possibly this is caused by removing the firefoxview-next
redirector, but leaving the component in browser/components/about/components.conf?
Comment 2•1 year ago
|
||
(In reply to Sam Foster [:sfoster] (he/him) from comment #1)
Possibly this is caused by removing the
firefoxview-next
redirector, but leaving the component in browser/components/about/components.conf?
It looks like that's Nika's hypothesis as well, based on this comment here. We should remove about:firefoxview-next
from the static component manager here.
Comment 3•1 year ago
|
||
Nikki's has removed that in the components.conf in bug 1869836, so we might be able to close this bug out when that lands.
Assignee | ||
Comment 4•1 year ago
|
||
We have previously updated the AboutRedirector from about:firefoxview-next
to about:firefoxview
.
firefoxview-next
no longer exists, so has been removed from the static components manager.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Reproduced this issue on an affected Nightly build from 2024-01-11, on Win 10.
Verified as fixed on Firefox 123.0b2 (20240124102023) across the following platforms: Win 10, Ubuntu 22 and macOS 10.15. An error indicating this is an invalid page/URL appears on the about:firefoxview-next page.
Description
•