|
Fix the timestamp generation for webrtc native log.
The timestamp generation is moved from libjingle/renderer to the browser. The renderer sends the absolute system time for each message in the IPC, which is used by WebRtcLoggingHandlerHost to calculate the timestamp relative to the logging started time.
BUG= 339478
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261472
Total comments: 8
Total comments: 7
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+125 lines, -82 lines) |
Patch |
 |
M |
chrome/browser/media/webrtc_logging_handler_host.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/webrtc_logging_handler_host.cc
|
View
|
1
2
3
4
|
6 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/media/webrtc_logging_message_data.h
|
View
|
1
2
3
4
5
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/media/webrtc_logging_message_data.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/media/webrtc_logging_messages.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_webrtc_log_message_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/mock_webrtc_logging_message_filter.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/mock_webrtc_logging_message_filter.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/webrtc_logging_message_filter.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/webrtc_logging_message_filter.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc_logging.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -29 lines |
0 comments
|
Download
|
 |
M |
third_party/libjingle/overrides/talk/base/logging.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/libjingle/overrides/talk/base/logging.cc
|
View
|
|
3 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
Total messages: 44 (0 generated)
|