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

Issue 6542015: Fix key missing problem on windows (Closed)

Created:
9 years, 10 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Fix key missing problem on windows Initialize INPUT struct. The dwFlags member of INPUT struct is not properly initialized so sometimes the key event is interpreted as a key up and thus keys are missed. BUG=70167 TEST=keyboard input is fine on windows Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75385

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M remoting/host/event_executor_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Alpha Left Google
9 years, 10 months ago (2011-02-18 12:34:23 UTC) #1
Wez
9 years, 10 months ago (2011-02-18 12:36:34 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698