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

Issue 138913014: Cast: Added a new RawEventSubscriber implementation for use in cast extension. (Closed)

Created:
6 years, 10 months ago by imcheng
Modified:
6 years, 10 months ago
Reviewers:
miu, Alpha Left Google
CC:
chromium-reviews, hclam+watch_chromium.org, mikhal+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, pwestin+watch_google.com, feature-media-reviews_chromium.org, jshin+watch_chromium.org, hubbe+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Cast: Added a new RawEventSubscriber implementation for use in cast extension. Added corresponding protocol buffer definitions for raw events, but in aggregated format. Added EncodingEventSubscriber: - encodes events in protocol buffer format - (we need to test how much aggregation helps with reducing the size, if at all) Added unit tests. TODO in the future CLs: add event filtering, size-based windowing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251021

Patch Set 1 : #

Total comments: 25

Patch Set 2 : Addressed Alpha's comments #

Total comments: 6

Patch Set 3 : Addressed miu's comments and changed targets #

Unified diffs Side-by-side diffs Delta from patch set Stats (+810 lines, -3 lines) Patch
M media/cast/cast.gyp View 1 2 3 chunks +32 lines, -0 lines 0 comments Download
A media/cast/logging/encoding_event_subscriber.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A media/cast/logging/encoding_event_subscriber.cc View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A media/cast/logging/encoding_event_subscriber_unittest.cc View 1 1 chunk +414 lines, -0 lines 0 comments Download
A media/cast/logging/proto/proto_utils.h View 1 chunk +21 lines, -0 lines 0 comments Download
A media/cast/logging/proto/proto_utils.cc View 1 chunk +52 lines, -0 lines 0 comments Download
A media/cast/logging/proto/raw_events.proto View 1 1 chunk +78 lines, -0 lines 0 comments Download
M media/cast/logging/simple_event_subscriber_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
imcheng
Please review, thanks! Also after this CL, I might run a test app to do ...
6 years, 10 months ago (2014-02-11 03:58:51 UTC) #1
Alpha Left Google
https://codereview.chromium.org/138913014/diff/190001/media/cast/logging/encoding_event_subscriber.h File media/cast/logging/encoding_event_subscriber.h (right): https://codereview.chromium.org/138913014/diff/190001/media/cast/logging/encoding_event_subscriber.h#newcode1 media/cast/logging/encoding_event_subscriber.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 10 months ago (2014-02-11 22:14:03 UTC) #2
Alpha Left Google
https://codereview.chromium.org/138913014/diff/190001/media/cast/cast.gyp File media/cast/cast.gyp (right): https://codereview.chromium.org/138913014/diff/190001/media/cast/cast.gyp#newcode37 media/cast/cast.gyp:37: 'logging/proto/proto_utils.cc', This should be moved to cast_logging_proto_lib. https://codereview.chromium.org/138913014/diff/190001/media/cast/logging/encoding_event_subscriber.cc File ...
6 years, 10 months ago (2014-02-11 22:49:12 UTC) #3
imcheng
https://codereview.chromium.org/138913014/diff/190001/media/cast/cast.gyp File media/cast/cast.gyp (right): https://codereview.chromium.org/138913014/diff/190001/media/cast/cast.gyp#newcode37 media/cast/cast.gyp:37: 'logging/proto/proto_utils.cc', On 2014/02/11 22:49:13, Alpha wrote: > This should ...
6 years, 10 months ago (2014-02-12 08:44:13 UTC) #4
miu
lgtm https://codereview.chromium.org/138913014/diff/440001/media/cast/logging/encoding_event_subscriber.cc File media/cast/logging/encoding_event_subscriber.cc (right): https://codereview.chromium.org/138913014/diff/440001/media/cast/logging/encoding_event_subscriber.cc#newcode7 media/cast/logging/encoding_event_subscriber.cc:7: #include <functional> Is <functional> needed? https://codereview.chromium.org/138913014/diff/440001/media/cast/logging/encoding_event_subscriber.cc#newcode8 media/cast/logging/encoding_event_subscriber.cc:8: #include ...
6 years, 10 months ago (2014-02-13 02:02:11 UTC) #5
imcheng
Thanks for the review! https://codereview.chromium.org/138913014/diff/440001/media/cast/logging/encoding_event_subscriber.cc File media/cast/logging/encoding_event_subscriber.cc (right): https://codereview.chromium.org/138913014/diff/440001/media/cast/logging/encoding_event_subscriber.cc#newcode7 media/cast/logging/encoding_event_subscriber.cc:7: #include <functional> On 2014/02/13 02:02:12, ...
6 years, 10 months ago (2014-02-13 02:38:07 UTC) #6
imcheng
The CQ bit was checked by imcheng@chromium.org
6 years, 10 months ago (2014-02-13 02:38:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/imcheng@chromium.org/138913014/490001
6 years, 10 months ago (2014-02-13 02:40:28 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 02:57:26 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=50000
6 years, 10 months ago (2014-02-13 02:57:28 UTC) #10
Alpha Left Google
On 2014/02/13 02:57:28, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 10 months ago (2014-02-13 07:12:26 UTC) #11
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 10 months ago (2014-02-13 07:12:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/imcheng@chromium.org/138913014/490001
6 years, 10 months ago (2014-02-13 07:12:41 UTC) #13
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 15:27:20 UTC) #14
Message was sent while issue was closed.
Change committed as 251021

Powered by Google App Engine
This is Rietveld 408576698