Bug 22403 - wxWebView lacks Undo/Redo support
Summary: wxWebView lacks Undo/Redo support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-21 07:15 PST by Kevin Watters
Modified: 2008-11-21 19:24 PST (History)
0 users

See Also:


Attachments
Implements undo/redo in the wx port (16.08 KB, patch)
2008-11-21 07:16 PST, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

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