Bug 26732

Summary: Combine LocalStorage and SessionStorage into StorageNamespace
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, beidson, dglazkov, fishd, michaeln, playmobil, sam, yael, zwarich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 25376    
Attachments:
Description Flags
patch v1
fishd: review+
rebaselined version
none
resynced + added #include "DOMWindow.cpp" to storageArea.cpp dglazkov: review+

Description Jeremy Orlow 2009-06-25 14:32:25 PDT
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).
Comment 1 Jeremy Orlow 2009-06-25 16:57:15 PDT
Created attachment 31891 [details]
patch v1

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).
Comment 2 Jeremy Orlow 2009-06-26 13:15:33 PDT
Created attachment 31946 [details]
rebaselined version

No changes, just WebKitTools/Scripts/update-webkit'ed and re-created the patch.  Recompiled and did ad-hoc testing to double check we're still good.
Comment 3 Jeremy Orlow 2009-06-26 15:32:05 PDT
Created attachment 31956 [details]
resynced + added #include "DOMWindow.cpp" to storageArea.cpp

resynced + added #include "DOMWindow.cpp" to storageArea.cpp.  Recompiled/tested.
Comment 4 Jeremy Orlow 2009-06-26 16:14:16 PDT
landed by Dimitri in 45290
Comment 5 Eric Seidel (no email) 2009-06-30 03:13:02 PDT
Should this still be marked for review?  The bug is closed.