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

Issue 47343005: Data type conversion between extensions API and Cast API (Closed)

Created:
7 years, 1 month ago by Alpha Left Google
Modified:
7 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, feature-media-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Data type conversion between extensions API and Cast API Converts to and from Cast API types. Also fixed a couple issues to match the API between Cast and Extensions API. Cast Extensions API is now fully redirected to Cast native APIs. Minus the conversion of MediaStreamTrack. BUG=301920 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233366

Patch Set 1 #

Patch Set 2 : fixed errors #

Total comments: 8

Patch Set 3 : removed bool #

Total comments: 5

Patch Set 4 : typo #

Total comments: 4

Patch Set 5 : fixed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -45 lines) Patch
M chrome/browser/extensions/webrtc_cast_apitest.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/webrtc_cast_send_transport.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/webrtc_native_handler.cc View 1 2 3 4 6 chunks +109 lines, -33 lines 0 comments Download
M chrome/renderer/media/cast_send_transport.h View 1 2 3 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/renderer/media/cast_send_transport.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/webrtc_cast/basics.js View 1 chunk +94 lines, -6 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Alpha Left Google
scherkus: chrome/renderer/media justinlin: everything else
7 years, 1 month ago (2013-10-31 23:18:04 UTC) #1
scherkus (not reviewing)
https://codereview.chromium.org/47343005/diff/30001/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/47343005/diff/30001/chrome/renderer/extensions/webrtc_native_handler.cc#newcode47 chrome/renderer/extensions/webrtc_native_handler.cc:47: return true; this is silly https://codereview.chromium.org/47343005/diff/30001/chrome/renderer/extensions/webrtc_native_handler.cc#newcode54 chrome/renderer/extensions/webrtc_native_handler.cc:54: return true; ...
7 years, 1 month ago (2013-11-01 00:26:23 UTC) #2
Alpha Left Google
https://codereview.chromium.org/47343005/diff/30001/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/47343005/diff/30001/chrome/renderer/extensions/webrtc_native_handler.cc#newcode47 chrome/renderer/extensions/webrtc_native_handler.cc:47: return true; On 2013/11/01 00:26:23, scherkus wrote: > this ...
7 years, 1 month ago (2013-11-01 00:39:19 UTC) #3
scherkus (not reviewing)
lgtm
7 years, 1 month ago (2013-11-01 01:37:54 UTC) #4
justinlin
lgtm https://codereview.chromium.org/47343005/diff/120014/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/47343005/diff/120014/chrome/renderer/extensions/webrtc_native_handler.cc#newcode333 chrome/renderer/extensions/webrtc_native_handler.cc:333: ToCastRtpParams(*params, &cast_params); Maybe you've already considered this, but ...
7 years, 1 month ago (2013-11-01 16:08:21 UTC) #5
Alpha Left Google
+kalman: owner review. https://codereview.chromium.org/47343005/diff/120014/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/47343005/diff/120014/chrome/renderer/extensions/webrtc_native_handler.cc#newcode333 chrome/renderer/extensions/webrtc_native_handler.cc:333: ToCastRtpParams(*params, &cast_params); On 2013/11/01 16:08:21, justinlin ...
7 years, 1 month ago (2013-11-01 22:27:47 UTC) #6
not at google - send to devlin
lgtm, though those comments are applicable in a bunch of places. https://codereview.chromium.org/47343005/diff/190001/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): ...
7 years, 1 month ago (2013-11-01 22:45:33 UTC) #7
Alpha Left Google
https://codereview.chromium.org/47343005/diff/190001/chrome/renderer/extensions/webrtc_native_handler.cc File chrome/renderer/extensions/webrtc_native_handler.cc (right): https://codereview.chromium.org/47343005/diff/190001/chrome/renderer/extensions/webrtc_native_handler.cc#newcode71 chrome/renderer/extensions/webrtc_native_handler.cc:71: cast_params->codec_specific_params.push_back(cast_codec_params); On 2013/11/01 22:45:34, kalman wrote: > I'm not ...
7 years, 1 month ago (2013-11-06 00:15:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/47343005/250001
7 years, 1 month ago (2013-11-06 01:49:34 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-06 02:37:36 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/47343005/250001
7 years, 1 month ago (2013-11-06 06:53:50 UTC) #11
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=98470
7 years, 1 month ago (2013-11-06 09:25:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/47343005/250001
7 years, 1 month ago (2013-11-06 09:28:18 UTC) #13
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=98519
7 years, 1 month ago (2013-11-06 11:41:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/47343005/250001
7 years, 1 month ago (2013-11-06 18:20:08 UTC) #15
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 21:11:20 UTC) #16
Message was sent while issue was closed.
Change committed as 233366

Powered by Google App Engine
This is Rietveld 408576698