Home | History | Annotate | Download | only in win

Lines Matching full:undo

6765         (WebInspectorDelegate::undo):
8868 <rdar://problem/5621373> Added a way for the client to clear undo/redo
11297 Added accelerator key mappings for Select All, Undo, and Redo.
14800 (WebInspector::onDestroy): Undo the subclassing.
18176 <rdar://4602355> More Undo/Redo
18177 - Added IWebBackForwardListPrivate which contains the removeItem method, used in undo/redo of closing tabs.
18473 <rdar://4602355> Undo/Redo
18474 - Added new undo methods in the IWebUIDelegate.
18477 undo operations, execute undo/redo, etc.
18482 Added undo delegate callbacks.
18484 Added a IWebUndoTarget interface that targets of undo
18503 The undo operations in WebEditorClient now calls through to the
18504 undo methods in IWebUIDelegate rather than keeping an internal
18505 undo/redo stack.
18511 (WebEditorClient::undo):
19607 Add an undo manager to the editor client. Make it possible for applications to invoke undo/redo.
19615 (WebUndoManager::undo):
19628 (WebEditorClient::undo):
19695 (WebEditorClient::undo):