[Webkit-unassigned] [Bug 63081] [GTK] [WK2] Fix for getting editor client commands.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 12:49:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63081





--- Comment #7 from Lukasz Slachciak <l.slachciak at samsung.com>  2011-06-26 12:49:54 PST ---
I agree.
I'm thinking about adding new parameter to WebPageProxy::getEditorCommandsForKeyEvent(Vector<WTF::String>& commandsList)

Let's say:
WebPageProxy::getEditorCommandsForKeyEvent(const KeyEvent& keyEvent, Vector<WTF::String>& commandsList)

 WebEditorClient::getEditorCommandsForKeyEvent will send sync message:

Messages::WebPageProxy::GetEditorCommandsForKeyEvent(event),                                              Messages::WebPageProxy::GetEditorCommandsForKeyEvent::Reply(pendingEditorCommands),
key event will be received by                                  
WebPageProxy::getEditorCommandsForKeyEvent
and it will call
PageClientImpl::getEditorCommandsForKeyEvent

I'll prepare patch for all of these.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list