[Webkit-unassigned] [Bug 27181] New: StorageArea should only contain methods we intend to proxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 11 13:30:13 PDT 2009


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

           Summary: StorageArea should only contain methods we intend to
                    proxy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jorlow at chromium.org
                CC: beidson at apple.com, fishd at chromium.org


Right now, StorageAreaSync takes in a StorageArea* and calls methods like
impotItem.  Really, StorageAreaSync should be operating directly on
StorageAreaImpl* and those methods should be removed from StorageArea since
StorageAreaSync should never be attached to anything other than a
StorageAreaImpl.

This was pointed out in the review for
https://bugs.webkit.org/show_bug.cgi?id=27072

But depends on some other cleanup
https://bugs.webkit.org/show_bug.cgi?id=27180

-- 
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