[Webkit-unassigned] [Bug 19117] New: Setting storage items named the same as built-in properties has issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 16:38:47 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19117

           Summary: Setting storage items named the same as built-in
                    properties has issues
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


While implementing the fix for https://bugs.webkit.org/show_bug.cgi?id=19111 I
noticed this.

Setting `sessionStorage.getItem = "someValue";` should fail, for example, even
though it's perfectly valid to do `sessionStorage.setItem("getItem",
"someValue");`

I'm going to fix this after 19111, and the layout test I have that demonstrates
this will be attached shortly.


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



More information about the webkit-unassigned mailing list