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

Issue 1082823002: [IME] Stop sending synthesized keyCode, and send 229 instead. (Closed)

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

Description

[IME] Stop sending synthesized keyCode, and send 229 instead. Previously for <input> with autocomplete="off", we send a synthesized keyCode. This CL disables this feature to send 229 instead (however, backspace still generates 8). BUG=476497 Committed: https://crrev.com/b7b72aabc66d2f5d4f77df5d88797304d23dc84d Cr-Commit-Position: refs/heads/master@{#325524}

Patch Set 1 #

Patch Set 2 : Fix test disable annotation. #

Patch Set 3 : Fixing test another way. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java View 1 chunk +3 lines, -6 lines 2 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
huangs
PTAL. Probably want to merge this into branch first.
5 years, 8 months ago (2015-04-13 18:02:11 UTC) #2
aelias_OOO_until_Jul13
On 2015/04/13 at 18:02:11, huangs wrote: > PTAL. Probably want to merge this into branch ...
5 years, 8 months ago (2015-04-13 18:12:29 UTC) #3
bcwhite
lgtm
5 years, 8 months ago (2015-04-13 18:22:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1082823002/1
5 years, 8 months ago (2015-04-13 18:28:58 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/55943)
5 years, 8 months ago (2015-04-13 19:09:01 UTC) #8
huangs
OWNER review to aurimas@, PTAL.
5 years, 8 months ago (2015-04-13 19:14:00 UTC) #10
huangs
Update: This has been merged into 2311 (M42). For M43, I'd consider this as the ...
5 years, 8 months ago (2015-04-14 18:51:48 UTC) #11
aelias_OOO_until_Jul13
Because M43 has already branched a week ago, I think we should merge the same ...
5 years, 8 months ago (2015-04-14 19:37:41 UTC) #12
huangs
Ping aurimas@: We'll apply this fix to trunk and to M43. PTAL.
5 years, 8 months ago (2015-04-16 21:08:28 UTC) #13
aurimas (slooooooooow)
lgtm
5 years, 8 months ago (2015-04-16 21:10:12 UTC) #14
huangs
Thanks! Committing.
5 years, 8 months ago (2015-04-16 21:16:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1082823002/40001
5 years, 8 months ago (2015-04-16 21:18:20 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-16 22:12:21 UTC) #19
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/b7b72aabc66d2f5d4f77df5d88797304d23dc84d Cr-Commit-Position: refs/heads/master@{#325524}
5 years, 8 months ago (2015-04-16 22:13:13 UTC) #20
jdduke (slow)
https://codereview.chromium.org/1082823002/diff/40001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java File content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java (right): https://codereview.chromium.org/1082823002/diff/40001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java#newcode438 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java:438: modifiers = 0; Are there any plans to fix ...
5 years, 5 months ago (2015-07-14 16:42:32 UTC) #22
huangs
https://codereview.chromium.org/1082823002/diff/40001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java File content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java (right): https://codereview.chromium.org/1082823002/diff/40001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java#newcode438 content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java:438: modifiers = 0; This is the debate between two ...
5 years, 5 months ago (2015-07-14 16:57:45 UTC) #23
jdduke (slow)
On 2015/07/14 16:57:45, huangs wrote: > https://codereview.chromium.org/1082823002/diff/40001/content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java > File > content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java > (right): > > ...
5 years, 5 months ago (2015-07-14 17:38:53 UTC) #24
huangs
5 years, 5 months ago (2015-07-14 17:59:55 UTC) #25
Message was sent while issue was closed.
Ah, since there are dead branches.  Cleanup would be good but it wasn't done
because I wanted to make minimal change (a rather emergency), and didn't know if
we'll revisit our strategies on emulating key codes.  Please ask bcwhite@ and
see if he's okay with ripping out more stuff.  Thanks!

Powered by Google App Engine
This is Rietveld 408576698