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

Issue 1054443002: Make classes for union types exported. (Closed)

Created:
5 years, 8 months ago by tasak
Modified:
5 years, 8 months ago
Reviewers:
haraken, bashi
CC:
blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, arv+blink, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make classes for union types exported. BUG=358074 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193016

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -67 lines) Patch
M Source/bindings/scripts/code_generator_v8.py View 1 2 chunks +7 lines, -3 lines 0 comments Download
M Source/bindings/scripts/utilities.py View 1 2 chunks +16 lines, -0 lines 1 comment Download
M Source/bindings/templates/union.h View 1 3 chunks +12 lines, -4 lines 1 comment Download
M Source/bindings/templates/union.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/UnionTypesCore.h View 1 43 chunks +169 lines, -56 lines 0 comments Download
M Source/bindings/tests/results/core/UnionTypesCore.cpp View 1 14 chunks +84 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/modules/UnionTypesModules.h View 1 3 chunks +13 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/modules/UnionTypesModules.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
tasak
PTAL?
5 years, 8 months ago (2015-04-01 05:58:05 UTC) #2
haraken
LGTM https://codereview.chromium.org/1054443002/diff/1/Source/bindings/templates/union.h File Source/bindings/templates/union.h (right): https://codereview.chromium.org/1054443002/diff/1/Source/bindings/templates/union.h#newcode34 Source/bindings/templates/union.h:34: #if COMPILER(MSVC) && defined(COMPONENT_BUILD) && LINK_CORE_MODULES_SEPARATELY Add a ...
5 years, 8 months ago (2015-04-01 07:03:13 UTC) #3
bashi
LGTM https://codereview.chromium.org/1054443002/diff/1/Source/bindings/scripts/v8_union.py File Source/bindings/scripts/v8_union.py (right): https://codereview.chromium.org/1054443002/diff/1/Source/bindings/scripts/v8_union.py#newcode30 Source/bindings/scripts/v8_union.py:30: def union_context(union_types, interfaces_info, component): nit: we generally put ...
5 years, 8 months ago (2015-04-01 07:16:51 UTC) #4
tasak
Thank you for review. https://codereview.chromium.org/1054443002/diff/1/Source/bindings/scripts/v8_union.py File Source/bindings/scripts/v8_union.py (right): https://codereview.chromium.org/1054443002/diff/1/Source/bindings/scripts/v8_union.py#newcode30 Source/bindings/scripts/v8_union.py:30: def union_context(union_types, interfaces_info, component): On ...
5 years, 8 months ago (2015-04-02 05:31:37 UTC) #7
haraken
LGTM https://codereview.chromium.org/1054443002/diff/60001/Source/bindings/scripts/utilities.py File Source/bindings/scripts/utilities.py (right): https://codereview.chromium.org/1054443002/diff/60001/Source/bindings/scripts/utilities.py#newcode167 Source/bindings/scripts/utilities.py:167: return 'modules/ModulesExport.h' I'd propose introducing wtf/Export.h (and remove ...
5 years, 8 months ago (2015-04-02 09:13:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1054443002/60001
5 years, 8 months ago (2015-04-02 09:30:16 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-02 09:33:48 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193016

Powered by Google App Engine
This is Rietveld 408576698