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

Issue 2482853002: Suppress KeyUp events after PreHandleKeyboardEvent consumes RawKeyDown (Closed)

Created:
4 years, 1 month ago by foolip
Modified:
4 years, 1 month ago
Reviewers:
dtapuska, sadrul, Matt Giuca
CC:
chromium-reviews, jam, darin-cc_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Suppress KeyUp events after PreHandleKeyboardEvent consumes RawKeyDown BUG=654140 Committed: https://crrev.com/35d322e24f91a372ecdc0b152891e0635187a07e Cr-Commit-Position: refs/heads/master@{#430939}

Patch Set 1 #

Total comments: 3

Patch Set 2 : update name and documentation #

Patch Set 3 : andt typo #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -44 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 2 chunks +15 lines, -17 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 7 chunks +22 lines, -21 lines 2 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 34 (15 generated)
foolip
mgiuca@, I looked into issue 641711 and came up with this, PTAL. dtapuska@, there's very ...
4 years, 1 month ago (2016-11-07 11:38:40 UTC) #4
dtapuska
https://codereview.chromium.org/2482853002/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/2482853002/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1147 content/browser/renderer_host/render_widget_host_impl.cc:1147: // need to suppress all events generated by it ...
4 years, 1 month ago (2016-11-07 16:00:44 UTC) #7
dtapuska
On 2016/11/07 16:00:44, dtapuska wrote: > https://codereview.chromium.org/2482853002/diff/1/content/browser/renderer_host/render_widget_host_impl.cc > File content/browser/renderer_host/render_widget_host_impl.cc (right): > > https://codereview.chromium.org/2482853002/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1147 > ...
4 years, 1 month ago (2016-11-07 16:03:08 UTC) #8
Matt Giuca
This is very nice. Tested and it works. I think this is the right place ...
4 years, 1 month ago (2016-11-08 03:04:16 UTC) #9
Matt Giuca
Note: You could remove 641711 (dupe) and 654145 (higher-level bug blocked on this one) and ...
4 years, 1 month ago (2016-11-08 03:09:45 UTC) #10
foolip
On 2016/11/08 03:09:45, Matt Giuca wrote: > Note: You could remove 641711 (dupe) and 654145 ...
4 years, 1 month ago (2016-11-08 12:12:43 UTC) #12
foolip
Updated names and documentation, this is ready for final review. sadrul@, can you PTAL and ...
4 years, 1 month ago (2016-11-08 12:40:35 UTC) #16
dtapuska
https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1121 content/browser/renderer_host/render_widget_host_impl.cc:1121: // Some keypresses that are accepted by the listener ...
4 years, 1 month ago (2016-11-08 15:18:03 UTC) #19
dtapuska
On 2016/11/08 15:18:03, dtapuska wrote: > https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc > File content/browser/renderer_host/render_widget_host_impl.cc (right): > > https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1121 > ...
4 years, 1 month ago (2016-11-08 15:18:46 UTC) #20
foolip
https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1121 content/browser/renderer_host/render_widget_host_impl.cc:1121: // Some keypresses that are accepted by the listener ...
4 years, 1 month ago (2016-11-08 15:23:15 UTC) #21
dtapuska
On 2016/11/08 15:23:15, foolip wrote: > https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc > File content/browser/renderer_host/render_widget_host_impl.cc (right): > > https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1121 > ...
4 years, 1 month ago (2016-11-08 15:28:57 UTC) #22
foolip
On 2016/11/08 15:28:57, dtapuska wrote: > On 2016/11/08 15:23:15, foolip wrote: > > > https://codereview.chromium.org/2482853002/diff/40001/content/browser/renderer_host/render_widget_host_impl.cc ...
4 years, 1 month ago (2016-11-08 15:35:23 UTC) #23
dtapuska
On 2016/11/08 15:35:23, foolip wrote: > On 2016/11/08 15:28:57, dtapuska wrote: > > On 2016/11/08 ...
4 years, 1 month ago (2016-11-08 15:41:37 UTC) #24
foolip
On 2016/11/08 15:41:37, dtapuska wrote: > On 2016/11/08 15:35:23, foolip wrote: > > On 2016/11/08 ...
4 years, 1 month ago (2016-11-08 15:54:40 UTC) #25
dtapuska
On 2016/11/08 15:54:40, foolip wrote: > On 2016/11/08 15:41:37, dtapuska wrote: > > On 2016/11/08 ...
4 years, 1 month ago (2016-11-08 15:59:54 UTC) #26
sadrul
lgtm
4 years, 1 month ago (2016-11-09 13:21:42 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2482853002/40001
4 years, 1 month ago (2016-11-09 15:01:37 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-09 15:45:56 UTC) #32
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 15:51:21 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/35d322e24f91a372ecdc0b152891e0635187a07e
Cr-Commit-Position: refs/heads/master@{#430939}

Powered by Google App Engine
This is Rietveld 408576698