Closed
Bug 539706
Opened 15 years ago
Closed 14 years ago
Provide an async AddVisit
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
DUPLICATE
of bug 556400
People
(Reporter: mak, Unassigned)
References
Details
Purposes:
- reduce IO on main thread
- remove lazy_add (visit messages accumulate and slow down things)
- solve concurrent async expiration and sync addVisit (addVisit can add a uri, and expiration can run immediately after, this is actually workarounded looking at table ids)
Comment 1•15 years ago
|
||
I'll likely grab this after bug 461199 since I'm pretty sure e10s needs this as well too!
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•