[Webkit-unassigned] [Bug 15681] New: Add a new JSGlobalObject class and make Interpreter (and Context) use it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 20:29:59 PDT 2007


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

           Summary: Add a new JSGlobalObject class and make Interpreter (and
                    Context) use it
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Add a new JSGlobalObject class and make Interpreter (and Context) use it

So I have a partial patch.  Not quite done because I ran into trouble with:
JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass)

which expects to be able to make a JSCallbackObject and pass that off as the
global object.  I might have to make JSGlobalObject an interface instead of a
class.  (That would also make things nicer for Window, which wants to inherit
from DOMObject.)


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