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

Issue 402763002: x11: Make sure each XI2 key-event is not processed twice. (Closed)

Created:
6 years, 5 months ago by sadrul
Modified:
6 years, 5 months ago
Reviewers:
kpschoedel
CC:
chromium-reviews, tdresser+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

x11: Make sure each XI2 key-event is not processed twice. Because we listen to XInput2 events on AllDevices, we receive an event from the slave device, followed by an event from the master device. It is not necessary to process the events from the slave device, so ignore them. BUG=368750 R=kpschoedel@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283879

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M ui/events/x/touch_factory_x11.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sadrul
6 years, 5 months ago (2014-07-17 19:25:07 UTC) #1
kpschoedel
lgtm
6 years, 5 months ago (2014-07-17 19:28:34 UTC) #2
sadrul
6 years, 5 months ago (2014-07-17 21:18:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r283879 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698