Bug 66722

Summary: Move code from PageClientImpl::doneWithKeyEvent to WKView
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: UI EventsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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+
Anders Carlsson
Comment 1 2011-08-22 15:02:09 PDT
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
Note You need to log in before you can comment on or make changes to this bug.