[Webkit-unassigned] [Bug 118619] New: Simplify LocalStorage and SessionStorage to reduce the size of PageGroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 14:50:28 PDT 2013


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

           Summary: Simplify LocalStorage and SessionStorage to reduce the
                    size of PageGroup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: andersca at apple.com, msaboff at apple.com,
                    mark.lam at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/2b5b2e5c7a3c26e7f0b17c48137d17f140528b0d

Quite a few cleanups in one:
  - Expose only a StorageArea factory for LocalStorage to core.
  - With the above, only use StorageNamespace instances to manage SessionStorage.
  - Eliminate all the unused methods of StorageNamepace from Blink, especially
    copy() (the last user was DumpRenderTree, which is now gone). Copying session
    storage on window creation is handled on the Chromium side.
  - Use OwnPtrs instead of RefPtrs for managing the lifetime of
    StorageNamespace and StorageArea.

This change also has the advantage of further-reducing the size of PageGroup.

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



More information about the webkit-unassigned mailing list