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

Issue 1890733002: Make code generator understand FrozenArray (Closed)

Created:
4 years, 8 months ago by bashi
Modified:
4 years, 8 months ago
Reviewers:
haraken, Yuki
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make code generator understand FrozenArray Currently FrozenArray is just an alias of Array. This means that: - Converted V8 arrays are not frozen. - Returned values are always newly created. The latter isn't actually a spec violence. BUG=515920 Committed: https://crrev.com/811a7ec0a438e4be75620f2a0c20c08deb5e1773 Cr-Commit-Position: refs/heads/master@{#387507}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -6 lines) Patch
M third_party/WebKit/Source/bindings/scripts/idl_definitions.py View 1 3 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/idl_types.py View 3 chunks +17 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_types.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl View 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 4 chunks +120 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
bashi
PTAL? We might want to address the problems described in the description first... https://codereview.chromium.org/1890733002/diff/20001/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp File ...
4 years, 8 months ago (2016-04-14 05:27:49 UTC) #3
Yuki
https://codereview.chromium.org/1890733002/diff/20001/third_party/WebKit/Source/bindings/scripts/idl_definitions.py File third_party/WebKit/Source/bindings/scripts/idl_definitions.py (right): https://codereview.chromium.org/1890733002/diff/20001/third_party/WebKit/Source/bindings/scripts/idl_definitions.py#newcode1043 third_party/WebKit/Source/bindings/scripts/idl_definitions.py:1043: else: I'd prefer elif class_name == 'ForzenArray': ... else ...
4 years, 8 months ago (2016-04-14 05:54:41 UTC) #4
bashi
https://codereview.chromium.org/1890733002/diff/20001/third_party/WebKit/Source/bindings/scripts/idl_definitions.py File third_party/WebKit/Source/bindings/scripts/idl_definitions.py (right): https://codereview.chromium.org/1890733002/diff/20001/third_party/WebKit/Source/bindings/scripts/idl_definitions.py#newcode1043 third_party/WebKit/Source/bindings/scripts/idl_definitions.py:1043: else: On 2016/04/14 05:54:41, Yuki wrote: > I'd prefer ...
4 years, 8 months ago (2016-04-14 07:34:30 UTC) #6
Yuki
4 years, 8 months ago (2016-04-14 07:43:00 UTC) #7
Yuki
lgtm
4 years, 8 months ago (2016-04-14 07:43:14 UTC) #8
haraken
LGTM
4 years, 8 months ago (2016-04-14 07:52:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890733002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890733002/40001
4 years, 8 months ago (2016-04-14 08:23:01 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/53652)
4 years, 8 months ago (2016-04-14 10:58:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890733002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890733002/60001
4 years, 8 months ago (2016-04-14 23:22:54 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 8 months ago (2016-04-15 01:15:02 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 01:16:37 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/811a7ec0a438e4be75620f2a0c20c08deb5e1773
Cr-Commit-Position: refs/heads/master@{#387507}

Powered by Google App Engine
This is Rietveld 408576698