[Webkit-unassigned] [Bug 74921] [EFL] Add new commands for Ewk_Editor_Command.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 07:14:08 PDT 2012


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





--- Comment #23 from Michal Pakula vel Rutka <m.pakula at samsung.com>  2012-04-27 07:14:07 PST ---
(In reply to comment #20)
> One other thing I'd like to ask is whether other ports implement something similar, and if they don't, if they achieve the functionality implemented here in another way.
> 
> I started wondering about this after taking a look at bug 82286 -- it's rather unfortunate that we can't exercise the function being changed here in DumpRenderTree.

The most similar can be found in QT: QWebPage::triggerAction, where we can call some editing actions from API using enum. I am not 100% sure but I think there are some API function using commands as strings in Chromium (WebFrameImpl::executeCommand) and Windows (WebView::executeCoreCommandByName). All ports mentioned above are using the methods in DumpRendererTree.

-- 
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