Bug 22403

Summary: wxWebView lacks Undo/Redo support
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Implements undo/redo in the wx port kevino: review+

Description Kevin Watters 2008-11-21 07:15:07 PST
The EditorClientWx::registerCommandForUndo and registerCommandForRedo methods are unimplemented, so the wx port lacks undo and redo support.
Comment 1 Kevin Watters 2008-11-21 07:16:16 PST
Created attachment 25353 [details]
Implements undo/redo in the wx port

Implements and EditCommandWx stack, and exposes an Undo/Redo API in wxWebView.
Comment 2 Kevin Ollivier 2008-11-21 19:24:21 PST
Landed in r38687, thanks!