Bug 122522 - Rename EventDispatchMediator::dispatchEvent to mediateAndDispatchEvent
Summary: Rename EventDispatchMediator::dispatchEvent to mediateAndDispatchEvent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 13:41 PDT by Ryosuke Niwa
Modified: 2013-10-08 13:57 PDT (History)
13 users (show)

See Also:


Attachments
Renamed (15.54 KB, patch)
2013-10-08 13:44 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixed EFL builds (15.46 KB, patch)
2013-10-08 13:51 PDT, Ryosuke Niwa
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-10-08 13:41:51 PDT
There are too many functions named dispatchEvent in various classes.

To make refactoring easier, rename EventDispatchMediator::dispatchEvent to mediateAndDispatchEvent.
Comment 1 Ryosuke Niwa 2013-10-08 13:44:09 PDT
Created attachment 213715 [details]
Renamed
Comment 2 EFL EWS Bot 2013-10-08 13:47:57 PDT
Comment on attachment 213715 [details]
Renamed

Attachment 213715 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/3760059
Comment 3 EFL EWS Bot 2013-10-08 13:50:40 PDT
Comment on attachment 213715 [details]
Renamed

Attachment 213715 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/3746192
Comment 4 Ryosuke Niwa 2013-10-08 13:51:38 PDT
Created attachment 213717 [details]
Fixed EFL builds
Comment 5 Antti Koivisto 2013-10-08 13:55:50 PDT
Seems ok as a temporary measure.
Comment 6 Ryosuke Niwa 2013-10-08 13:57:32 PDT
Committed r157136: <http://trac.webkit.org/changeset/157136>