Bug 55962 - WebKit2: Expose WebEditCommandProxy in the C API on Windows
Summary: WebKit2: Expose WebEditCommandProxy in the C API on Windows
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-08 12:37 PST by Jeff Miller
Modified: 2011-03-08 17:00 PST (History)
0 users

See Also:


Attachments
Patch (3.31 KB, patch)
2011-03-08 12:55 PST, Jeff Miller
sam: 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-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>