WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 66722
Move code from PageClientImpl::doneWithKeyEvent to WKView
https://bugs.webkit.org/show_bug.cgi?id=66722
Summary
Move code from PageClientImpl::doneWithKeyEvent to WKView
Anders Carlsson
Reported
2011-08-22 15:01:40 PDT
Move code from PageClientImpl::doneWithKeyEvent to WKView
Attachments
Patch
(3.79 KB, patch)
2011-08-22 15:02 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-08-22 15:02:09 PDT
Created
attachment 104744
[details]
Patch
Darin Adler
Comment 2
2011-08-22 15:05:21 PDT
Comment on
attachment 104744
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=104744&action=review
> Source/WebKit2/UIProcess/API/mac/WKView.mm:2060 > +- (void)_doneWithKeyEvent:(const WebKit::NativeWebKeyboardEvent&)event wasEventHandled:(BOOL)wasEventHandled
Objective-C methods that take C++ type arguments end up with super-long selectors. Probably no clean way of avoiding that in this case. I think the second half of the selection should be eventWasHandled instead of wasEventHandled.
Anders Carlsson
Comment 3
2011-08-22 15:08:38 PDT
Committed
r93550
: <
http://trac.webkit.org/changeset/93550
>
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