Closed Bug 78243 Opened 23 years ago Closed 23 years ago

open history db when autocomplete starts

Categories

(SeaMonkey :: Location Bar, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.1

People

(Reporter: hewitt, Assigned: alecf)

References

Details

(Whiteboard: fix in hand)

Attachments

(1 file)

Currently, the history DB isn't loaded until you visit a webpage.  This kills
the autocomplete widget for people who have no homepage, and try to type a url
before loading a page.  

I realize this was probably a startup perf enhancement, but I think it needs to
go, or else autocomplete won't work.
*** Bug 78254 has been marked as a duplicate of this bug. ***
Sounds like the API could use a little love.  If you fail to look up the URL bar
contents in the history, can't you just send it down the stack to networking anyway?
->urlbar
Component: XP Apps → URL Bar
QA Contact: sairuh → claudius
Status: NEW → ASSIGNED
Priority: -- → P2
Summary: stop loading history db lazily → open history db when autocomplete starts
Target Milestone: --- → mozilla0.9.1
the problem is not that it is loaded lazily. the problem is we need to load it
when autocomplete starts. This should be as simple as putting OpenDB() in the
beginning of whatever the first call Autocomplete calls..I should have caught
this in my review :)
*** Bug 78350 has been marked as a duplicate of this bug. ***
Attached patch simple fixSplinter Review
Keywords: patch
Whiteboard: fix in hand
r=hewitt
*** Bug 78350 has been marked as a duplicate of this bug. ***
fix is in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
*** Bug 78438 has been marked as a duplicate of this bug. ***
*** Bug 78499 has been marked as a duplicate of this bug. ***
*** Bug 78492 has been marked as a duplicate of this bug. ***
VERIFIED Fixed in 2001060704 builds (modulo the 1st instance bug)
Status: RESOLVED → VERIFIED
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: