fix for bug #389491: have url bar autocomplete do a case insensitive search against both url and title with results orderded by a combination of last visited and visit count

also includes fixes for bugs:

#383672: after visiting http://cheese.livejournal.com/, typing livejournal in the urlbar should suggest http://cheese.livejournal.com/

#392141: strip trailing / leading whitespace before doing url bar autocomplete

#391887: typing "https://" no longer drops down a list of https sites

#390404: javascript: urls (and other urls) that I didn't type or click on are in url bar when I autocomplete

#385033: URLBar dropdown hangs and eats keystrokes when typing

#373256: URL/location bar autocomplete slowness (sqlite database doesn't seem to be cached)

r=dietrich
This commit is contained in:
sspitzer%mozilla.org 2007-11-07 05:13:14 +00:00
Родитель 1aa538e11e
Коммит 3bb1d32400
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -965,6 +965,11 @@ statusbarpanel#statusbar-display {
height: 16px;
}
.autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) {
width: 16px;
height: 16px;
}
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
color: #555566;
}