|
bindings: Moves toV8 and v8SetReturnValue out to ToV8.h and V8Binding.h.
Also retires [Custom=ToV8], but the actual code doesn't change.
We still have special treatment for Window and WorkerGlobalScope (and
EventTarget as Window's super class).
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194587
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+136 lines, -171 lines) |
Patch |
 |
M |
Source/bindings/IDLExtendedAttributes.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/ToV8.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
Source/bindings/core/v8/ToV8.cpp
|
View
|
1
2
3
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/V8Binding.h
|
View
|
1
2
|
5 chunks |
+67 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/custom/V8EventTargetCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/custom/custom.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/v8.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_interface.py
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/templates/interface.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/core/TestInterface.idl
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/modules/TestInterface5.idl
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestInterface.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/modules/V8TestInterface5.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/EventTarget.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/frame/Window.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/workers/WorkerGlobalScope.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (3 generated)
|