diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 20:56:40 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 20:56:40 +0000 |
commit | a837cec91121df72c264c9715be9abbfe7695489 (patch) | |
tree | dcedb98ed2342ce61eddcdc6fc6f0dbff353436e /webkit | |
parent | ae74b403b7b43d6bb2f04d274f9f6fea1f1c516f (diff) | |
download | chromium_src-a837cec91121df72c264c9715be9abbfe7695489.zip chromium_src-a837cec91121df72c264c9715be9abbfe7695489.tar.gz chromium_src-a837cec91121df72c264c9715be9abbfe7695489.tar.bz2 |
Pipe cmd-z back to browser.
Followup to http://codereview.chromium.org/355016
BUG=26735
TEST=Focus web, hit cmd-z. Should blink menu bar. Same for cmd-shift-z.
Review URL: http://codereview.chromium.org/371031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/api/src/EditorClientImpl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/api/src/EditorClientImpl.cpp b/webkit/api/src/EditorClientImpl.cpp index 3078e45..4546ac8 100644 --- a/webkit/api/src/EditorClientImpl.cpp +++ b/webkit/api/src/EditorClientImpl.cpp @@ -470,11 +470,6 @@ static const KeyDownEntry keyDownEntries[] = { // FIXME: Remove (crbug.com/25205). { 'V', CommandKey | ShiftKey, "PasteAndMatchStyle" }, - // FIXME: Remove once undo and redo are hooked up correctly in the menu - // and are validated correctly. - { 'Z', CommandKey, "Undo" }, - { 'Z', CommandKey | ShiftKey, - "Redo" }, #else { 'C', CtrlKey, "Copy" }, { 'V', CtrlKey, "Paste" }, |