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

Issue 289863013: [Android] Add a workaround for setting empty IME compositions. (Closed)

Created:
6 years, 7 months ago by aurimas (slooooooooow)
Modified:
6 years, 7 months ago
Reviewers:
Ted C
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

[Android] Add a workaround for setting empty IME compositions. This is a tempory workaround where Blink does not cancel the composition when we send a commit with the empty text. BUG=373934 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272615

Patch Set 1 #

Total comments: 8

Patch Set 2 : Ted's nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java View 1 4 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
aurimas (slooooooooow)
Hey Ted, PTAL. Aurimas
6 years, 7 months ago (2014-05-21 23:40:56 UTC) #1
Ted C
https://chromiumcodereview.appspot.com/289863013/diff/1/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java File content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java (right): https://chromiumcodereview.appspot.com/289863013/diff/1/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java#newcode228 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java:228: if (maybePerformEmptyCompositionWorkaround(text)) return true; Why not just do this ...
6 years, 7 months ago (2014-05-22 00:42:35 UTC) #2
aurimas (slooooooooow)
https://chromiumcodereview.appspot.com/289863013/diff/1/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java File content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java (right): https://chromiumcodereview.appspot.com/289863013/diff/1/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java#newcode228 content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java:228: if (maybePerformEmptyCompositionWorkaround(text)) return true; On 2014/05/22 00:42:36, Ted C ...
6 years, 7 months ago (2014-05-22 21:13:38 UTC) #3
Ted C
lgtm
6 years, 7 months ago (2014-05-23 18:05:33 UTC) #4
aurimas (slooooooooow)
The CQ bit was checked by aurimas@chromium.org
6 years, 7 months ago (2014-05-23 18:23:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aurimas@chromium.org/289863013/20001
6 years, 7 months ago (2014-05-23 18:24:36 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-23 22:17:53 UTC) #7
Message was sent while issue was closed.
Change committed as 272615

Powered by Google App Engine
This is Rietveld 408576698