[Webkit-unassigned] [Bug 16778] New: Language specific bindings cannot cache/reuse previously created Instances and RuntimeObjects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 16:13:00 PST 2008


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

           Summary: Language specific bindings cannot cache/reuse previously
                    created Instances and RuntimeObjects
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael.goddard at trolltech.com


The static Instance::createRuntimeBinding* functions currently return a new
Instance/RuntimeObjectImp for every request.  This means that JSObject equality
will not work, and also creates unnecessary objects.  For the Qt port at least,
we rely on object equality for connecting/disconnecting signals and slots.


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