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

Issue 338283003: Add HTMLTextFormControlElement unit test (Closed)

Created:
6 years, 6 months ago by yoichio
Modified:
6 years, 6 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add HTMLTextFormControlElement unit test To confirm sanity. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176385

Patch Set 1 #

Total comments: 20

Patch Set 2 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -0 lines) Patch
M Source/core/core.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A Source/core/html/HTMLTextFormControlElementTest.cpp View 1 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yoichio
6 years, 6 months ago (2014-06-17 08:11:18 UTC) #1
yosin_UTC9
Do we really need this test in gtest rather than layout test? It seemsWebFormControlElement::setSelectionRange() calls ...
6 years, 6 months ago (2014-06-17 08:40:31 UTC) #2
yosin_UTC9
https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp File Source/core/html/HTMLTextFormControlElementTest.cpp (right): https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp#newcode27 Source/core/html/HTMLTextFormControlElementTest.cpp:27: RefPtr<HTMLTextFormControlElement> m_textarea; nit: RefPtrWillBeRawPtr? not sure... https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp#newcode34 Source/core/html/HTMLTextFormControlElementTest.cpp:34: ASSERT(document); ...
6 years, 6 months ago (2014-06-17 08:45:12 UTC) #3
Yuta Kitamura
On 2014/06/17 08:40:31, yosi wrote: > Do we really need this test in gtest rather ...
6 years, 6 months ago (2014-06-17 09:07:43 UTC) #4
Yuta Kitamura
https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp File Source/core/html/HTMLTextFormControlElementTest.cpp (right): https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp#newcode22 Source/core/html/HTMLTextFormControlElementTest.cpp:22: HTMLTextFormControlElement& textform() const { return *m_textarea; } nit: The ...
6 years, 6 months ago (2014-06-17 09:07:50 UTC) #5
tkent
https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp File Source/core/html/HTMLTextFormControlElementTest.cpp (right): https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp#newcode22 Source/core/html/HTMLTextFormControlElementTest.cpp:22: HTMLTextFormControlElement& textform() const { return *m_textarea; } On 2014/06/17 ...
6 years, 6 months ago (2014-06-18 00:06:39 UTC) #6
yoichio
https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp File Source/core/html/HTMLTextFormControlElementTest.cpp (right): https://codereview.chromium.org/338283003/diff/1/Source/core/html/HTMLTextFormControlElementTest.cpp#newcode22 Source/core/html/HTMLTextFormControlElementTest.cpp:22: HTMLTextFormControlElement& textform() const { return *m_textarea; } On 2014/06/18 ...
6 years, 6 months ago (2014-06-18 01:36:47 UTC) #7
Yuta Kitamura
lgtm
6 years, 6 months ago (2014-06-18 03:28:57 UTC) #8
tkent
lgtm
6 years, 6 months ago (2014-06-18 03:30:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/338283003/20001
6 years, 6 months ago (2014-06-18 03:30:57 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 04:15:12 UTC) #11
Message was sent while issue was closed.
Change committed as 176385

Powered by Google App Engine
This is Rietveld 408576698