Closed
Bug 19370
Opened 25 years ago
Closed 24 years ago
[feature] visit count not stored in global history
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: michael.j.lowe, Assigned: alecf)
Details
(Keywords: helpwanted)
The number of times a page has been visited is not currently stored in history.
The visit count could be very useful in URL autocomplete to determine the best
URL match when typing into the URL bar.
Reporter | ||
Updated•25 years ago
|
Assignee: leger → waterson
Updated•25 years ago
|
Assignee: waterson → don
Component: Browser-General → XPApps
Assignee: don → radha
Component: XPApps → History
QA Contact: leger → claudius
Updated•25 years ago
|
Status: NEW → ASSIGNED
Summary: [history] visit count not stored → [history][feature] visit count not stored
Target Milestone: M13
Comment 2•25 years ago
|
||
german, Is thsi how the autocomplete feature work(based on # of times a url was
visited)
Reporter | ||
Comment 3•25 years ago
|
||
I think 4.x autocomplete just uses the first entry in the history. This is
_very_ bad. A better system is to use both URLs in the history and your
bookmarks. History URLs should be ranked somehow. It is logical to either
rank them by either number of visits, or by last visit date. I vote for number
of visits - you want autocomplete to guess URLs you visit most frequently.
Also see my comments in bug # 10957 - I would like to see autocomplete
implemented as a combination of IE5's autocomplete and Netscape 4's
autocomplete, and ranking URLs like sugested here would be an integral part of
this.
Reporter | ||
Updated•25 years ago
|
Summary: [history][feature] visit count not stored → [global history][feature] visit count not stored
Reporter | ||
Updated•25 years ago
|
Summary: [global history][feature] visit count not stored → [history][feature] visit count not stored in global history
Reporter | ||
Comment 4•25 years ago
|
||
Just to clarify: this bug refers to the global history, not the history built
into the foward/back buttons.
Updated•25 years ago
|
Target Milestone: M13 → M15
Reporter | ||
Updated•25 years ago
|
Summary: [history][feature] visit count not stored in global history → [feature] visit count not stored in global history
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M15 → M16
Updated•25 years ago
|
Keywords: helpwanted
Target Milestone: M16 → M30
Updated•25 years ago
|
Target Milestone: M30 → Future
Assignee | ||
Comment 7•24 years ago
|
||
Taking these history and history-related bugs.
Assignee: rjc → alecf
Assignee | ||
Comment 8•24 years ago
|
||
ok, implemented - fix is in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: History: Session → Document Navigation
QA Contact: claudius → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•