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

Issue 692993003: Named getter of HTMLAllCollection etc should be nullable (Closed)

Created:
6 years, 1 month ago by bashi
Modified:
6 years, 1 month ago
Reviewers:
haraken
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, arv+blink, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@union-nullable
Project:
blink
Visibility:
Public.

Description

Named getter of HTMLAllCollection etc should be nullable According to the spec[1,2,3], named getter of HTMLAllCollection, HTMLFormControlsCollection and HTMLOptionsCollection should be nullable. This CL also adds layout tests for nullable arguments. [1] https://html.spec.whatwg.org/multipage/infrastructure.html#the-htmlallcollection-interface [2] https://html.spec.whatwg.org/multipage/infrastructure.html#the-htmlformcontrolscollection-interface [3] https://html.spec.whatwg.org/multipage/infrastructure.html#htmlallcollection BUG=430337 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185108

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -4 lines) Patch
M LayoutTests/fast/dom/html-collections-named-getter.html View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/html-collections-named-getter-expected.txt View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/idl-union-type-unittest.html View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/idl-union-type-unittest-expected.txt View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/html/HTMLAllCollection.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormControlsCollection.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptionsCollection.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/UnionTypesTest.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/testing/UnionTypesTest.cpp View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/testing/UnionTypesTest.idl View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
bashi
PTAL?
6 years, 1 month ago (2014-11-11 01:39:27 UTC) #2
haraken
Does this change web-exposed behavior? What's the behavior of other browsers?
6 years, 1 month ago (2014-11-11 02:15:59 UTC) #3
bashi
On 2014/11/11 02:15:59, haraken wrote: > Does this change web-exposed behavior? What's the behavior of ...
6 years, 1 month ago (2014-11-11 02:40:15 UTC) #4
haraken
LGTM
6 years, 1 month ago (2014-11-11 03:19:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692993003/40001
6 years, 1 month ago (2014-11-11 03:21:08 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/core/testing/UnionTypesTest.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-11-11 04:23:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692993003/60001
6 years, 1 month ago (2014-11-11 04:55:57 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 06:50:56 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 185108

Powered by Google App Engine
This is Rietveld 408576698