|
Oilpan: Prepare to make ExecutionContext GarbageCollectedMixin.
We creates closures with ExecutionContexts in LocalFileSystem. The
ExecutionContext needs to be a CrossThreadPersistent data member of
closure. This CL adds ParamStorageTraits specialized to garbage-collected
classes.
This is a preparation to remove RefCounted from Node.
BUG= 357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175734
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+94 lines, -27 lines) |
Patch |
 |
M |
Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ExecutionContext.h
|
View
|
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/MainThreadTaskRunnerTest.cpp
|
View
|
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/workers/WorkerGlobalScope.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/workers/WorkerMessagingProxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/filesystem/FileSystemCallbacks.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/filesystem/LocalFileSystem.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/filesystem/LocalFileSystem.cpp
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/modules/indexeddb/IDBRequestTest.cpp
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/modules/indexeddb/IDBTransactionTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/webdatabase/SQLCallbackWrapper.h
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Handle.h
|
View
|
1
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/HeapTest.cpp
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSharedWorkerImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 45 (0 generated)
|