Bug 109170

Summary: Implement FocusEvent constructor
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, buildbot, cbiesinger, gyuyoung.kim, ojan.autocc, ojan, rakuco, rniwa, sam, tdanderson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67824    
Attachments:
Description Flags
Patch
none
Patch none

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.