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

Issue 176953009: Move testRunner.startSpeechInput/setValueForUser to internals (Closed)

Created:
6 years, 9 months ago by hajimehoshi
Modified:
6 years, 9 months ago
CC:
blink-reviews, arv+blink, Inactive, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

Move testRunner.startSpeechInput/setValueForUser to internals Now TestRunner is being moved from CppBoundClass to gin::Wrappable, where it is not appropriate to use WebElements directly. This CL moves some functions which treats WebElement* from testRunner to internals. (To be exact, this CL only copies some functions, but I'll remove those ones in testRunner later.) BUG=331301 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168495 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168588

Patch Set 1 #

Total comments: 4

Patch Set 2 : haraken's review #

Patch Set 3 : Add #if #

Patch Set 4 : (rebasing) #

Patch Set 5 : (rebasing) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -3 lines) Patch
M LayoutTests/fast/forms/onchange-setvalueforuser.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/speech/input-text-speechstart.html View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M Source/core/testing/Internals.idl View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
hajimehoshi
PTAL
6 years, 9 months ago (2014-03-04 06:16:33 UTC) #1
haraken
LGTM with comments. https://codereview.chromium.org/176953009/diff/1/LayoutTests/fast/speech/input-text-speechstart.html File LayoutTests/fast/speech/input-text-speechstart.html (right): https://codereview.chromium.org/176953009/diff/1/LayoutTests/fast/speech/input-text-speechstart.html#newcode17 LayoutTests/fast/speech/input-text-speechstart.html:17: console.log(internals); Remove this. https://codereview.chromium.org/176953009/diff/1/Source/core/testing/Internals.h File Source/core/testing/Internals.h ...
6 years, 9 months ago (2014-03-04 06:19:41 UTC) #2
hajimehoshi
Thank you! https://codereview.chromium.org/176953009/diff/1/LayoutTests/fast/speech/input-text-speechstart.html File LayoutTests/fast/speech/input-text-speechstart.html (right): https://codereview.chromium.org/176953009/diff/1/LayoutTests/fast/speech/input-text-speechstart.html#newcode17 LayoutTests/fast/speech/input-text-speechstart.html:17: console.log(internals); On 2014/03/04 06:19:41, haraken wrote: > ...
6 years, 9 months ago (2014-03-04 06:27:19 UTC) #3
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-04 06:27:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/176953009/20001
6 years, 9 months ago (2014-03-04 06:27:58 UTC) #5
kouhei (in TOK)
On 2014/03/04 06:27:58, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 9 months ago (2014-03-04 06:29:58 UTC) #6
hajimehoshi
The CQ bit was unchecked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-05 02:15:00 UTC) #7
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-05 02:15:00 UTC) #8
commit-bot: I haz the power
Change committed as 168495
6 years, 9 months ago (2014-03-05 16:21:46 UTC) #9
Peter Beverloo
A revert of this CL has been created in https://codereview.chromium.org/187903004/ by peter@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-05 17:40:30 UTC) #10
hajimehoshi
On 2014/03/05 17:40:30, Peter Beverloo wrote: > A revert of this CL has been created ...
6 years, 9 months ago (2014-03-06 02:26:13 UTC) #11
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 02:26:52 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/176953009/40001
6 years, 9 months ago (2014-03-06 02:28:31 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 02:28:33 UTC) #14
commit-bot: I haz the power
Failed to apply patch for Source/core/testing/Internals.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-06 02:28:33 UTC) #15
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 03:49:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/176953009/60001
6 years, 9 months ago (2014-03-06 03:49:27 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 03:49:30 UTC) #18
commit-bot: I haz the power
Failed to apply patch for Source/core/testing/Internals.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-06 03:49:31 UTC) #19
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 04:04:16 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/176953009/80001
6 years, 9 months ago (2014-03-06 04:04:40 UTC) #21
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 08:01:11 UTC) #22
Message was sent while issue was closed.
Change committed as 168588

Powered by Google App Engine
This is Rietveld 408576698