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

Issue 551883004: Cast: Let the extension control if DSCP is on or off. (Closed)

Created:
6 years, 3 months ago by hubbe
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cast: Let the extension control if DSCP is on or off. Extension now has to call udptransport->setOptions(":DSCP") to get dscp set. This framework should also let us experiment with different wifi settings in windows and different pacing settings. Committed: https://crrev.com/857fde275f2b0e0ef555e83535d0dd3375a70123 Cr-Commit-Position: refs/heads/master@{#294211}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Now uses DictionaryValue #

Total comments: 4

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -18 lines) Patch
M chrome/browser/media/cast_transport_host_filter.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/media/cast_transport_host_filter.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/media/cast_transport_host_filter_unittest.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/common/cast_messages.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/cast_streaming_udp_transport.idl View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.cc View 1 2 chunks +27 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_session.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_udp_transport.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_udp_transport.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M media/cast/net/cast_transport_sender.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.cc View 1 5 chunks +9 lines, -3 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl_unittest.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M media/cast/sender/audio_sender_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/sender/video_sender_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/test/cast_benchmarks.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/test/end2end_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/test/sender.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/test/simulator.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
hubbe
6 years, 3 months ago (2014-09-08 23:54:50 UTC) #2
Alpha Left Google
You work too fast man. :)
6 years, 3 months ago (2014-09-08 23:55:44 UTC) #3
Alpha Left Google
https://codereview.chromium.org/551883004/diff/1/chrome/common/extensions/api/cast_streaming_udp_transport.idl File chrome/common/extensions/api/cast_streaming_udp_transport.idl (right): https://codereview.chromium.org/551883004/diff/1/chrome/common/extensions/api/cast_streaming_udp_transport.idl#newcode34 chrome/common/extensions/api/cast_streaming_udp_transport.idl:34: [nocompile] static void setOptions(DOMString options); I think this should ...
6 years, 3 months ago (2014-09-09 00:30:46 UTC) #4
hubbe
https://codereview.chromium.org/551883004/diff/1/chrome/common/extensions/api/cast_streaming_udp_transport.idl File chrome/common/extensions/api/cast_streaming_udp_transport.idl (right): https://codereview.chromium.org/551883004/diff/1/chrome/common/extensions/api/cast_streaming_udp_transport.idl#newcode34 chrome/common/extensions/api/cast_streaming_udp_transport.idl:34: [nocompile] static void setOptions(DOMString options); On 2014/09/09 00:30:45, Alpha ...
6 years, 3 months ago (2014-09-09 20:10:01 UTC) #5
Alpha Left Google
Sweet. Thanks! Only have two comments. https://codereview.chromium.org/551883004/diff/20001/chrome/common/cast_messages.h File chrome/common/cast_messages.h (right): https://codereview.chromium.org/551883004/diff/20001/chrome/common/cast_messages.h#newcode8 chrome/common/cast_messages.h:8: #include <string> Is ...
6 years, 3 months ago (2014-09-09 20:15:12 UTC) #6
hubbe
https://codereview.chromium.org/551883004/diff/20001/chrome/common/cast_messages.h File chrome/common/cast_messages.h (right): https://codereview.chromium.org/551883004/diff/20001/chrome/common/cast_messages.h#newcode8 chrome/common/cast_messages.h:8: #include <string> On 2014/09/09 20:15:12, Alpha wrote: > Is ...
6 years, 3 months ago (2014-09-09 20:45:14 UTC) #7
hubbe
+tsepez for *messages* security review.
6 years, 3 months ago (2014-09-09 20:45:55 UTC) #9
Alpha Left Google
LGTM.
6 years, 3 months ago (2014-09-09 20:46:50 UTC) #10
Tom Sepez
Messages LGTM
6 years, 3 months ago (2014-09-09 23:49:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/551883004/40001
6 years, 3 months ago (2014-09-10 00:43:51 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9854)
6 years, 3 months ago (2014-09-10 01:48:14 UTC) #15
hubbe
+ yoz for chrome/{common,renderer}/extensions/* ownership. (Also adding kalman, but I think he is OOO)
6 years, 3 months ago (2014-09-10 18:29:24 UTC) #17
Yoyo Zhou
LGTM for extensions
6 years, 3 months ago (2014-09-10 19:15:08 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/551883004/40001
6 years, 3 months ago (2014-09-10 19:20:30 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 2cf96d19b00c351ab8c971759a8552213f3598c1
6 years, 3 months ago (2014-09-10 19:55:50 UTC) #21
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 20:18:45 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/857fde275f2b0e0ef555e83535d0dd3375a70123
Cr-Commit-Position: refs/heads/master@{#294211}

Powered by Google App Engine
This is Rietveld 408576698