Mismatched suggestions for autofilling the about: pages
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | verified |
People
(Reporter: yfdyh000, Assigned: scunnane)
References
Details
(Keywords: papercut, Whiteboard: [snt-scrubbed][search-papercut])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Updated•4 years ago
|
Comment 4•2 years ago
|
||
For history this is probably happening at https://searchfox.org/mozilla-central/rev/70cf6863bd85af2a3188ec1fe5209a3ec1b2de86/browser/components/urlbar/UrlbarProviderPlaces.jsm#420 but the stripURLPrefix() helper is being used across other providers, and in most cases it sound like it should only apply to most common protocols (http, https, maybe ftp but I'm not 100% sure if it's an interesting use-case, it would be for ftp servers that also have an https version in history... what about sftp?).
It would be useful to do some code archeology in searchfox to find why we switched the behavior in the past from only stripping http(s) to strip any protocol, so we can ensure to not regress the reasoning behind that.
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Comment 6•2 years ago
|
||
The following patch is waiting for review from an inactive reviewer:
ID | Title | Author | Reviewer Status |
---|---|---|---|
D154163 | Bug 1495057 - WIP - Improve search results when "about:" is typed into the URL bar. r?mak | scunnane | mak: Back Aug 21, 2022 |
:scunnane, could you please find another reviewer?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Reproduced this issue with a build from 2018-09-28 on Win 10.
Verified as fixed on Firefox 106.0 (20221010110315) on Win 10, Ubuntu 21.04 and macOS 10.13.
Description
•