WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
205740
Update the RemoteMediaPlayerManagerProxy::Load XPC message to provide the updated RemoteMediaPlayerConfiguration to the web process
https://bugs.webkit.org/show_bug.cgi?id=205740
Summary
Update the RemoteMediaPlayerManagerProxy::Load XPC message to provide the upd...
Peng Liu
Reported
2020-01-03 11:32:24 PST
Update the RemoteMediaPlayerManagerProxy::Load XPC message to provide the updated RemoteMediaPlayerConfiguration to the web process
Attachments
Patch
(11.17 KB, patch)
2020-01-03 11:54 PST
,
Peng Liu
eric.carlson
: review+
Details
Formatted Diff
Diff
Patch for landing
(10.73 KB, patch)
2020-01-03 12:35 PST
,
Peng Liu
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-01-03 11:44:50 PST
<
rdar://problem/58303388
>
Peng Liu
Comment 2
2020-01-03 11:54:09 PST
Created
attachment 386701
[details]
Patch
Eric Carlson
Comment 3
2020-01-03 12:27:24 PST
Comment on
attachment 386701
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=386701&action=review
Thanks!
> Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.cpp:94 > + configuration.engineDescription = m_player->engineDescription(); > + configuration.supportsScanning = m_player->supportsScanning(); > + configuration.supportsFullscreen = m_player->supportsFullscreen(); > + configuration.supportsPictureInPicture = m_player->supportsPictureInPicture(); > + configuration.supportsAcceleratedRendering = m_player->supportsAcceleratedRendering(); > + configuration.canPlayToWirelessPlaybackTarget = m_player->canPlayToWirelessPlaybackTarget();
Nit: is there any really you can't use getConfiguration()?
Peng Liu
Comment 4
2020-01-03 12:32:44 PST
Comment on
attachment 386701
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=386701&action=review
>> Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.cpp:94 >> + configuration.canPlayToWirelessPlaybackTarget = m_player->canPlayToWirelessPlaybackTarget(); > > Nit: is there any really you can't use getConfiguration()?
No, I should have used getConfiguration() here. Fixed.
Peng Liu
Comment 5
2020-01-03 12:35:17 PST
Created
attachment 386707
[details]
Patch for landing
WebKit Commit Bot
Comment 6
2020-01-03 15:25:44 PST
Comment on
attachment 386707
[details]
Patch for landing Clearing flags on attachment: 386707 Committed
r254019
: <
https://trac.webkit.org/changeset/254019
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug