|
Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome)
This CL updates Chrome to return plugin NPP identifiers for NPAPI, PPAPI and browser plugins, and to make the necessary calls into Blink to support object ownership tracking.
This CL requires Blink CL crrev.com/14989014, and is itself required by Blink CL crrev.com/14019005.
BUG= 152006
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202364
Total comments: 11
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+126 lines, -29 lines) |
Patch |
 |
M |
chrome/renderer/plugins/webview_plugin.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/plugins/webview_plugin.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/browser_plugin/browser_plugin.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/browser_plugin/browser_plugin.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/browser_plugin/browser_plugin_bindings.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/webplugin_delegate_proxy.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/webplugin_delegate_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/cpp_bound_class.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/cpp_bound_class.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/npapi/webplugin_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/message_channel.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_object.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_webplugin_impl.h
|
View
|
1
2
3
4
5
6
7
9
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_webplugin_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|