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

Issue 646273004: Implement :valid and :invalid pseudoclass for <fieldset> (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

Implement :valid and :invalid pseudoclass for <fieldset> BUG=424028 TEST=Added layout test: fieldset-pseudo-valid-style.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184047

Patch Set 1 #

Patch Set 2 : Make a method private #

Patch Set 3 : Pull & merge #

Total comments: 4

Patch Set 4 : Address tkent's comments #

Patch Set 5 : Pull #

Total comments: 2

Patch Set 6 : Fix the problem with non-control form-associated elements in <fieldset> #

Patch Set 7 : Fix layout test that explicitly checked that fieldset doesn't apply :valid/:invalid #

Patch Set 8 : Pull #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -6 lines) Patch
M LayoutTests/fast/css/pseudo-valid-unapplied.html View 1 2 3 4 5 6 3 chunks +0 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/pseudo-valid-unapplied-expected.txt View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
A LayoutTests/fast/forms/fieldset-pseudo-valid-style.html View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
A LayoutTests/fast/forms/fieldset-pseudo-valid-style-expected.txt View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFieldSetElement.cpp View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 2 3 4 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
Bartek Nowierski
I resolved this change with https://codereview.chromium.org/658063002/ -- you can start reviewing now
6 years, 2 months ago (2014-10-17 08:48:15 UTC) #2
tkent
https://codereview.chromium.org/646273004/diff/40001/Source/core/html/HTMLFieldSetElement.cpp File Source/core/html/HTMLFieldSetElement.cpp (right): https://codereview.chromium.org/646273004/diff/40001/Source/core/html/HTMLFieldSetElement.cpp#newcode68 Source/core/html/HTMLFieldSetElement.cpp:68: RefPtrWillBeRawPtr<HTMLFieldSetElement> protector(this); This variable is not needed. It would ...
6 years, 2 months ago (2014-10-19 23:56:40 UTC) #3
Bartek Nowierski
https://codereview.chromium.org/646273004/diff/40001/Source/core/html/HTMLFieldSetElement.cpp File Source/core/html/HTMLFieldSetElement.cpp (right): https://codereview.chromium.org/646273004/diff/40001/Source/core/html/HTMLFieldSetElement.cpp#newcode68 Source/core/html/HTMLFieldSetElement.cpp:68: RefPtrWillBeRawPtr<HTMLFieldSetElement> protector(this); On 2014/10/19 23:56:40, tkent wrote: > This ...
6 years, 2 months ago (2014-10-20 10:43:10 UTC) #4
tkent
https://codereview.chromium.org/646273004/diff/80001/Source/core/html/HTMLFieldSetElement.cpp File Source/core/html/HTMLFieldSetElement.cpp (right): https://codereview.chromium.org/646273004/diff/80001/Source/core/html/HTMLFieldSetElement.cpp#newcode70 Source/core/html/HTMLFieldSetElement.cpp:70: ASSERT(elements[i]->isFormControlElement()); We should take care of a case that ...
6 years, 2 months ago (2014-10-21 00:11:13 UTC) #5
Bartek Nowierski
https://codereview.chromium.org/646273004/diff/80001/Source/core/html/HTMLFieldSetElement.cpp File Source/core/html/HTMLFieldSetElement.cpp (right): https://codereview.chromium.org/646273004/diff/80001/Source/core/html/HTMLFieldSetElement.cpp#newcode70 Source/core/html/HTMLFieldSetElement.cpp:70: ASSERT(elements[i]->isFormControlElement()); On 2014/10/21 00:11:13, tkent wrote: > We should ...
6 years, 2 months ago (2014-10-21 03:25:26 UTC) #6
tkent
lgtm
6 years, 2 months ago (2014-10-21 03:29:06 UTC) #7
keishi
lgtm
6 years, 2 months ago (2014-10-21 03:43:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646273004/100001
6 years, 2 months ago (2014-10-21 03:48:30 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/30100)
6 years, 2 months ago (2014-10-21 05:05:06 UTC) #12
keishi
Patch set 7 LGTM
6 years, 2 months ago (2014-10-21 05:18:17 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646273004/140001
6 years, 2 months ago (2014-10-21 05:32:02 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/65892)
6 years, 2 months ago (2014-10-21 06:36:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646273004/140001
6 years, 2 months ago (2014-10-21 06:38:27 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/65892)
6 years, 2 months ago (2014-10-21 06:41:06 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646273004/140001
6 years, 2 months ago (2014-10-21 07:14:37 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 07:15:28 UTC) #24
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as 184047

Powered by Google App Engine
This is Rietveld 408576698