Bug 55962

Summary: WebKit2: Expose WebEditCommandProxy in the C API on Windows
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit2Assignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch sam: review+

Description Jeff Miller 2011-03-08 12:37:57 PST
In order to support undo on Windows (see bug 55961), we need to expose WebEditCommandProxy in the C API.  This class is used to represent an undo edit action.
Comment 1 Jeff Miller 2011-03-08 12:55:37 PST
Created attachment 85082 [details]
Patch
Comment 2 Jeff Miller 2011-03-08 17:00:40 PST
Committed r80605: <http://trac.webkit.org/changeset/80605>