Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: Source/WebKit/chromium/src/mac/WebInputEventFactory.mm

Issue 11088058: Merge 130691 - Mac Chromium: Ignore system numpad modifier (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/src/mac/WebInputEventFactory.mm
===================================================================
--- Source/WebKit/chromium/src/mac/WebInputEventFactory.mm (revision 130945)
+++ Source/WebKit/chromium/src/mac/WebInputEventFactory.mm (working copy)
@@ -135,9 +135,6 @@
return false;
}
- if ([event modifierFlags] & NSNumericPadKeyMask)
- return true;
-
switch ([event keyCode]) {
case 71: // Clear
case 81: // =
« no previous file with comments | « Source/WebKit/chromium/WebKitUnitTests.gyp ('k') | Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698