Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 267623003: Adds StartRtpDump and StopRtpDump methods to webrtcLoggingPrivate API. (Closed)

Created:
6 years, 7 months ago by jiayl
Modified:
6 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, fischman+watch_chromium.org, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, chromium-apps-reviews_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 5

Patch Set 4 : sync #

Patch Set 5 : #

Patch Set 6 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -1 line) Patch
M chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.h View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc View 1 2 3 4 2 chunks +84 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/webrtc_logging_private.idl View 1 2 2 chunks +19 lines, -1 line 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
jiayl
PTAL.
6 years, 7 months ago (2014-04-30 22:27:39 UTC) #1
jiayl
vrk: webrtc_logging_handler_host.* grunell: webrtc_logging_private_api.* miket: .idl asvitkine: extension_function_histogram_value
6 years, 7 months ago (2014-04-30 22:29:33 UTC) #2
Alexei Svitkine (slow)
Please also update histograms.xml with the new enum values.
6 years, 7 months ago (2014-05-01 15:27:27 UTC) #3
jiayl
On 2014/05/01 15:27:27, Alexei Svitkine wrote: > Please also update histograms.xml with the new enum ...
6 years, 7 months ago (2014-05-01 16:13:30 UTC) #4
Alexei Svitkine (slow)
histograms/enums lgtm
6 years, 7 months ago (2014-05-01 16:35:06 UTC) #5
vrk (LEFT CHROMIUM)
lgtm with nits https://codereview.chromium.org/267623003/diff/20001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc File chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc (right): https://codereview.chromium.org/267623003/diff/20001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc#newcode99 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc:99: WebrtcLoggingPrivateStartRtpDumpFunction() { nit: Here and elsewhere, ...
6 years, 7 months ago (2014-05-02 18:13:48 UTC) #6
jiayl
https://codereview.chromium.org/267623003/diff/20001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc File chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc (right): https://codereview.chromium.org/267623003/diff/20001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc#newcode99 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc:99: WebrtcLoggingPrivateStartRtpDumpFunction() { On 2014/05/02 18:13:48, Victoria Kirst wrote: > ...
6 years, 7 months ago (2014-05-02 21:22:43 UTC) #7
jiayl
Ping Mike and Henrik. Will you take a look? Thanks!
6 years, 7 months ago (2014-05-02 21:23:03 UTC) #8
Henrik Grunell
Sorry for the delay, public holiday + vacation end of last week. https://codereview.chromium.org/267623003/diff/40001/chrome/common/extensions/api/webrtc_logging_private.idl File chrome/common/extensions/api/webrtc_logging_private.idl ...
6 years, 7 months ago (2014-05-05 14:15:09 UTC) #9
jiayl
https://codereview.chromium.org/267623003/diff/40001/chrome/common/extensions/api/webrtc_logging_private.idl File chrome/common/extensions/api/webrtc_logging_private.idl (right): https://codereview.chromium.org/267623003/diff/40001/chrome/common/extensions/api/webrtc_logging_private.idl#newcode41 chrome/common/extensions/api/webrtc_logging_private.idl:41: static void start(long tabId, On 2014/05/05 14:15:09, Henrik Grunell ...
6 years, 7 months ago (2014-05-05 16:26:54 UTC) #10
miket_OOO
lgtm https://codereview.chromium.org/267623003/diff/40001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc File chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc (right): https://codereview.chromium.org/267623003/diff/40001/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc#newcode107 chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api_stub.cc:107: SetError(kErrorNotSupported); We sometimes DCHECK_CURRENTLY_ON(BrowserThread::IO) if you think there's ...
6 years, 7 months ago (2014-05-05 17:58:54 UTC) #11
Henrik Grunell
lgtm
6 years, 7 months ago (2014-05-06 08:04:10 UTC) #12
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-05-06 16:17:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/267623003/40001
6 years, 7 months ago (2014-05-06 16:18:42 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 16:48:59 UTC) #15
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-05-06 17:06:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/267623003/60001
6 years, 7 months ago (2014-05-06 17:06:57 UTC) #17
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-05-06 17:51:39 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/267623003/80001
6 years, 7 months ago (2014-05-06 17:53:28 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-07 11:43:53 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-07 13:52:43 UTC) #21
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-07 13:52:43 UTC) #22
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-05-07 15:59:26 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/267623003/80001
6 years, 7 months ago (2014-05-07 16:00:04 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-07 16:03:03 UTC) #25
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-07 16:03:04 UTC) #26
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-05-07 16:05:44 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/267623003/90001
6 years, 7 months ago (2014-05-07 16:09:02 UTC) #28
commit-bot: I haz the power
6 years, 7 months ago (2014-05-07 23:05:16 UTC) #29
Message was sent while issue was closed.
Change committed as 268988

Powered by Google App Engine
This is Rietveld 408576698