|
ScriptPromise should understand the ScriptState from which the ScriptPromise is generated
I'm making ScriptValue understand the ScriptState from which the ScriptValue is created. For that goal, this CL makes ScriptPromise understand the ScriptState from which the ScriptPromise is created. For that goal, this CL passes around ScriptState in a lot of places.
BUG= 357144
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173743
Total comments: 11
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -192 lines) |
Patch |
 |
M |
Source/bindings/scripts/v8_types.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestObject.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromise.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromise.cpp
|
View
|
|
5 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromiseResolver.h
|
View
|
1
2
3
4
5
|
5 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromiseResolver.cpp
|
View
|
1
2
|
3 chunks |
+18 lines, -37 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromiseResolverTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromiseResolverWithContext.cpp
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptPromiseTest.cpp
|
View
|
|
4 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8Binding.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8Binding.cpp
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/FontFaceSet.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/FontFaceSet.cpp
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/FontFaceSet.idl
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.cpp
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.idl
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/imagebitmap/ImageBitmapFactories.h
|
View
|
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/modules/imagebitmap/ImageBitmapFactories.cpp
|
View
|
|
6 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
Source/modules/imagebitmap/ImageBitmapFactories.idl
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/imagebitmap/WindowImageBitmapFactories.idl
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/modules/quota/StorageQuota.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/quota/StorageQuota.cpp
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/quota/StorageQuota.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Cache.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Cache.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/Cache.idl
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/InstallEvent.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/webmidi/NavigatorWebMIDI.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|