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

Issue 161933002: Show IME when DPAD_CENTER is pressed (Closed)

Created:
6 years, 10 months ago by hush (inactive)
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Show IME when DPAD_CENTER is pressed BUG=343311 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251447

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add some comments in the code #

Patch Set 3 : add a test for dpad center event #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -0 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
A content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreDpadTest.java View 1 2 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
hush (inactive)
Hi, Please take a look
6 years, 10 months ago (2014-02-12 23:20:45 UTC) #1
jdduke (slow)
6 years, 10 months ago (2014-02-13 00:03:14 UTC) #2
jdduke (slow)
Including aurimas@ for review.
6 years, 10 months ago (2014-02-13 00:03:29 UTC) #3
jdduke (slow)
This sounds like something we want to avoid if the user has a full hardware ...
6 years, 10 months ago (2014-02-13 00:16:35 UTC) #4
aurimas (slooooooooow)
I am not convinced this CL makes sense. I'll post on the bug to discuss. ...
6 years, 10 months ago (2014-02-13 00:18:22 UTC) #5
hush (inactive)
On 2014/02/13 00:16:35, jdduke wrote: > This sounds like something we want to avoid if ...
6 years, 10 months ago (2014-02-13 00:21:46 UTC) #6
jdduke (slow)
On 2014/02/13 00:21:46, hush wrote: > On 2014/02/13 00:16:35, jdduke wrote: > > This sounds ...
6 years, 10 months ago (2014-02-13 00:35:20 UTC) #7
aurimas (slooooooooow)
lgtm after looking at the internal bug. https://codereview.chromium.org/161933002/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/161933002/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1823 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1823: // Not ...
6 years, 10 months ago (2014-02-13 00:43:23 UTC) #8
hush (inactive)
On 2014/02/13 00:35:20, jdduke wrote: > On 2014/02/13 00:21:46, hush wrote: > > On 2014/02/13 ...
6 years, 10 months ago (2014-02-13 00:44:55 UTC) #9
jdduke (slow)
lgtm with comment. https://codereview.chromium.org/161933002/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/161933002/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1823 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1823: // Not consume it for now, ...
6 years, 10 months ago (2014-02-13 00:57:02 UTC) #10
hush (inactive)
On 2014/02/13 00:57:02, jdduke wrote: > lgtm with comment. > > https://codereview.chromium.org/161933002/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java > File > ...
6 years, 10 months ago (2014-02-13 01:15:21 UTC) #11
hush (inactive)
removed the change to AwContents.java because it is not related https://codereview.chromium.org/161933002/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/161933002/diff/1/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2031 ...
6 years, 10 months ago (2014-02-13 01:16:07 UTC) #12
hush (inactive)
The CQ bit was checked by hush@chromium.org
6 years, 10 months ago (2014-02-13 20:47:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/161933002/170001
6 years, 10 months ago (2014-02-13 20:48:45 UTC) #14
aurimas (slooooooooow)
On 2014/02/13 20:48:45, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 10 months ago (2014-02-13 20:50:06 UTC) #15
hush (inactive)
On 2014/02/13 20:50:06, aurimas wrote: > On 2014/02/13 20:48:45, I haz the power (commit-bot) wrote: ...
6 years, 10 months ago (2014-02-13 20:51:31 UTC) #16
hush (inactive)
The CQ bit was unchecked by hush@chromium.org
6 years, 10 months ago (2014-02-13 20:51:57 UTC) #17
hush (inactive)
Hi! I have added a test for dpad center event handling.
6 years, 10 months ago (2014-02-14 20:06:13 UTC) #18
aurimas (slooooooooow)
On 2014/02/14 20:06:13, hush wrote: > Hi! > I have added a test for dpad ...
6 years, 10 months ago (2014-02-14 20:46:26 UTC) #19
hush (inactive)
The CQ bit was checked by hush@chromium.org
6 years, 10 months ago (2014-02-14 21:22:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hush@chromium.org/161933002/340001
6 years, 10 months ago (2014-02-14 21:25:38 UTC) #21
commit-bot: I haz the power
Change committed as 251447
6 years, 10 months ago (2014-02-15 00:14:33 UTC) #22
Primiano Tucci (use gerrit)
A revert of this CL has been created in https://codereview.chromium.org/206333002/ by primiano@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-20 10:45:10 UTC) #23
Primiano Tucci (use gerrit)
6 years, 9 months ago (2014-03-28 09:20:34 UTC) #24
Message was sent while issue was closed.
On 2014/03/20 10:45:10, Primiano Tucci wrote:
> A revert of this CL has been created in
> https://codereview.chromium.org/206333002/ by mailto:primiano@chromium.org.
> 
> The reason for reverting is: Re-addressing this in crrev.com/206113005/.

The first revert was reverted.
Re-reverted in https://codereview.chromium.org/206353003/

Powered by Google App Engine
This is Rietveld 408576698