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

Issue 713403004: IDL: Generic Dictionary support in union types (Closed)

Created:
6 years, 1 month ago by bashi
Modified:
6 years, 1 month ago
Reviewers:
haraken, Jens Widell
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

IDL: Generic Dictionary support in union types Even though we want to avoid using generic Dictionary in IDL files, we need them in some cases. For example, WebCrypto uses generic Dictionary because we don't have IDL dictionary inheritance support. Add generic Dictionary support so that such customers can use union types. BUG=240176 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185189

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -10 lines) Patch
M Source/bindings/scripts/v8_types.py View 3 chunks +6 lines, -0 lines 0 comments Download
M Source/bindings/scripts/v8_union.py View 3 chunks +7 lines, -4 lines 0 comments Download
M Source/bindings/templates/union.cpp View 1 chunk +5 lines, -3 lines 1 comment Download
M Source/bindings/tests/idls/core/TestObject.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/results/core/UnionTypesCore.h View 2 chunks +53 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/UnionTypesCore.cpp View 3 chunks +98 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
bashi
PTAL? Here is a background. https://code.google.com/p/chromium/issues/detail?id=431400 WebCrypto want to use (ArrayBuffer or ArrayBufferView or Dictionary). ...
6 years, 1 month ago (2014-11-12 05:13:08 UTC) #2
Jens Widell
lgtm
6 years, 1 month ago (2014-11-12 06:21:45 UTC) #3
haraken
LGTM
6 years, 1 month ago (2014-11-12 07:09:51 UTC) #4
bashi
Thank you for reviews!
6 years, 1 month ago (2014-11-12 07:12:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713403004/1
6 years, 1 month ago (2014-11-12 07:12:28 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-12 07:58:52 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 185189

Powered by Google App Engine
This is Rietveld 408576698