Bug 55744

Summary: Move WKViewExecuteCommand() to WKPageExecuteCommand()
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit2Assignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, jeffm
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch darin: review+

Description Jeff Miller 2011-03-03 21:28:09 PST
Per Darin Adler's suggestion in bug 49829, I'm going to move the API to execute a WebCore EditorCommand from WKView to WKPage.  Initially, this will only be used on Windows.
Comment 1 Jeff Miller 2011-03-04 07:46:50 PST
Created attachment 84749 [details]
Patch
Comment 2 Darin Adler 2011-03-04 09:49:29 PST
Comment on attachment 84749 [details]
Patch

Thanks. I like this better.
Comment 3 Jeff Miller 2011-03-04 10:10:34 PST
Committed r80365: <http://trac.webkit.org/changeset/80365>