[Webkit-unassigned] [Bug 26629] Refactor localStorage code for use in multi-process browsers (part 2)

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


https://bugs.webkit.org/show_bug.cgi?id=26629


jorlow at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31688|                            |review?
               Flag|                            |




------- Comment #1 from jorlow at chromium.org  2009-06-22 16:00 PDT -------
Created an attachment (id=31688)
 --> (https://bugs.webkit.org/attachment.cgi?id=31688&action=view)
patch v1 (corresponds to patch 2 - v2 in the other thread)

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)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list