summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authormma.public@gmail.com <mma.public@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 22:12:35 +0000
committermma.public@gmail.com <mma.public@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 22:12:35 +0000
commit38ba5bd7a0c7770e95aea6619174a953e5d92796 (patch)
treed02998d4539a1f889075757e25bfbf1855495d79 /AUTHORS
parentbf1bc621e881b18db2c0e70b7f0b6e46b0a2fc52 (diff)
downloadchromium_src-38ba5bd7a0c7770e95aea6619174a953e5d92796.zip
chromium_src-38ba5bd7a0c7770e95aea6619174a953e5d92796.tar.gz
chromium_src-38ba5bd7a0c7770e95aea6619174a953e5d92796.tar.bz2
Modifies the event handler for WM_APPCOMMAND events to return TRUE if the event was handled. Previously it returned 0 causing the event to bubble up to the DefWndProc, which would synthesize keypresses appropriate for the event and cause it to effectively be handled twice.
This should fix double handling of events for people with devices that generate WM_APPCOMMAND messages (tablets, Logitech mice, etc...) BUG=19672 TEST=See various cases reported on bug Review URL: http://codereview.chromium.org/6901076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 1ea1518..378c162 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -102,3 +102,4 @@ Seshadri Mahalingam <seshadri.mahalingam@gmail.com>
Clement Scheelfeldt Skau <clementskau@gmail.com>
David Futcher <bobbo@ubuntu.com>
Ramkumar Gokarnesan <ramgo@yahoo-inc.com>
+Matt Arpidone <mma.public@gmail.com>