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

Issue 1840993002: Reland "Add InputConnection-to-JavaScript tests for key input" (Closed)

Created:
4 years, 8 months ago by Changwan Ryu
Modified:
4 years, 7 months ago
CC:
chongz, chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo, yosin_UTC9, yabinh
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland "Add InputConnection-to-JavaScript tests for key input" Fixed flakiness by fitting all the elements into a single page. I suspect that scrolling in DOMUtils#scrollNodeIntoView isn't working correctly. The same issue was investigated by yabinh@ to enable FocusedEditableTextFieldZoomTest at some point. > >commitText() is in effect almost the same as calling setComposingText() and >finishComposingText() in a batch edit. > >However, one difference is that the latter triggers composition events >in the DOM. This test clarifies the difference. > >This is the first Java-to-JavaScript test for key input system. > >BUG=578016 > >Review-Url: https://codereview.chromium.org/1840993002 >Cr-Commit-Position: refs/heads/master@{#391176} BUG=578016, 608656 Committed: https://crrev.com/05c378251e5bffa1567b182ab05fa05f4aea732b Cr-Commit-Position: refs/heads/master@{#393132}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : added more event types #

Patch Set 4 : fixed flakiness #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -38 lines) Patch
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeLollipopTest.java View 1 chunk +0 lines, -12 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 3 7 chunks +92 lines, -25 lines 0 comments Download
M content/shell/android/javatests/src/org/chromium/content_shell_apk/ContentShellTestBase.java View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A content/test/data/android/input/input_forms.html View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
Changwan Ryu
4 years, 8 months ago (2016-03-29 09:20:46 UTC) #2
aelias_OOO_until_Jul13
https://codereview.chromium.org/1840993002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java File content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java (right): https://codereview.chromium.org/1840993002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java#newcode1089 content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java:1089: public void testCommitTextDoesNotTriggerCompositionEvents() throws Throwable { Before we lock ...
4 years, 8 months ago (2016-03-30 06:30:51 UTC) #3
Changwan Ryu
On 2016/03/30 06:30:51, aelias wrote: > https://codereview.chromium.org/1840993002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java > File > content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java > (right): > > ...
4 years, 8 months ago (2016-03-31 07:01:39 UTC) #4
Changwan Ryu
On 2016/03/31 07:01:39, Changwan Ryu wrote: > On 2016/03/30 06:30:51, aelias wrote: > > > ...
4 years, 7 months ago (2016-04-28 07:37:01 UTC) #5
aelias_OOO_until_Jul13
OK. At a higher level, your mental model implies that composition events are for displaying ...
4 years, 7 months ago (2016-04-29 02:05:50 UTC) #6
Changwan Ryu
On 2016/04/29 02:05:50, aelias wrote: > OK. At a higher level, your mental model implies ...
4 years, 7 months ago (2016-04-29 02:11:00 UTC) #7
Changwan Ryu
4 years, 7 months ago (2016-05-02 07:54:40 UTC) #8
Ted C
On 2016/05/02 07:54:40, Changwan Ryu wrote: ContentShellTestBase.java - lgtm
4 years, 7 months ago (2016-05-02 15:58:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840993002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840993002/40001
4 years, 7 months ago (2016-05-03 01:27:08 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/63971)
4 years, 7 months ago (2016-05-03 03:23:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840993002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840993002/40001
4 years, 7 months ago (2016-05-03 05:05:51 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-03 06:05:11 UTC) #17
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/b2d5ef4470d26f1f5e5d02fefca18af139e4a744 Cr-Commit-Position: refs/heads/master@{#391176}
4 years, 7 months ago (2016-05-03 06:06:25 UTC) #19
henrika (OOO until Aug 14)
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1943233002/ by henrika@chromium.org. ...
4 years, 7 months ago (2016-05-03 09:40:14 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840993002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840993002/60001
4 years, 7 months ago (2016-05-11 04:46:53 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/188223)
4 years, 7 months ago (2016-05-11 05:33:23 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840993002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840993002/60001
4 years, 7 months ago (2016-05-12 00:45:26 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-12 01:21:55 UTC) #30
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 01:23:18 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/05c378251e5bffa1567b182ab05fa05f4aea732b
Cr-Commit-Position: refs/heads/master@{#393132}

Powered by Google App Engine
This is Rietveld 408576698