mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
Fix for bug 200004. r=caillon@aillon.org, sr=heikki@netscape.com, a=asa@mozilla.org. Make 'match only previously typed sites' autocomplete pref work properly.
This commit is contained in:
parent
7f6cea56b2
commit
ec50e2dd8a
@ -262,7 +262,7 @@ function addToUrlbarHistory()
|
||||
var url = entryToAdd.Value;
|
||||
if (url.indexOf(" ") == -1) {
|
||||
var fixedUpURI = gURIFixup.createFixupURI(url, 0);
|
||||
if (!fixedupURI.schemeIs("data"))
|
||||
if (!fixedUpURI.schemeIs("data"))
|
||||
gGlobalHistory.markPageAsTyped(fixedUpURI.spec);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user