summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/EditorClientImpl.cpp
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 20:56:40 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-06 20:56:40 +0000
commita837cec91121df72c264c9715be9abbfe7695489 (patch)
treedcedb98ed2342ce61eddcdc6fc6f0dbff353436e /webkit/api/src/EditorClientImpl.cpp
parentae74b403b7b43d6bb2f04d274f9f6fea1f1c516f (diff)
downloadchromium_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/api/src/EditorClientImpl.cpp')
-rw-r--r--webkit/api/src/EditorClientImpl.cpp5
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" },