|
Remove the proxy callback tracker.
This doesn't properly delete callbacks when the corresponding resource goes
away. This can lead to leaks or crashes in the plugin when the callback is
triggered unexpectedly.
BUG=http://crbug.com/86279
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106677
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+434 lines, -331 lines) |
Patch |
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/callback_tracker.h
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/callback_tracker.cc
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.h
|
View
|
|
3 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
|
2 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/enter_proxy.h
|
View
|
1
2
3
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_proxy.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_dispatcher.cc
|
View
|
1
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
|
9 chunks |
+27 lines, -21 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_file_ref_proxy.h
|
View
|
|
2 chunks |
+25 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_file_ref_proxy.cc
|
View
|
1
2
3
|
5 chunks |
+129 lines, -43 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.h
|
View
|
1
2
3
4
|
4 chunks |
+17 lines, -3 lines |
1 comment
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
1
2
3
4
|
7 chunks |
+45 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_url_loader_proxy.h
|
View
|
|
2 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_url_loader_proxy.cc
|
View
|
1
2
3
|
14 chunks |
+79 lines, -54 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_instance_api.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
1 comment
|
Download
|
Total messages: 6 (0 generated)
|