Open Bug 832540 Opened 11 years ago Updated 2 years ago

Optimize child implementation of localStorage async database API

Categories

(Core :: Storage: localStorage & sessionStorage, enhancement, P5)

enhancement

Tracking

()

People

(Reporter: mayhemer, Unassigned)

References

Details

After bug 600307 lands each operation made by content on localStorage is propagated to the parent process (state before is identical and even synchronous!).  We can be smarted when number of operations on a single key is made within a short time and coalesce them as well as we do in single process model.

Part of this work also is to change the coalescing logic on the main db thread that IMO has too many sequential lookups to determine state.
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM: Core & HTML → Storage: localStorage & sessionStorage
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.