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

Issue 2890633003: [Blink,RemotePlayback] Use PresentationController for availability (Closed)

Created:
3 years, 7 months ago by whywhat
Modified:
3 years, 6 months ago
CC:
agrieve+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, haraken, imcheng+watch_chromium.org, mfoltz+watch_chromium.org, mlamouri+watch-blink_chromium.org, nessy, Srirama
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Blink,RemotePlayback] Use PresentationController for availability If NewRemotePlaybackPipeline is enabled, RemotePlayback object registers itself with PresentationController to listen for remote playback devices availability. It passes it a special URL derived from the media element's source. BUG=517102 TEST=run virtual/new-remote-playback-pipeline layout tests

Patch Set 1 #

Patch Set 2 : Limited to Blink only, rebased #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -4 lines) Patch
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 chunks +7 lines, -1 line 1 comment Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h View 1 4 chunks +21 lines, -1 line 2 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp View 1 8 chunks +88 lines, -1 line 3 comments Download
M third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h View 2 chunks +4 lines, -0 lines 1 comment Download

Messages

Total messages: 13 (11 generated)
mark a. foltz
https://codereview.chromium.org/2890633003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp File third_party/WebKit/Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/2890633003/diff/20001/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp#newcode1137 third_party/WebKit/Source/core/html/HTMLMediaElement.cpp:1137: RemotePlaybackClient()->SourceChanged(current_src_); Is the goal to track the currently playing ...
3 years, 6 months ago (2017-05-31 21:16:41 UTC) #12
mark a. foltz
3 years, 6 months ago (2017-05-31 21:23:26 UTC) #13
I also didn't see any interaction with PresentationController in the current
patchset.

Powered by Google App Engine
This is Rietveld 408576698