Chromium Code Reviews
Description[Binding] Remove signature from domAttribute
Currently domAttribute has 'signature' and
it is used for holding type, name and extended attributes.
But it is not necessary to use 'signature' to hold those.
This patch improve situation by
- removing signature from domAttribute
- adding name, isNullable, extendedAttributes to domAttribute
Generated code is same as before except for comment of attributes.
R=haraken@chromium.org
BUG=239771
TEST=TestActiveDOMObject.idl
TestEventConstructor.idl
TestException.idl
TestInterface.idl
TestInterfaceImplementedAs.idl
TestObject.idl
TestSerializedScriptValueInterface.idl
TestTypedefs.idl
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152528
Patch Set 1 #
Total comments: 2
Patch Set 2 : remove comments #Patch Set 3 : #Patch Set 4 : rebased #Messages
Total messages: 7 (0 generated)
|