Bug 109170 - Implement FocusEvent constructor
Summary: Implement FocusEvent 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: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 67824
  Show dependency treegraph
 
Reported: 2013-02-07 03:47 PST by Kentaro Hara
Modified: 2013-02-07 16:39 PST (History)
11 users (show)

See Also:


Attachments
Patch (19.97 KB, patch)
2013-02-07 03:54 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff
Patch (19.97 KB, patch)
2013-02-07 05:59 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2013-02-07 03:47:37 PST
Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm

FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag, which is enabled on Chromium and Safari.
Comment 1 Kentaro Hara 2013-02-07 03:54:49 PST
Created attachment 187048 [details]
Patch
Comment 2 Build Bot 2013-02-07 05:54:20 PST
Comment on attachment 187048 [details]
Patch

Attachment 187048 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://queues.webkit.org/results/16435135

New failing tests:
fast/dom/constructed-objects-prototypes.html
Comment 3 Kentaro Hara 2013-02-07 05:59:21 PST
Created attachment 187081 [details]
Patch
Comment 4 Build Bot 2013-02-07 12:35:17 PST
Comment on attachment 187081 [details]
Patch

Attachment 187081 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/16418296
Comment 5 Kentaro Hara 2013-02-07 16:14:28 PST
Now bots are green (The win bot error is false-positive). Review?
Comment 6 WebKit Review Bot 2013-02-07 16:39:26 PST
Comment on attachment 187081 [details]
Patch

Clearing flags on attachment: 187081

Committed r142205: <http://trac.webkit.org/changeset/142205>
Comment 7 WebKit Review Bot 2013-02-07 16:39:31 PST
All reviewed patches have been landed.  Closing bug.