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

Issue 658063002: Fix the issue where checking a form for :valid/:invalid would trigger invalid events for its elemen… (Closed)

Created:
6 years, 2 months ago by Bartek Nowierski
Modified:
6 years, 2 months ago
Reviewers:
keishi, tkent
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

Fix the issue where checking a form for :valid/:invalid would trigger invalid events for its elements (if set). BUG=360466 TEST=added a case to the layout test, to test for the issue Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183862

Patch Set 1 #

Total comments: 4

Patch Set 2 : Change bool into enum for dispatching invalid event on checkValidity #

Total comments: 2

Patch Set 3 : Rename enum type/values related to firing invalid event on checkValidity #

Total comments: 2

Patch Set 4 : Pull + small style fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -16 lines) Patch
M LayoutTests/fast/forms/form-pseudo-valid-style.html View 1 2 3 3 chunks +11 lines, -4 lines 0 comments Download
M LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt View 1 chunk +6 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
keishi
https://codereview.chromium.org/658063002/diff/1/LayoutTests/fast/forms/form-pseudo-valid-style.html File LayoutTests/fast/forms/form-pseudo-valid-style.html (right): https://codereview.chromium.org/658063002/diff/1/LayoutTests/fast/forms/form-pseudo-valid-style.html#newcode33 LayoutTests/fast/forms/form-pseudo-valid-style.html:33: parent.innerHTML = '<form id=form1><input type=text id=input1 required><input type=text id=input2 ...
6 years, 2 months ago (2014-10-17 04:52:37 UTC) #2
Bartek Nowierski
https://codereview.chromium.org/658063002/diff/1/LayoutTests/fast/forms/form-pseudo-valid-style.html File LayoutTests/fast/forms/form-pseudo-valid-style.html (right): https://codereview.chromium.org/658063002/diff/1/LayoutTests/fast/forms/form-pseudo-valid-style.html#newcode33 LayoutTests/fast/forms/form-pseudo-valid-style.html:33: parent.innerHTML = '<form id=form1><input type=text id=input1 required><input type=text id=input2 ...
6 years, 2 months ago (2014-10-17 05:34:57 UTC) #3
keishi
https://codereview.chromium.org/658063002/diff/20001/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (right): https://codereview.chromium.org/658063002/diff/20001/Source/core/html/HTMLFormControlElement.h#newcode91 Source/core/html/HTMLFormControlElement.h:91: enum DispatchInvalidEvent { DispatchInvalidEventUnknown, DispatchInvalidEventEnabled, DispatchInvalidEventDisabled }; We're not ...
6 years, 2 months ago (2014-10-17 05:46:12 UTC) #4
Bartek Nowierski
https://codereview.chromium.org/658063002/diff/20001/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (right): https://codereview.chromium.org/658063002/diff/20001/Source/core/html/HTMLFormControlElement.h#newcode91 Source/core/html/HTMLFormControlElement.h:91: enum DispatchInvalidEvent { DispatchInvalidEventUnknown, DispatchInvalidEventEnabled, DispatchInvalidEventDisabled }; On 2014/10/17 ...
6 years, 2 months ago (2014-10-17 06:17:59 UTC) #5
keishi
LGTM https://codereview.chromium.org/658063002/diff/40001/LayoutTests/fast/forms/form-pseudo-valid-style.html File LayoutTests/fast/forms/form-pseudo-valid-style.html (right): https://codereview.chromium.org/658063002/diff/40001/LayoutTests/fast/forms/form-pseudo-valid-style.html#newcode80 LayoutTests/fast/forms/form-pseudo-valid-style.html:80: shouldBe('val', '"0"'); nit: For strings we try to ...
6 years, 2 months ago (2014-10-17 06:24:53 UTC) #6
Bartek Nowierski
https://codereview.chromium.org/658063002/diff/40001/LayoutTests/fast/forms/form-pseudo-valid-style.html File LayoutTests/fast/forms/form-pseudo-valid-style.html (right): https://codereview.chromium.org/658063002/diff/40001/LayoutTests/fast/forms/form-pseudo-valid-style.html#newcode80 LayoutTests/fast/forms/form-pseudo-valid-style.html:80: shouldBe('val', '"0"'); On 2014/10/17 06:24:53, keishi wrote: > nit: ...
6 years, 2 months ago (2014-10-17 06:52:24 UTC) #7
tkent
lgtm
6 years, 2 months ago (2014-10-17 06:55:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/658063002/60001
6 years, 2 months ago (2014-10-17 06:58:47 UTC) #10
commit-bot: I haz the power
6 years, 2 months ago (2014-10-17 08:16:29 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 183862

Powered by Google App Engine
This is Rietveld 408576698