[Webkit-unassigned] [Bug 67825] New: Implement a WebKitAnimationEvent constructor for JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 18:14:41 PDT 2011


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

           Summary: Implement a WebKitAnimationEvent constructor for JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com
                CC: ap at webkit.org, sam at webkit.org, abarth at webkit.org,
                    dominicc at chromium.org


We have been working on implementing constructors of Events. WebKitAnimationEvent should have a constructor. 

There is no spec for the WebKitAnimationEvent constructor, since it is WebKit-specific. Based on the current IDL of initWebKitAnimationEvent(), the IDL of the WebKitAnimationEvent constructor should be as follows.                                                          

[Constructor(DOMString type, optional WebKitAnimationEvent eventInitDict)]     
dictionary WebKitAnimationEventInit : EventInit {
    DOMString animationName;
    double elapsedTime;
}

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