Bug 55744 - Move WKViewExecuteCommand() to WKPageExecuteCommand()
Summary: Move WKViewExecuteCommand() to WKPageExecuteCommand()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 21:28 PST by Jeff Miller
Modified: 2011-03-04 10:10 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.49 KB, patch)
2011-03-04 07:46 PST, Jeff Miller
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>