|
Hook up WebRTC logging extension API to the underlying functionality.
The API skeleton CL landed previously: https://chromiumcodereview.appspot.com/23885002/
In the CL:
- Hook up the API to the logging functionality.
- Changes to the logging functionality to allow for new API features.
- Make RenderProcessHost a SupportsUserData, to be able to associate a logging handler host with it.
- Made a fix in base/supports_user_data.h.
- Removal of the old way of enabling logging via the JS PeerConnection constructor.
- Refactorings due to the new API features and removals.
TBR=jochen@chromium.org (for chrome/common/media/webrtc_logging_messages.h)
BUG= 298158
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226805
Total comments: 27
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+513 lines, -224 lines) |
Patch |
 |
M |
base/supports_user_data.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
|
chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.h
|
View
|
1
2
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc
|
View
|
1
2
3
4
|
8 chunks |
+112 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc_log_uploader.h
|
View
|
1
2
3
4
|
5 chunks |
+31 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc_log_uploader.cc
|
View
|
1
2
3
4
|
4 chunks |
+41 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc_logging_handler_host.h
|
View
|
1
2
3
4
|
2 chunks |
+89 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc_logging_handler_host.cc
|
View
|
1
2
3
4
|
5 chunks |
+160 lines, -53 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_permission_features.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/webrtc_logging_private.idl
|
View
|
1
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/media/webrtc_logging_messages.h
|
View
|
1
|
1 chunk |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.h
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+12 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/webrtc_logging_message_filter.h
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/webrtc_logging_message_filter.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/render_process_host.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/renderer/webrtc_log_message_delegate.h
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.h
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/media_stream_dependency_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_logging_initializer.h
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_logging_initializer.cc
|
View
|
1
|
1 chunk |
+2 lines, -6 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|