|
Clean up potentially leaky use of base::DeletePointer.
Posting a task to another thread doesn't guarantee that it will run,
and we should make sure to clean things up when it doesn't.
Most usage of base::DeletePointer seems to ignore this possibility,
so I changed DeletePointer to require explicit ownership of the pointer.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -71 lines) |
Patch |
 |
M |
base/bind_helpers.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/network/firewall_hole.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/history/core/browser/history_backend.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/media/capture/web_contents_audio_input_stream.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/media_stream_remote_video_source.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
dbus/object_manager.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
dbus/object_manager.cc
|
View
|
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
dbus/object_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
dbus/object_proxy.cc
|
View
|
|
4 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
device/core/device_monitor_win.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/hid/hid_service.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/hid/hid_service.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_service.h
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ipc/mojo/async_handle_waiter.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/audio/virtual_audio_input_stream.h
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/audio/virtual_audio_input_stream.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/audio/virtual_audio_input_stream_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/audio/virtual_audio_output_stream_unittest.cc
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_encoder_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/events/devices/device_data_manager.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 11 (2 generated)
|