[Webkit-unassigned] [Bug 72110] WKPageExecuteCommand() should have callback too

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 10:08:57 PST 2012


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


Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |svillar at igalia.com




--- Comment #1 from Sergio Villar Senin <svillar at igalia.com>  2012-02-10 10:08:57 PST ---
(In reply to comment #0)
> Similar to WKPageValidateCommand(). Editing commands are asynchronous in WebKit2 whcih meas than someting like:
> 
> WKPageExecuteCommand(pageRef, copyCommandString);
> text = getClipBoardText();
> 
> doesn't work anymore. We need a way to know when the command has been executed by the WebProcess.

Indeed, I don't know how useful it could be for clients but sounds like a must for things like unit testing.

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