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

Issue 2752223002: bindings: Add the proper includes for unions inside records (Closed)

Created:
3 years, 9 months ago by Raphael Kubo da Costa (rakuco)
Modified:
3 years, 9 months ago
Reviewers:
haraken, bashi, Yuki
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bindings: Add the proper includes for unions inside records While https://codereview.chromium.org/2749253002 took care of adding all required includes and forward-declarations for unions inside records inside other unions, it did not solve it for unions inside records which were _not_ inside other unions: in this case, v8_union is not used at all, so we need to patch code_generator_v8.depending_union_type() instead. BUG=685754 R=bashi@chromium.org,haraken@chromium.org,yukishiino@chromium.org Review-Url: https://codereview.chromium.org/2752223002 Cr-Commit-Position: refs/heads/master@{#457404} Committed: https://chromium.googlesource.com/chromium/src/+/73201f61646ab7e1c2aca0a5bd5994aa82958e42

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M third_party/WebKit/Source/bindings/scripts/code_generator_v8.py View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h View 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp View 2 chunks +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp View 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Raphael Kubo da Costa (rakuco)
PTAL; small follow-up to the record<K,V> work that I noticed while working on the nested ...
3 years, 9 months ago (2017-03-16 10:50:35 UTC) #1
haraken
LGTM
3 years, 9 months ago (2017-03-16 10:52:26 UTC) #4
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/2752223002/1
3 years, 9 months ago (2017-03-16 12:10:57 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/73201f61646ab7e1c2aca0a5bd5994aa82958e42
3 years, 9 months ago (2017-03-16 12:16:16 UTC) #11
bashi
lgtm
3 years, 9 months ago (2017-03-16 12:20:48 UTC) #12
Yuki
3 years, 9 months ago (2017-03-16 13:31:03 UTC) #13
Message was sent while issue was closed.
LGTM.

Powered by Google App Engine
This is Rietveld 408576698