[Webkit-unassigned] [Bug 27478] New: All DOMConstructorObjects should hold a pointer to the JSDOMGlobalObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 19:14:53 PDT 2009


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

           Summary: All DOMConstructorObjects should hold a pointer to the
                    JSDOMGlobalObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
            Blocks: 27088


All DOMConstructorObjects should hold a pointer to the JSDOMGlobalObject

All DOMConstructorObject subclasses are already passed a JSDOMGlobalObject*
during construction.  Only 4 of them actually hold onto this pointer though.

We should make all constructor objects hold onto this pointer, and share the
marking and casting code using a subclass instead of the current copy/paste
code.

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