Closed Bug 462674 Opened 16 years ago Closed 6 years ago

autocomplete for all existing about: URIs after typing "about:"

Categories

(Firefox :: Address Bar, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
Firefox 64
Tracking Status
firefox64 --- fixed

People

(Reporter: janklopper, Assigned: nicolaso)

References

Details

Attachments

(2 files)

User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 It would be really nice to have about: completion for the address bar, currently finding the possible options is hard since they are undocumented in the interface. If you want to find a specific about: page, but do not know the exact name its hard to locate it. Reproducible: Always Steps to Reproduce: 1. type about: in the address bar 2. notice you do not know the precise name for the plugins name 3. go onto the web and try to formulate a search query which helps you out without knowing the name of the page you are looking for Expected Results: Type about: in the address bar and have a list of the available pages
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
I didn't mean previously visited about: pages, but since there's presumably a list of available about: pages, An autocomplete function would be "awesome" (pun intended).
Un-duping. Bug 417965 requests that autocomplete work on visited about: URIs. This bug requests autocomplete for _all_ about: URIs after typing the "about:", without having to visit them at all first. Interesting idea.
Status: RESOLVED → UNCONFIRMED
OS: Linux → All
Hardware: PC → All
Resolution: DUPLICATE → ---
Summary: about: completion for Awesomebar → autocomplete for all existing about: URIs after typing "about:"
Dave, thanks. The "about:" could even be a page with links pointing to the available about pages.
(In reply to comment #4) > The "about:" could even be a page with links pointing to the available about > pages. There is already an "about:" page. There used to be an about:about which did this.
Hmm, that page now just breaks for me, Firefox can't find the file at jar:file:///usr/lib/xulrunner-1.9.0.3/chrome/toolkit.jar!/content/global/aboutAbout.html. This on Ubuntu (so this might be Ubuntu specific, im not sure. The correct url seems to be: jar:file:///usr/lib/xulrunner-1.9.0.3/chrome/toolkit.jar!/content/global/about.xhtml Which only links to a few about pages: licence, buildconfig and credits
"about:" is that page; "about:about" does not exist. (bug 349451)
Confirming as an enhancement request.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: unspecified → Trunk
i'm not sure if the additional code needed to support this is worth the gain. and about:about exists. How often users have the need to "discover" about: pages? usually you go to an about: page on request (either support, options tweaking, reading an article on Firefox, filing a crash bug) all of these tasks presume you know where you're going, and discovering about:mozilla and about:robots exist does not help your task at all. clearly "uiwanted".
Keywords: uiwanted
(In reply to comment #11) > and about:about exists. Firefox just gives "The URL is not valid and cannot be loaded." which seems to be the expected behavior based on bug 349451 comment 46. > How often users have the need to "discover" about: pages? usually you go to an > about: page on request (either support, options tweaking, reading an article on > Firefox, filing a crash bug) all of these tasks presume you know where you're > going, and discovering about:mozilla and about:robots exist does not help your > task at all. In the autocomplete list you could sort the most likely to be needed ones like about:support, about:crashes, about:plugins, etc. up top and leave the about:robots and the like at the bottom, though further autocompleting for example "about:rob" would of course be expected to narrow it down further.
Now that there's a already a whitelisted set of about: pages as part of about:about, the behavior should be to show the available pages in the pulldown once you have typed "about:" in the location bar.
Keywords: uiwanted
Another partial solution would be to simply treat them the same as other URIs: have autocompletion on for about: URIs. If I've visited http://mozilla.org/ it appears for autocompletion when I write either the title or the URL. If I've visited about:config, it should use that URI for autocompletion the same way.
bug 1043427 isn't really the same; it asks to remember about: URLs in the awesomebar just like normal browsing history is remembered.
(In reply to Kumar McMillan [:kumar] (needinfo for quickness) from comment #21) > bug 1043427 isn't really the same; it asks to remember about: URLs in the > awesomebar just like normal browsing history is remembered. That would be bug 417965. They're two different solutions to the same issue. The decision in that bug was to move to this one. Technically, you could redupe to that one instead if you'd prefer, however I chose to dupe to this open bug rather than to an old WONTFIX. (duping is half about pointing the reporter/CCed to the intended existing bug on the topic, so duping to a bug no longer in use isn't ideal for issues which are not settled)
regardless we don't plan to add about uris to history, at a maximum they will be added as special results in the locationbar.
Blocks: 1425024
Priority: -- → P3
Mind if I pick this up and implement it? Hasn't been touched in a while, and this bugs me when switching to/from Chrome. "about:preferences" is harder to type than "about:p". :-) I think Alex's idea of using the whitelisted pages from "about:about" is great. Should we also manipulate sort order, so that "commonly used" about: URLs come first?
Flags: needinfo?(mak77)
Sure, this shouldn't have big disadvantages. How do we define "commonly used" without data? Maybe we should start from a plain alphabetical order list, the score can always be modified later. I think the first problem here is automatically getting the list of registered about uris.
Flags: needinfo?(mak77)
Pages that are whitelisted for displaying on about:about can be autocompleted in the URL bar. MozReview-Commit-ID: BYhWUImyiJH
Comment on attachment 8999057 [details] Bug 462674 - URLBar: Autocomplete "about:" URLs Marco Bonardo [::mak] has approved the revision.
Attachment #8999057 - Flags: review+
This seems to pass on try. mak, I can't seem to set the `checkin-needed` flag (maybe because the bug is unassigned?) Mind helping me out? >_>
Flags: needinfo?(mak77)
I actually tried to land it yesterday, but the diff needs an unbitrot: Error: We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
Flags: needinfo?(mak77)
Assignee: nobody → nicolaso
Status: NEW → ASSIGNED
Pushed by rgurzau@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/442b0454a618 URLBar: Autocomplete "about:" URLs r=mak
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 16 years ago6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
For some reason autoFill doesn't seem to work correctly, I'll file a followup bug to investigate
Blocks: 1493951
Depends on: 1495057
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: