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

Issue 2138013003: media::mojom::Remoter and CastRemotingConnector/Sender (Closed)

Created:
4 years, 5 months ago by miu
Modified:
4 years, 2 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP COMMIT=false

Patch Set 1 #

Patch Set 2 : What things look like if IPC serialization is moved to the render process. #

Patch Set 3 : random polish #

Patch Set 4 : Tweaked how supported play types are passed through the interface. #

Patch Set 5 : Split-out some interfaces in prep for landing multi-part changes. #

Patch Set 6 : media::mojom::Remoter and CastRemotingConnector/Sender #

Patch Set 7 : Added CastProvider error message. Solved data pipe capacity problem. #

Patch Set 8 : Split Start() and StartDataStreams() so we can start remoting for CDM foo before rendering foo. #

Patch Set 9 : CastRemotingConnector unit tests, and misc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1763 lines, -14 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/media/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/media/cast_remoting_connector.h View 1 2 3 4 5 6 7 8 1 chunk +199 lines, -0 lines 0 comments Download
A chrome/browser/media/cast_remoting_connector.cc View 1 2 3 4 5 6 7 8 1 chunk +565 lines, -0 lines 0 comments Download
A chrome/browser/media/cast_remoting_connector_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +571 lines, -0 lines 0 comments Download
A chrome/browser/media/cast_remoting_sender.h View 1 2 3 4 5 6 7 8 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/browser/media/cast_remoting_sender.cc View 1 2 3 4 5 6 7 8 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/browser/media/router/media_routes_observer.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/router/media_source_helper.h View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/media/router/media_source_helper.cc View 1 2 3 4 5 3 chunks +37 lines, -13 lines 0 comments Download
M chrome/browser/media/router/route_message.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/route_message.cc View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -0 lines 0 comments Download
M media/mojo/interfaces/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
A media/mojo/interfaces/remoting.mojom View 1 2 3 4 5 6 7 8 1 chunk +118 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
miu
4 years, 4 months ago (2016-08-18 22:47:00 UTC) #1
Description was changed from

==========
WIP -- as of 2016 Jul 8

COMMIT=false
==========

to

==========
WIP

COMMIT=false
==========

Powered by Google App Engine
This is Rietveld 408576698