[Webkit-unassigned] [Bug 36423] New: Object.defineProperty implementation doesn't match behavior of IE8+/FF3.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 20 22:45:33 PDT 2010


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

           Summary: Object.defineProperty implementation doesn't match
                    behavior of IE8+/FF3.7
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: t.brain at gmail.com


Created an attachment (id=51241)
 --> (https://bugs.webkit.org/attachment.cgi?id=51241)
Object.defineProperty cross-browser testcase

In contrast with the implementation in IE8+ and FF3.7, WebKit ignores
properties which collide with native properties on DOM prototypes, and throws
an error when trying to define any property on a DOM element.

This was tested against WebKit nightly r56152, Mozilla Developer Preview 3.7
alpha 3, Internet Explorer 8 and Internet Explorer Platform Preview
1.9.7745.6019.

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