|
blink_gc_plugin: detect singletons with embedded ScriptWrappables.
It is in general unsafe for DEFINE_STATIC_LOCAL() singletons to
keep references to ScriptWrappable instances, as that risks leaking
information across contexts residing in the same renderer process.
If enabled, have the GC plugin detect static singleton declarations
and traverse their types, throwing warnings if any
ScriptWrappable-derived references are encountered.
Like other GC plugin checks, the warnings can be selectively
disabled via GC_PLUGIN_IGNORE().
R=
BUG= 688569
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Stats (+646 lines, -45 lines) |
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
View
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPluginConsumer.h
|
View
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPluginConsumer.cpp
|
View
|
4 chunks |
+36 lines, -1 line |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h
|
View
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/CMakeLists.txt
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/CheckSingletonVisitor.h
|
View
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/CheckSingletonVisitor.cpp
|
View
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/CollectVisitor.h
|
View
|
1 chunk |
+23 lines, -3 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/CollectVisitor.cpp
|
View
|
3 chunks |
+25 lines, -2 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/Config.h
|
View
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/Config.cpp
|
View
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/DiagnosticsReporter.h
|
View
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/DiagnosticsReporter.cpp
|
View
|
7 chunks |
+37 lines, -6 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/RecordInfo.h
|
View
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/RecordInfo.cpp
|
View
|
3 chunks |
+36 lines, -16 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/tests/heap/stubs.h
|
View
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
 |
M |
tools/clang/blink_gc_plugin/tests/legacy_naming/heap/stubs.h
|
View
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/legacy_naming/static_singleton.h
|
View
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/legacy_naming/static_singleton.cpp
|
View
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/legacy_naming/static_singleton.flags
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/legacy_naming/static_singleton.txt
|
View
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/static_singleton.h
|
View
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/static_singleton.cpp
|
View
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/static_singleton.flags
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
A |
tools/clang/blink_gc_plugin/tests/static_singleton.txt
|
View
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Total messages: 10 (6 generated)
|