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

Issue 1403453002: Delete best-effort keycode guessing. (Closed)

Created:
5 years, 2 months ago by aelias_OOO_until_Jul13
Modified:
5 years, 2 months ago
CC:
Changwan Ryu, chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Delete best-effort keycode guessing. The logic to convert single-character compositions into synthetic physical keyboard events is fairly complex and poses a risk of bugs. Even with that logic, we still have to mix in a lot of other composition events, so Javascript editing code still couldn't rely on receiving 100% keycode events. Simplify our behavior by forwarding IME events to Blink with as little modification as possible. BUG= Committed: https://crrev.com/03a7f29bc37e1167d4a2499ceb13710beef5d1aa Cr-Commit-Position: refs/heads/master@{#353446}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Apply changwan@ code review comments #

Messages

Total messages: 10 (3 generated)
aelias_OOO_until_Jul13
Hi aurimas@, PTAL.
5 years, 2 months ago (2015-10-09 06:44:52 UTC) #2
Changwan Ryu
https://codereview.chromium.org/1403453002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java File content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java (right): https://codereview.chromium.org/1403453002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java#newcode108 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java:108: public void testDeleteSurroundingText() throws Throwable { Probably we should ...
5 years, 2 months ago (2015-10-09 12:34:28 UTC) #4
aelias_OOO_until_Jul13
https://codereview.chromium.org/1403453002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java File content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java (right): https://codereview.chromium.org/1403453002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java#newcode108 content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java:108: public void testDeleteSurroundingText() throws Throwable { On 2015/10/09 at ...
5 years, 2 months ago (2015-10-09 20:42:10 UTC) #5
aurimas (slooooooooow)
LGTM, thanks for getting rid of this.
5 years, 2 months ago (2015-10-10 00:46:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403453002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403453002/20001
5 years, 2 months ago (2015-10-10 00:49:40 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-10 00:56:59 UTC) #9
commit-bot: I haz the power
5 years, 2 months ago (2015-10-10 00:57:44 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/03a7f29bc37e1167d4a2499ceb13710beef5d1aa
Cr-Commit-Position: refs/heads/master@{#353446}

Powered by Google App Engine
This is Rietveld 408576698