|
Rename V8X::fooMethodImplementedInPrivateScript to V8X::PrivateScript::fooMethod
It's messy to scatter a lot of xxxImplementedInPrivateScript methods in V8 binding classes.
We should create an inner class (V8X::PrivateScript) and put the methods in the inner class.
BUG= 341031
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179821
Total comments: 5
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+90 lines, -74 lines) |
Patch |
 |
M |
Source/bindings/scripts/v8_attributes.py
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_interface.py
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_methods.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_utilities.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/attributes.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface.h
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/methods.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterface.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestInterface.cpp
|
View
|
1
2
3
4
5
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestObject.h
|
View
|
|
3 chunks |
+20 lines, -16 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestObject.cpp
|
View
|
|
29 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/PrivateScriptTestTest.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|