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

Issue 247883002: Adds browser test framework for the IME keyboard, and some basic typing tests. (Closed)

Created:
6 years, 8 months ago by rsadam
Modified:
6 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adds browser test framework for the IME keyboard, and some basic typing tests. BUG=353857 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269328

Patch Set 1 #

Patch Set 2 : Adds some missing comments. #

Total comments: 4

Patch Set 3 : Fixed nits. #

Total comments: 4

Patch Set 4 : Fixed nits. #

Patch Set 5 : #

Total comments: 31

Patch Set 6 : #

Patch Set 7 : Run tests on full layout. #

Total comments: 17

Patch Set 8 : #

Total comments: 2

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+351 lines, -85 lines) Patch
A chrome/browser/chromeos/extensions/input_view_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.h View 1 2 3 4 5 6 7 1 chunk +66 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc View 1 2 3 4 5 6 7 8 5 chunks +93 lines, -85 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/chromeos/virtual_keyboard/inputview/test_base.js View 1 2 3 4 5 6 7 8 1 chunk +93 lines, -0 lines 0 comments Download
A chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
rsadam
Kevers PTAL!
6 years, 8 months ago (2014-04-22 18:41:38 UTC) #1
rsadam
Fixed some nits.
6 years, 8 months ago (2014-04-22 18:52:51 UTC) #2
Shu Chen
lgtm lgtm with some minor changes. https://codereview.chromium.org/247883002/diff/40001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/40001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode69 chrome/browser/chromeos/extensions/input_view_browsertest.cc:69: ime->ChangeInputMethod("_comp_ime_" + extensionId_ ...
6 years, 8 months ago (2014-04-22 19:14:42 UTC) #3
rsadam
Addressed nits! https://codereview.chromium.org/247883002/diff/40001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/40001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode69 chrome/browser/chromeos/extensions/input_view_browsertest.cc:69: ime->ChangeInputMethod("_comp_ime_" + extensionId_ + "xkb:us::eng"); On 2014/04/22 ...
6 years, 8 months ago (2014-04-22 20:28:19 UTC) #4
kevers
lgtm with nits. https://codereview.chromium.org/247883002/diff/60001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/60001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode36 chrome/browser/chromeos/extensions/input_view_browsertest.cc:36: base::FilePath(FILE_PATH_LITERAL("chromeos/virtual_keyboard/inputview/")); Nit: insert blank line before ...
6 years, 8 months ago (2014-04-23 13:39:05 UTC) #5
rsadam
Fixed nits! +koz for OWNERS https://codereview.chromium.org/247883002/diff/60001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/60001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode36 chrome/browser/chromeos/extensions/input_view_browsertest.cc:36: base::FilePath(FILE_PATH_LITERAL("chromeos/virtual_keyboard/inputview/")); On 2014/04/23 13:39:05, ...
6 years, 8 months ago (2014-04-23 14:28:53 UTC) #6
rsadam
Just realized that koz is in AUS, +jyasskin for OWNERS.
6 years, 8 months ago (2014-04-24 17:52:12 UTC) #7
rsadam
Removed an unneeded LOG message, fixed a typo.
6 years, 8 months ago (2014-04-24 21:41:58 UTC) #8
rsadam
On 2014/04/24 21:41:58, rsadam wrote: > Removed an unneeded LOG message, fixed a typo. ping ...
6 years, 8 months ago (2014-04-25 23:13:04 UTC) #9
Jeffrey Yasskin
https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode2 chrome/browser/chromeos/extensions/input_view_browsertest.cc:2: * Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 7 months ago (2014-04-28 23:14:50 UTC) #10
rsadam
Will have a patch to address most of the feedback tomorrow - however with respect ...
6 years, 7 months ago (2014-04-29 23:10:11 UTC) #11
rsadam
https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode2 chrome/browser/chromeos/extensions/input_view_browsertest.cc:2: * Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 7 months ago (2014-04-30 17:26:11 UTC) #12
rsadam
6 years, 7 months ago (2014-04-30 18:16:12 UTC) #13
Jeffrey Yasskin
https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/100001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode33 chrome/browser/chromeos/extensions/input_view_browsertest.cc:33: base::FilePath(FILE_PATH_LITERAL("GoogleKeyboardInput-xkb.crx")); On 2014/04/29 23:10:12, rsadam wrote: > On 2014/04/28 ...
6 years, 7 months ago (2014-05-02 22:09:36 UTC) #14
rsadam
Okay, so the vote is to leave the extension stuff as is? Addressed the other ...
6 years, 7 months ago (2014-05-05 17:44:41 UTC) #15
rsadam
ping
6 years, 7 months ago (2014-05-07 14:15:59 UTC) #16
Jeffrey Yasskin
lgtm https://codereview.chromium.org/247883002/diff/160001/chrome/browser/chromeos/extensions/input_view_browsertest.cc File chrome/browser/chromeos/extensions/input_view_browsertest.cc (right): https://codereview.chromium.org/247883002/diff/160001/chrome/browser/chromeos/extensions/input_view_browsertest.cc#newcode52 chrome/browser/chromeos/extensions/input_view_browsertest.cc:52: base::FilePath(FILE_PATH_LITERAL(kInputViewTestDir)), On 2014/05/05 17:44:42, rsadam wrote: > On ...
6 years, 7 months ago (2014-05-08 00:04:16 UTC) #17
rsadam
> If you're not trying to be cross-platform at all, just don't use the > ...
6 years, 7 months ago (2014-05-08 15:06:44 UTC) #18
rsadam
The CQ bit was checked by rsadam@chromium.org
6 years, 7 months ago (2014-05-08 15:06:50 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsadam@chromium.org/247883002/220001
6 years, 7 months ago (2014-05-08 15:09:52 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-08 19:53:06 UTC) #21
rsadam
The CQ bit was unchecked by rsadam@chromium.org
6 years, 7 months ago (2014-05-09 14:23:34 UTC) #22
rsadam
The CQ bit was checked by rsadam@chromium.org
6 years, 7 months ago (2014-05-09 14:23:40 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsadam@chromium.org/247883002/220001
6 years, 7 months ago (2014-05-09 14:27:12 UTC) #24
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 16:29:51 UTC) #25
Message was sent while issue was closed.
Change committed as 269328

Powered by Google App Engine
This is Rietveld 408576698