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

Issue 402613010: Fix DOM KeyboardEvent 'repeat' state (Closed)

Created:
6 years, 5 months ago by jsbell
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

Fix DOM KeyboardEvent 'repeat' state The 'repeat' state of a DOM KeyboardEvent was always false. The Aura->blink event modifier mapper was not plumbing it through. Do so! BUG=263724, 394907 TEST=document.body.onkeydown=function(e){console.log(e.repeat);}; Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284263

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M content/browser/renderer_host/ui_events_helper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aurax11.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
jsbell
ben@ - seems to fix the issue with limited testing on my Linux box. First ...
6 years, 5 months ago (2014-07-17 21:22:05 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 5 months ago (2014-07-18 20:14:12 UTC) #2
jsbell
The CQ bit was checked by jsbell@chromium.org
6 years, 5 months ago (2014-07-18 21:42:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/402613010/1
6 years, 5 months ago (2014-07-18 21:47:38 UTC) #4
commit-bot: I haz the power
6 years, 5 months ago (2014-07-19 00:34:29 UTC) #5
Message was sent while issue was closed.
Change committed as 284263

Powered by Google App Engine
This is Rietveld 408576698