Bug 107428

Summary: Enable DOM4_EVENTS_CONSTRUCTOR
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, ddkilzer, haraken, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Kentaro Hara 2013-01-21 00:53:15 PST
Currently DOM4_EVENTS_CONSTRUCTOR is enabled in Chromium only. We need to enable the flag in other ports. By enabling the flag, we can expose constructors for UIEvent, MouseEvent, KeyboardEvent, WheelEvent, TextEvent, CompositionEvent and FocusEvent.

Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
Comment 1 Brent Fulgham 2013-05-21 10:31:35 PDT
This is also enabled under Safari (OS X).
Comment 2 David Kilzer (:ddkilzer) 2016-09-09 10:55:11 PDT
<rdar://problem/28228198>
Comment 3 David Kilzer (:ddkilzer) 2016-09-09 11:00:24 PDT
This was fixed in r140493.
<https://trac.webkit.org/changeset/140493>