[Webkit-unassigned] [Bug 66756] New: Implement an Event constructor in V8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 03:56:26 PDT 2011


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

           Summary: Implement an Event constructor in V8
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com
                CC: sam at webkit.org, dominicc at chromium.org


Event should have a constructor: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#event

We are planning to implement constructors for all Events in V8. In order to avoid a regression, we are going to commit the patch for each Event one by one with unit tests. This is the first patch and trying to implement the constructor for Event. 

We need to implement them using WebCore/bindings/generic/EventConstructors.h proposed in the bug 63878, so that we can finally merge the JavaScriptCore implementation in the bug 63878 after all the planned patches are landed.

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