[webkit-reviews] review requested: [Bug 26732] Combine LocalStorage and SessionStorage into StorageNamespace : [Attachment 31891] patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 16:57:15 PDT 2009


Jeremy Orlow <jorlow at chromium.org> has asked  for review:
Bug 26732: Combine LocalStorage and SessionStorage into StorageNamespace
https://bugs.webkit.org/show_bug.cgi?id=26732

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

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
For the final step of https://bugs.webkit.org/show_bug.cgi?id=25376, combine
LocalStorage and SessionStorage into StorageNamespace. The synching code (for
LocalStorage) has already been removed, so these classes are now very similar. 
All they do is essentially contain a logical grouping of origins that are
attached to specific contexts (be it PageGroups for LocalStorage and Page for
SessionStorage).


More information about the webkit-reviews mailing list