|
Delete WorldContextHandle in favor of DOMWrapperWorld
This updates the last callers of WorldContextHandle: EventListeners.
It also changes DOMWrapperWorld::current() to determine whether it's
operating in a worker or a document context using WrapperTypeInfo
on the v8::Context instead of taking a ScriptExecutionContext (since
some callers don't have one available).
R=abarth
BUG= 230460
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148670
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+33 lines, -188 lines) |
Patch |
 |
M |
Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/bindings.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/CodeGeneratorV8.pm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/DOMRequestState.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/DOMWrapperWorld.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/DOMWrapperWorld.cpp
|
View
|
|
1 chunk |
+7 lines, -5 lines |
1 comment
|
Download
|
 |
M |
Source/bindings/v8/ScriptEventListener.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8AbstractEventListener.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8AbstractEventListener.cpp
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8Binding.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8Binding.cpp
|
View
|
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8EventListener.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8EventListener.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8LazyEventListener.cpp
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8MutationCallback.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8WindowErrorHandler.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8WorkerContextErrorHandler.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8WorkerContextEventListener.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
Source/bindings/v8/WorldContextHandle.h
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
D |
Source/bindings/v8/WorldContextHandle.cpp
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|