Open
Bug 630705
Opened 14 years ago
Updated 1 year ago
Asynchronous bulk APIs in satchel
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
NEW
People
(Reporter: philikon, Unassigned)
References
(Blocks 1 open bug)
Details
Form data sync takes a long time on devices that don't perform great on disk I/O (e.g. Android). We need to add async APIs to satchel for reading and writing data asynchronously, off the main thread. The write API should support bulk operations akin to mozIAsyncHistory::updatePlaces.
Comment 1•12 years ago
|
||
Bug 566746 is changing the underlying storage to use off-main-thread read/writes. It sounds like to fix this bug we need to additionally add an efficient "batch update" API.
Depends on: asyncFormHistory
Comment 2•12 years ago
|
||
I think bug 566746 may have fixed this.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•