[webkit-reviews] review requested: [Bug 25376] Refactor localStorage code for use in multi-process browsers : [Attachment 31685] patch 2 - v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 15:46:53 PDT 2009


Jeremy Orlow <jorlow at chromium.org> has asked  for review:
Bug 25376: Refactor localStorage code for use in multi-process browsers
https://bugs.webkit.org/show_bug.cgi?id=25376

Attachment 31685: patch 2 - v2
https://bugs.webkit.org/attachment.cgi?id=31685&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
Simplify the interaction between LocalStorageArea/SessionStorageArea and
StorageArea by creating a "blockUntilImportComplete()" function rather than
bouncing back and forth between the child and parent classes in a somewhat
unintuitive manner.

This patch also paves the way for LocalStorageArea and SessionStorageArea being
merged into one.  It's part of several in a set which are separating syncing
(to disk) code from the rest of the implementation so that local storage and
session storage's code can be unified.


More information about the webkit-reviews mailing list