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

Issue 1202563009: <fieldset> should be ignored in interactive validation (Closed)

Created:
5 years, 6 months ago by tanay.c
Modified:
5 years, 6 months ago
Reviewers:
tkent, philipj_slow
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

<fieldset> should be ignored in interactive validation BUG=498668 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197937

Patch Set 1 #

Total comments: 1

Patch Set 2 #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt View 1 2 3 4 5 2 chunks +1 line, -4 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (8 generated)
tanay.c
Please have a look.
5 years, 6 months ago (2015-06-25 05:26:37 UTC) #3
tkent
https://codereview.chromium.org/1202563009/diff/1/Source/core/html/HTMLFormElement.cpp File Source/core/html/HTMLFormElement.cpp (right): https://codereview.chromium.org/1202563009/diff/1/Source/core/html/HTMLFormElement.cpp#newcode306 Source/core/html/HTMLFormElement.cpp:306: if (unhandled->isFocusable() || unhandled->formControlType() == "fieldset") Here is not ...
5 years, 6 months ago (2015-06-25 06:16:45 UTC) #4
tanay.c
On 2015/06/25 06:16:45, tkent wrote: > https://codereview.chromium.org/1202563009/diff/1/Source/core/html/HTMLFormElement.cpp > File Source/core/html/HTMLFormElement.cpp (right): > > https://codereview.chromium.org/1202563009/diff/1/Source/core/html/HTMLFormElement.cpp#newcode306 > ...
5 years, 6 months ago (2015-06-25 10:48:57 UTC) #5
tkent
https://codereview.chromium.org/1202563009/diff/20001/Source/core/html/HTMLFormControlElement.cpp File Source/core/html/HTMLFormControlElement.cpp (right): https://codereview.chromium.org/1202563009/diff/20001/Source/core/html/HTMLFormControlElement.cpp#newcode529 Source/core/html/HTMLFormControlElement.cpp:529: if (this->formControlType() == "fieldset") No, HTMLFormControlElement should not have ...
5 years, 6 months ago (2015-06-25 11:30:03 UTC) #6
tanay.c
Thanks. That makes sense. I incorporated the changes and uploaded a patch. PTAL https://codereview.chromium.org/1202563009/diff/20001/Source/core/html/HTMLFormControlElement.cpp File ...
5 years, 6 months ago (2015-06-25 12:04:57 UTC) #7
tkent
https://codereview.chromium.org/1202563009/diff/40001/LayoutTests/fast/forms/fieldset/validation-message.html File LayoutTests/fast/forms/fieldset/validation-message.html (right): https://codereview.chromium.org/1202563009/diff/40001/LayoutTests/fast/forms/fieldset/validation-message.html#newcode11 LayoutTests/fast/forms/fieldset/validation-message.html:11: <script> Please add an explanation of this test. description('A ...
5 years, 6 months ago (2015-06-25 12:47:08 UTC) #8
tanay.c
Thanks, incorporated the changes. https://codereview.chromium.org/1202563009/diff/40001/LayoutTests/fast/forms/fieldset/validation-message.html File LayoutTests/fast/forms/fieldset/validation-message.html (right): https://codereview.chromium.org/1202563009/diff/40001/LayoutTests/fast/forms/fieldset/validation-message.html#newcode11 LayoutTests/fast/forms/fieldset/validation-message.html:11: <script> On 2015/06/25 12:47:08, tkent ...
5 years, 6 months ago (2015-06-25 13:37:30 UTC) #9
tkent
lgtm
5 years, 6 months ago (2015-06-25 13:56:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1202563009/60001
5 years, 6 months ago (2015-06-25 13:56:31 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/60751)
5 years, 6 months ago (2015-06-25 15:06:24 UTC) #14
tkent
On 2015/06/25 15:06:24, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-25 22:50:42 UTC) #15
tanay.c
On 2015/06/25 22:50:42, tkent wrote: > On 2015/06/25 15:06:24, commit-bot: I haz the power wrote: ...
5 years, 6 months ago (2015-06-26 06:55:28 UTC) #16
tkent
https://codereview.chromium.org/1202563009/diff/80001/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt File LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt (right): https://codereview.chromium.org/1202563009/diff/80001/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt#newcode1 LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt:1: CONSOLE WARNING: line 13: The specified value 'abc' is ...
5 years, 6 months ago (2015-06-26 06:58:50 UTC) #17
tanay.c
Uploaded the expectations file again. PTAL https://codereview.chromium.org/1202563009/diff/80001/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt File LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt (right): https://codereview.chromium.org/1202563009/diff/80001/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt#newcode1 LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-validate-expected.txt:1: CONSOLE WARNING: line ...
5 years, 6 months ago (2015-06-26 13:11:15 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1202563009/100001
5 years, 6 months ago (2015-06-26 13:12:30 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-26 14:29:27 UTC) #23
tkent
lgtm
5 years, 6 months ago (2015-06-26 19:44:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1202563009/100001
5 years, 6 months ago (2015-06-26 19:44:29 UTC) #26
commit-bot: I haz the power
5 years, 6 months ago (2015-06-26 19:48:17 UTC) #27
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197937

Powered by Google App Engine
This is Rietveld 408576698