Bug 109265

Summary: {FocusIn,FocusOut,Focus,Blur}EventDispatchMediator should be in FocusEvent.cpp
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: DOMAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, hayato, ojan.autocc, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Kentaro Hara 2013-02-08 00:14:06 PST
Conventionally we put XXXEventDispatchMediator to XXXEvent.cpp. We should move {FocusIn,FocusOut,Focus,Blur}EventDispatchMediator to FocusEvent.cpp.
Comment 1 Kentaro Hara 2013-02-08 00:18:10 PST
Created attachment 187253 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-08 00:22:30 PST
Attachment 187253 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/dom/EventDispatchMediator.cpp', u'Source/WebCore/dom/EventDispatchMediator.h', u'Source/WebCore/dom/FocusEvent.cpp', u'Source/WebCore/dom/FocusEvent.h', u'Source/WebCore/dom/UIEvent.cpp', u'Source/WebCore/dom/UIEvent.h']" exit_code: 1
Source/WebCore/dom/FocusEvent.cpp:31:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kentaro Hara 2013-02-08 00:23:35 PST
Created attachment 187255 [details]
Patch
Comment 4 WebKit Review Bot 2013-02-08 16:21:54 PST
Comment on attachment 187255 [details]
Patch

Clearing flags on attachment: 187255

Committed r142329: <http://trac.webkit.org/changeset/142329>
Comment 5 WebKit Review Bot 2013-02-08 16:21:58 PST
All reviewed patches have been landed.  Closing bug.