WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
58472
Add EventHandlerClient
https://bugs.webkit.org/show_bug.cgi?id=58472
Summary
Add EventHandlerClient
Ryosuke Niwa
Reported
2011-04-13 12:26:28 PDT
Right now, EventHandler is implemented partially in WebCore/page/EventHandler.cpp and the remaining parts are implemented in each WebKit port. This completely violates WebCore/WebKit layer separation and hinders the encapsulation mechanism of EventHandler. We should add EventHandlerClient and move all the stuff implemented in each port to this class instead.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2011-04-26 21:59:26 PDT
It turned out that this wasn't a good approach.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug