|
|
IDL compiler: Window-specific code + Window-only features
This is a collection of various Window-specific code (no tests)
and Window-only features (tests added):
* [CheckSecurity] + [Replaceable]
* [PutForwards] + [Replaceable]
* [PerContextEnabled] + [RuntimeEnabled]
* [DoNotCheckSecurity] + [Replaceable]
* [DoNotCheckSecurity] + [DoNotCheckSignature]
* [ImplementedAs] for constructor attributes
* header for attributes for named constructors on global objects
* [PerWorldBindings] on readonly interface types
This finishes non-SVG IDL files!!
BUG= 239771
R=haraken
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166670
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+393 lines, -23 lines) |
Patch |
 |
M |
Source/bindings/scripts/code_generator_v8.pm
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/unstable/v8_attributes.py
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/unstable/v8_methods.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/unstable/v8_types.py
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/attributes.cpp
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface.cpp
|
View
|
1
2
3
4
5
6
|
13 chunks |
+111 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface_base.cpp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/methods.cpp
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestInterfacePython.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestObjectPython.idl
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp
|
View
|
1
2
3
|
4 chunks |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
View
|
1
2
|
2 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterfacePython.cpp
|
View
|
|
3 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestObjectPython.cpp
|
View
|
1
2
3
4
5
|
6 chunks |
+105 lines, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|