[Webkit-unassigned] [Bug 108138] New: [V8] Function object should be a wrapper of C++ DOM object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 17:30:43 PST 2013


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

           Summary: [V8] Function object should be a wrapper of C++ DOM
                    object.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: webcomponents-bugzilla at chromium.org
        Depends on: 100229
            Blocks: 99688


Currently V8 binding assumes that every wrapper object is a v8::Object.
But custom DOM elements want it to be a v8::Function.

One blocker of this change is https://code.google.com/p/v8/issues/detail?id=837.
We also need to extend V8 binding to allow this.

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