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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 03:29:08 PST 2011


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

           Summary: WKPageExecuteCommand() should have callback too
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


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.

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