|
Blink-in-JS: Support partial interfaces in private scripts
This is a proof-of-concept CL. I'll split the CL into pieces and land them.
BUG= 341031
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+397 lines, -89 lines) |
Patch |
 |
M |
LayoutTests/fast/dom/private_script_unittest.html
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/private_script_unittest-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/idl.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/PrivateScriptRunner.cpp
|
View
|
|
2 chunks |
+43 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/PrivateScriptRunner.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_attributes.py
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_methods.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_utilities.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestPartialInterface.idl
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterface.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterface.cpp
|
View
|
|
7 chunks |
+187 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/build/scripts/make_private_script_source.py
|
View
|
|
3 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/core_generated.gyp
|
View
|
|
1 chunk |
+35 lines, -34 lines |
0 comments
|
Download
|
 |
A |
Source/core/testing/PartialPrivateScriptTest.h
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/testing/PartialPrivateScriptTest.idl
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/testing/PartialPrivateScriptTest.js
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/PrivateScriptTest.js
|
View
|
|
1 chunk |
+38 lines, -38 lines |
0 comments
|
Download
|
Total messages: 1 (0 generated)
|