Bug 122591 - Make all functions of EventDispatcher static local
Summary: Make all functions of EventDispatcher static local
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-10 01:49 PDT by Ryosuke Niwa
Modified: 2013-10-10 14:09 PDT (History)
11 users (show)

See Also:


Attachments
Cleanup (8.73 KB, patch)
2013-10-10 01:54 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Patch for landing (8.73 KB, patch)
2013-10-10 02:20 PDT, Ryosuke Niwa
no flags 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-10 01:49:25 PDT
Make all functions of EventDispatcher static local
Comment 1 Ryosuke Niwa 2013-10-10 01:54:55 PDT
Created attachment 213859 [details]
Cleanup
Comment 2 Antti Koivisto 2013-10-10 02:09:45 PDT
Comment on attachment 213859 [details]
Cleanup

View in context: https://bugs.webkit.org/attachment.cgi?id=213859&action=review

> Source/WebCore/ChangeLog:11
> +        We can convert it to a namespace or whatever later.

Namespace might be good.
Comment 3 EFL EWS Bot 2013-10-10 02:18:09 PDT
Comment on attachment 213859 [details]
Cleanup

Attachment 213859 [details] did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/3485197
Comment 4 Ryosuke Niwa 2013-10-10 02:20:37 PDT
Created attachment 213860 [details]
Patch for landing
Comment 5 Ryosuke Niwa 2013-10-10 02:20:56 PDT
Comment on attachment 213860 [details]
Patch for landing

Wait for EWS.
Comment 6 Ryosuke Niwa 2013-10-10 14:09:41 PDT
Committed r157250: <http://trac.webkit.org/changeset/157250>