|
[Binding] Support primitive type for union member
Support primitive type such as unsigned long for union member.
Now we can write in IDL:
getter (Node or unsigned long) (DOMString name);
Auto-generate V8NodeList::namedPropertyGetter with the feature.
Introduce [NoNamedGetter] which means the IDL do not expose
named getter even if parent IDL have one.
Rename [DoNotCheckJSProperty] with [OverrideBuiltins]
per spec:
http://www.w3.org/TR/WebIDL/#OverrideBuiltins
R=haraken@chromium.org
BUG= 229740
TEST=TestInterface.idl
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -75 lines) |
Patch |
 |
M |
Source/bindings/scripts/CodeGeneratorV8.pm
|
View
|
1
|
5 chunks |
+17 lines, -18 lines |
2 comments
|
Download
|
 |
M |
Source/bindings/scripts/IDLAttributes.txt
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterface.cpp
|
View
|
|
1 chunk |
+5 lines, -3 lines |
1 comment
|
Download
|
 |
M |
Source/bindings/v8/custom/V8NodeListCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
Source/core/css/WebKitCSSFilterValue.idl
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/WebKitCSSTransformValue.idl
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DOMStringMap.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeList.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/core/dom/NodeList.cpp
|
View
|
|
3 chunks |
+18 lines, -15 lines |
2 comments
|
Download
|
 |
M |
Source/core/dom/NodeList.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/DOMSettableTokenList.idl
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
 |
M |
Source/core/html/HTMLAllCollection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAllCollection.cpp
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlsCollection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlsCollection.cpp
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlsCollection.idl
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormElement.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormElement.cpp
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFrameSetElement.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLOptionsCollection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLOptionsCollection.cpp
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/RadioNodeList.idl
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|