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

Issue 2688463003: [chrome.cast.channel] Remove event logging. (Closed)

Created:
3 years, 10 months ago by mark a. foltz
Modified:
3 years, 10 months ago
Reviewers:
benwells, Kevin M
CC:
avayvod+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, erickung1, extensions-reviews_chromium.org, imcheng+watch_chromium.org, isheriff+watch_chromium.org, jasonroberts+watch_google.com, miu+watch_chromium.org, xjz+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[chrome.cast.channel] Remove event logging. Cast Channel event logs have not been collected since launch of Media Router. This removes all code collecting detailed logs, but leaves support for collecting net:: and Cast authentication errors for reporting via onError. This also removes chrome.cast.channel.setAuthorityKeys() and its tests, which is a no-op and is no longer used. BUG=513801, 601171 Review-Url: https://codereview.chromium.org/2688463003 Cr-Commit-Position: refs/heads/master@{#450191} Committed: https://chromium.googlesource.com/chromium/src/+/ed9773f95712d0477ef7f3f2e7be3d6d79d934b1

Patch Set 1 #

Patch Set 2 : Remove errors object when socket is closed #

Total comments: 10

Patch Set 3 : Respond to kmarshall@ feedback #

Total comments: 2

Patch Set 4 : Fix fwd declarations & rebase. #

Patch Set 5 : Fix missing #include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -1227 lines) Patch
D chrome/test/data/extensions/api_test/cast_channel/api/test_authority_keys.html View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/test/data/extensions/api_test/cast_channel/api/test_authority_keys.js View 1 chunk +0 lines, -170 lines 0 comments Download
D chrome/test/data/extensions/api_test/cast_channel/api/test_get_logs.html View 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/test/data/extensions/api_test/cast_channel/api/test_get_logs.js View 1 chunk +0 lines, -36 lines 0 comments Download
M extensions/browser/api/cast_channel/BUILD.gn View 2 chunks +0 lines, -3 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.h View 1 2 chunks +2 lines, -40 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.cc View 1 7 chunks +7 lines, -53 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_apitest.cc View 3 chunks +0 lines, -124 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.h View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.cc View 9 chunks +2 lines, -21 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket_unittest.cc View 2 chunks +1 line, -6 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_transport.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_transport.cc View 1 2 10 chunks +9 lines, -33 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_transport_unittest.cc View 2 chunks +1 line, -5 lines 0 comments Download
M extensions/browser/api/cast_channel/keep_alive_delegate_unittest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M extensions/browser/api/cast_channel/logger.h View 1 2 3 1 chunk +26 lines, -85 lines 0 comments Download
M extensions/browser/api/cast_channel/logger.cc View 1 6 chunks +24 lines, -243 lines 0 comments Download
M extensions/browser/api/cast_channel/logger_unittest.cc View 1 chunk +13 lines, -269 lines 0 comments Download
D extensions/browser/api/cast_channel/logger_util.h View 1 chunk +0 lines, -40 lines 0 comments Download
D extensions/browser/api/cast_channel/logger_util.cc View 1 chunk +0 lines, -67 lines 0 comments Download
M extensions/common/api/cast_channel.idl View 2 chunks +0 lines, -23 lines 0 comments Download

Messages

Total messages: 28 (18 generated)
mark a. foltz
PTAL (+erickung as an FYI)
3 years, 10 months ago (2017-02-09 01:12:56 UTC) #7
mark a. foltz
On 2017/02/09 at 01:12:56, mark a. foltz wrote: > PTAL (+erickung as an FYI) benwells@ ...
3 years, 10 months ago (2017-02-09 01:30:27 UTC) #10
benwells
idl lgtm
3 years, 10 months ago (2017-02-09 04:42:00 UTC) #13
Kevin M
https://codereview.chromium.org/2688463003/diff/20001/extensions/browser/api/cast_channel/cast_channel_apitest.cc File extensions/browser/api/cast_channel/cast_channel_apitest.cc (left): https://codereview.chromium.org/2688463003/diff/20001/extensions/browser/api/cast_channel/cast_channel_apitest.cc#oldcode471 extensions/browser/api/cast_channel/cast_channel_apitest.cc:471: Add line item in the CL description for this ...
3 years, 10 months ago (2017-02-09 19:28:54 UTC) #14
mark a. foltz
PTAL https://codereview.chromium.org/2688463003/diff/20001/extensions/browser/api/cast_channel/cast_channel_apitest.cc File extensions/browser/api/cast_channel/cast_channel_apitest.cc (left): https://codereview.chromium.org/2688463003/diff/20001/extensions/browser/api/cast_channel/cast_channel_apitest.cc#oldcode471 extensions/browser/api/cast_channel/cast_channel_apitest.cc:471: On 2017/02/09 at 19:28:54, Kevin M wrote: > ...
3 years, 10 months ago (2017-02-10 21:55:16 UTC) #16
Kevin M
lgtm https://codereview.chromium.org/2688463003/diff/40001/extensions/browser/api/cast_channel/cast_transport.h File extensions/browser/api/cast_channel/cast_transport.h (right): https://codereview.chromium.org/2688463003/diff/40001/extensions/browser/api/cast_channel/cast_transport.h#newcode23 extensions/browser/api/cast_channel/cast_transport.h:23: class IPEndPoint; nit: Remove this https://codereview.chromium.org/2688463003/diff/40001/extensions/browser/api/cast_channel/cast_transport.h#newcode33 extensions/browser/api/cast_channel/cast_transport.h:33: class ...
3 years, 10 months ago (2017-02-13 21:55:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2688463003/60001
3 years, 10 months ago (2017-02-13 22:22:43 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/238803) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 10 months ago (2017-02-13 22:43:06 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2688463003/80001
3 years, 10 months ago (2017-02-13 23:14:49 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 01:37:40 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/ed9773f95712d0477ef7f3f2e7be...

Powered by Google App Engine
This is Rietveld 408576698