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

Issue 2341643003: binding: Indexed properties should accompany with %ArrayProto_values%. (Closed)

Created:
4 years, 3 months ago by Yuki
Modified:
4 years, 3 months ago
Reviewers:
haraken, peria
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

binding: Indexed properties should accompany with %ArrayProto_values%. http://heycam.github.io/webidl/#es-iterator If an interface has indexed property getter and length attribute, then @@iterator must be %ArrayProto_values%. Plus, @@iterator must be {writable: true, enumerable: false, configurable: true}. BUG=632935 Committed: https://crrev.com/3d6d14555abd484cf8be6f15e02d8ba5b239cf33 Cr-Commit-Position: refs/heads/master@{#418858}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : Addressed a review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -21 lines) Patch
M third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-childNodes-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_interface.py View 1 2 3 4 1 chunk +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface_base.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.cpp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (14 generated)
Yuki
Could you guys review this CL?
4 years, 3 months ago (2016-09-15 10:43:30 UTC) #11
haraken
LGTM
4 years, 3 months ago (2016-09-15 12:03:42 UTC) #12
peria
lgtm https://codereview.chromium.org/2341643003/diff/60001/third_party/WebKit/Source/bindings/scripts/v8_interface.py File third_party/WebKit/Source/bindings/scripts/v8_interface.py (right): https://codereview.chromium.org/2341643003/diff/60001/third_party/WebKit/Source/bindings/scripts/v8_interface.py#newcode435 third_party/WebKit/Source/bindings/scripts/v8_interface.py:435: has_array_iterator = True nit: has_array_iterator = (interface.name != ...
4 years, 3 months ago (2016-09-15 12:06:44 UTC) #13
Yuki
https://codereview.chromium.org/2341643003/diff/60001/third_party/WebKit/Source/bindings/scripts/v8_interface.py File third_party/WebKit/Source/bindings/scripts/v8_interface.py (right): https://codereview.chromium.org/2341643003/diff/60001/third_party/WebKit/Source/bindings/scripts/v8_interface.py#newcode435 third_party/WebKit/Source/bindings/scripts/v8_interface.py:435: has_array_iterator = True On 2016/09/15 12:06:43, peria wrote: > ...
4 years, 3 months ago (2016-09-15 12:35:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2341643003/80001
4 years, 3 months ago (2016-09-15 12:36:10 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-15 13:48:33 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-15 13:51:20 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3d6d14555abd484cf8be6f15e02d8ba5b239cf33
Cr-Commit-Position: refs/heads/master@{#418858}

Powered by Google App Engine
This is Rietveld 408576698