[Webkit-unassigned] [Bug 27180] New: Cleanup DOM Storage dependencies.

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


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

           Summary: Cleanup DOM Storage dependencies.
           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


DOM Storage has some really bad dependencies.  Most of these are simply because
of destructors or constructors.  There's also a lot of file included that could
otherwise just be declared.  Clean this stuff up.

This will allow things like StorageAreaSync to take a StorageAreaImpl* (as it
should) rather than a StorageArea* which previously weren't possible because
the dependencies were such a tangled mess.

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