[webkit-reviews] review requested: [Bug 26629] Refactor localStorage code for use in multi-process browsers (part 2) : [Attachment 31688] patch v1 (corresponds to patch 2 - v2 in the other thread)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 16:00:50 PDT 2009


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

Attachment 31688: patch v1 (corresponds to patch 2 - v2 in the other thread)
https://bugs.webkit.org/attachment.cgi?id=31688&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.

(Split out from https://bugs.webkit.org/show_bug.cgi?id=25376)


More information about the webkit-reviews mailing list