Bug 107428 - Enable DOM4_EVENTS_CONSTRUCTOR
Summary: Enable DOM4_EVENTS_CONSTRUCTOR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-01-21 00:53 PST by Kentaro Hara
Modified: 2016-09-09 11:00 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>