|
IDL: Auto-generate NativeValueTraits for IDL dictionaries
toImplArray() uses NativeValueTraits<T> and toV8NoInline() internally.
The code generator should generate them to support sequence
(or array) members of an IDL dictionary of which type an IDL dictionary.
This CL also includes a fix for missing trace() calls for sequence
and array members.
BUG= 321462
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186008
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+112 lines, -28 lines) |
Patch |
 |
M |
Source/bindings/scripts/v8_types.py
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/dictionary_v8.h
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/dictionary_v8.cpp
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/core/TestDictionary.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/TestDictionary.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/TestDictionary.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestDictionary.h
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestDictionary.cpp
|
View
|
|
5 chunks |
+29 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestDictionaryDerived.h
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
Total messages: 11 (4 generated)
|