|
Kill [SetWrapperReferenceFromReference] IDL extended attribute
Kill [SetWrapperReferenceFromReference] IDL extended attribute to reduce the
complexity of our IDL and of our bindings generators. We now use only
[SetWrapperReferenceFrom] IDL extended attribute and the generated bindings
code will accept that the implementation returns either a reference or a
pointer (by constructing using WTF::getPtr()).
R=haraken, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168048
Total comments: 3
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+16 lines, -346 lines) |
Patch |
|
M |
Source/bindings/IDLExtendedAttributes.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/scripts/v8_interface.py
|
View
|
1
2
3
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
Source/bindings/templates/interface.cpp
|
View
|
1
2
|
2 chunks |
+3 lines, -5 lines |
2 comments
|
Download
|
|
D |
Source/bindings/tests/idls/TestInterfacePython4.idl
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestInterfacePython2.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
D |
Source/bindings/tests/results/V8TestInterfacePython4.h
|
View
|
|
1 chunk |
+0 lines, -156 lines |
0 comments
|
Download
|
|
D |
Source/bindings/tests/results/V8TestInterfacePython4.cpp
|
View
|
|
1 chunk |
+0 lines, -162 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/DOMImplementation.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLAllCollection.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLCollection.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLFormControlsCollection.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLOptionsCollection.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/GetPtr.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|