[webkit-reviews] review requested: [Bug 26658] Split the Synching portion of LocalStorageArea into its own class : [Attachment 31731] patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 13:43:36 PDT 2009


Jeremy Orlow <jorlow at chromium.org> has asked  for review:
Bug 26658: Split the Synching portion of LocalStorageArea into its own class
https://bugs.webkit.org/show_bug.cgi?id=26658

Attachment 31731: patch v1
https://bugs.webkit.org/attachment.cgi?id=31731&action=review

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
Split the syncing portions of LocalStorageArea into StorageAreaSync.  This name
will make more sense in the next patch (in this set) when LocalStorageArea and
SessionStorageArea are merged to become simply StorageArea.  (Thus the synching
portion of StorageArea is in StorageAreaSync.)

This looks like a big patch, but really all it's doing is splitting code and
patching split-related things up.


More information about the webkit-reviews mailing list